Archives
Technical Writing
Deep-dives into systems engineering, backend scaling anomalies, database bottlenecks, and automated deployments setups.
Performance8 min read
Deep-Dive: Node.js Memory Leaks and V8 Heap Profiling
Diagnosing garbage collection anomalies, tracing event listener allocation roots, and executing Chrome DevTools snapshots inside running production containers.
July 24, 2026Read Article
Architecture12 min read
System Design: Scaling WebSockets using Redis Pub/Sub Backplanes
Resolving stateless proxy route boundaries and coordinating horizontal client notification broadcasts across distinct WebSocket application instances.
May 18, 2026Read Article
DevOps6 min read
DevOps: Zero-Downtime Container Deployments via Traefik Ingress Routing
Configuring rolling health endpoints, injecting environment keys, and hot-swapping running Docker nodes without dropping active HTTP sessions.
March 05, 2026Read Article