Writings
Technical logs, architecture deep dives, and SRE practices.
Automating Kubernetes Canary Deployments with GitOps
A guide to implementing progressive delivery using Argo Rollouts, Prometheus query analysis, and automated rollback triggers for safe releases.
Zero-Downtime Database Migrations in PostgreSQL
How to run database schema updates, column alterations, and index builds on active production databases without locking tables or dropping transactions.
Building High-Performance API Gateways with Go and Redis
An in-depth look at implementing rate limiting, routing, and token bucket algorithms at the edge using Go's concurrency model and Redis.