All Articles
Writing about tech, design, and things I learn along the way.
The Complete Guide to Databases: From Zero to Production
Everything you actually need to know explained the way a senior engineer would explain it to you over coffee, not in a textbook.
Why Choose Rust over Javascript and Cpp?
Before starting Rust there are some concepts that will help you understand it better. These concepts also explain what problems Rust solves and how it is different from other languages.
Why I Switched from REST to tRPC in My FullStack Projects
A deep dive into how tRPC simplified my fullstack development workflow, eliminated boilerplate, and gave me endtoend type safety with zero code generation.
Building a Solana Wallet from Scratch
My journey building an HD wallet generator supporting Solana handling key derivation, seed phrases, and building a clean UI around it.
The Art of Minimal UI Less is More
How I approach UI design with a minimalfirst mindset. Clean layouts, purposeful whitespace, and intentional typography make all the difference.
Docker for Frontend Developers You Need It
Why every frontend dev should learn Docker basics. It's not just for backend consistent dev environments and easy deployments change everything.