Daily dev log. A developer's journal of progress sharing what I learn as I build.
Recent coding notes
Technical Writing
Mastering Markdown A Complete Guide to Writing with Style
Markdown is more than just a syntax for documentation—it's a powerful tool for writing clearly, formatting consistently, and focusing on content.
Frontend
What React Taught Me About Abstraction
Composition beats inheritance, and simplicity beats cleverness
Latest from the blog
Technical Writing
Mastering Markdown A Complete Guide to Writing with Style
Markdown is more than just a syntax for documentation—it's a powerful tool for writing clearly, formatting consistently, and focusing on content.
Frontend
What React Taught Me About Abstraction
Composition beats inheritance, and simplicity beats cleverness
Backend
Microservices vs Monoliths A Developer's Perspective
You don't need microservices. You need boundaries.
Backend
The Hidden Value of Type Safety in Large Projects
When your app grows, types become your allies
Backend
Why Layer Separation Matters in Backend Projects
Controller, service, repository — each one has a purpose in backend design