Knowledge

Practical notes from building and operating systems

Structured technical and operational writing about architecture, integrations, banking systems, SaaS, operations and knowledge transfer.

Knowledge Hub

Practical engineering notes

DevOps & Production Engineering

Zero-Downtime Deployment: Principles and Strategies

Zero-downtime deployment means old and new instances can serve traffic during rollout without disagreeing on contracts or data. The central technique is compatibility: additive changes first, code that tolerates both shapes, data migration while both versions…

Read article