Hey, I'm Hemath 👋
I'm a software engineer, space enthusiast and an occasional designer. I love to craft software products that improves people lives. I occasionally teach people some software concepts and guide whenever required.
You can write me to hem@hemath.dev
Talks
Accessibility 101
Comcast
Coming soon
A practical intro to WebAssembly
JS Lovers
Feb, 2025
React for beginners
Sysvine
Jun, 2023
Nostr - decentralized social media
NIT
Mar, 2023
GraphQL - deep dive
ESEC
Jan, 2022
Toys
React
TypeScript
Angular
Node JS
Python
Flutter
Firebase
Figma
Projects
-
SnapNostr
Give your Nostr notes a wonderful look it deserves!
-
React comment system
An easy to configure comment system like Disqus, powered by Firebase
-
The art of reading code
Most of us obsess over writing code, but forget that reading it is where the real work happens.
-
100% code coverage is a lie we like to believe
100% code coverage looks good in dashboards. But just because every line ran doesn't mean every edge case was truly tested.
-
It's not the Problem, it's the Framing
The smartest solution isn't always the most complex one, it's the one that quietly works without demanding your time.
-
Command-Query separation
Do something or return something, but never both.