Tags

Microservices

Jul 22, 2025 System Design 30 min read

System Design (6): Microservices vs Monoliths — The Honest Tradeoff

An honest assessment of monoliths vs microservices — covering the distributed systems tax, service boundary design with DDD, inter-service communication patterns, circuit breakers, service mesh, API gateways, and a …

Mar 11, 2023 Cloud Computing 16 min read

Cloud Computing (3): Cloud-Native and Container Technologies

Why cloud-native exists, what containers actually do at the kernel level, how Kubernetes really works, when service mesh is worth its weight, and how the whole stack fits together in production.