Thoughts & Ideas

Writing down my experiences on algorithms, system design, creative CSS, and everything in-between.

๐Ÿš€
Featured ยท Architecture
March 12, 2026 โ€ข 15 min read

The Great Migration: Breaking down the monolith step-by-step.

Refactoring legacy enterprise codebases into microservices is rarely straightforward. In this extensive guide, I map out the strategies my team utilized to decouple a massive e-commerce monolith into serverless components utilizing AWS EventBridge and Docker over typical REST architectures. We cover data decoupling boundaries, event stream failures, and more.

Read the full story

All Articles

Performance
March 5, 2026 8 min read

Optimizing React Apps for Sub-Second Load Times

Deep-dive into advanced code splitting, lazy loading patterns, and bundle optimization techniques that make React apps blazing fast.

Read Article
Architecture
February 18, 2026 12 min read

Building Scalable APIs with Node.js Microservices

A practical guide to designing microservice architectures that can handle millions of requests with zero downtime deployments.

Read Article
Design
January 30, 2026 6 min read

The Art of Glassmorphism: CSS Techniques for 2026

Exploring advanced CSS techniques to create stunning glassmorphism effects that balance aesthetics with accessibility and performance.

Read Article
๐Ÿ“ฆ
Tooling
December 15, 2025 5 min read

Moving from Webpack to Vite

Tired of a 4-minute build step? Here is how and why you should migrate your tooling to Vite to drastically improve developer experience.

Read Article
๐Ÿ”„
State
November 02, 2025 10 min read

Zustand vs Redux Toolkit

An objective look at state management in 2026. Do you really need the boilerplate of Redux, or is a simpler store pattern enough?

Read Article
๐Ÿ
Backend
October 18, 2025 7 min read

Django ORM Advanced Queries

Skip the N+1 problem. Learn how to use prefetch_related and annotate properly to slice database workloads by over 80%.

Read Article

Never Miss An Update

I send an occasional email outlining my newest articles, experiments, and tech essays. No spam, ever.