DevOps
How to Roll Back a Bad Deploy Without Making It Worse
Rollback is not an undo button. When to roll back a bad deploy, when to roll forward, and the migration and cache traps that make rollbacks fail.
4 articles tagged with "Deployment"
Rollback is not an undo button. When to roll back a bad deploy, when to roll forward, and the migration and cache traps that make rollbacks fail.
Learn the key deployment strategies used by modern teams, including blue-green, canary, and rolling updates, with practical guidance on choosing the right one.
Go beyond basic Docker usage with multi-stage builds, layer caching, security hardening, and production-ready patterns for developers.
A practical introduction to feature flags covering implementation patterns, rollout strategies, and common pitfalls to avoid.