Yasar.
  • Home
  • About
  • Projects
  • Writings
  • Contact
Back to Home

Writings

Technical logs, architecture deep dives, and SRE practices.

Filter by:
Jul 5, 2026 · 10 min read

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.

KubernetesDevOpsCI/CDSRE
Read
Jun 20, 2026 · 6 min read

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.

PostgreSQLDatabaseSREDevOps
Read
May 12, 2026 · 8 min read

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.

GoRedisBackendSystem Design
Read

© 2026 Yasar Arafath