Blog
Writing & Thoughts
Technical deep-dives, architecture decisions, and development philosophy. Distilled from real-world projects and shipped code.
Featured
BackendFeb 2026
Building Scalable APIs with Node.js and MongoDB
A deep dive into designing RESTful APIs that handle millions of requests, covering connection pooling, indexing strategies, and caching layers.
Node.jsMongoDBAPI Design
FrontendJan 2026
Advanced Next.js Patterns for Production
Server components, streaming, parallel routes, and intercepting routes. Practical patterns that make Next.js apps faster and more maintainable.
Next.jsReactServer Components