← all posts

grep "#infrastructure" posts/*

3 results

Graceful Shutdown in Go Microservices Done Right

Complete guide to graceful shutdown in Go — signal handling, connection draining, worker completion, and Kubernetes integration.

gobackendinfrastructure

Designing Go Services That Scale Horizontally

Patterns for building stateless Go services that scale by adding instances — session externalization, distributed locking, and load balancing strategies.

gobackendinfrastructure

Migrating 50GB+ MySQL Data Without Downtime

A practical playbook for large-scale MySQL migrations using dual-write, shadow tables, and incremental cutover — with zero downtime.

databasesmysqlbackendinfrastructure