Writing

I write about backend engineering, AI, and building scalable systems. Here’s a collection of my thoughts and deep dives.

May 11, 2026
Architecture Decision Record: Zero-Downtime EKS Migration Strategy
An architectural deep-dive into migrating high-throughput financial systems from EC2 to Amazon EKS without dropping transactions.
May 10, 2026
Architecting TradeBot V2: Polyglot Microservices and WebSocket Backpressure
A deep dive into the polyglot architecture of TradeBot V2, detailing why we split the stack between Spring Boot and Python, and how we handle WebSocket backpressure.
May 9, 2026
Zero-Downtime Kafka Migration: Bidirectional Replay Strategy
A detailed post-mortem on our zero-downtime migration from AWS MSK to Confluent Cloud using dual-writes and bidirectional replication.
Back to Home