Writing
Articles & Thoughts
Notes on full-stack engineering, architecture decisions, and things I wish someone had written down earlier.
Building Scalable REST APIs with Node.js & Express
Deep dive into designing production-grade APIs — from middleware architecture to rate limiting and caching strategies.
React Server Components: What Actually Changes
An honest look at RSC — what problems they solve, where they fall short, and how they fit into a MERN stack.
More articles
MongoDB Aggregation Pipelines You Should Know
Practical aggregation patterns I use daily: $lookup, $facet, and building reusable pipeline stages.
JWT Authentication: Patterns & Pitfalls
Refresh token rotation, secure storage, and why you should think twice before storing JWTs in localStorage.
Migrating to Tailwind CSS v4
What broke, what got better, and the config-less setup that finally makes sense for large projects.
Docker for MERN Developers
Containerising your full-stack app with multi-stage builds, Compose, and a production-ready Dockerfile.