Apr 9 · 2 min read · Deploying new features to production is inherently risky. No matter how thoroughly you've tested, production has a way of surfacing issues that staging environments don't. A new checkout flow might work perfectly with test data but break with a speci...
Join discussion
Mar 13 · 13 min read · TLDR: Feature flags separate deploy from exposure. They are operationally valuable when you need cohort rollout, instant kill switches, or entitlement control without rebuilding or redeploying the service. TLDR: Flags help only when they are treated ...
Join discussionMar 13 · 12 min read · TLDR: Release safety is an architecture capability, not just a CI/CD convenience. Blue-green, canary, shadow traffic, feature flags, and GitOps patterns exist to control blast radius, measure regressions early, and make rollback fast enough to matter...
Join discussionMar 3 · 7 min read · Feature Flag Tools for Progressive Rollouts Feature flags decouple deployment from release. You merge code to main and deploy it to production, but the new behavior is hidden behind a flag. You turn it on for 1% of users, watch your metrics, bump to ...
Join discussionMar 3 · 11 min read · Deployment Strategies: Blue-Green, Canary, and Rolling Updates Deploying code to production is the most dangerous thing most teams do on a regular basis. Every deployment is a controlled introduction of change into a running system, and every change ...
Join discussionFeb 13 · 5 min read · I had another busy week this week and another day in London, which as I’ve mentioned before, seems to speed up time by a factor of five or so. I had a good week, but I’m quite tired now, so I’m looking forward to a weekend of rest and relaxation. Let...
Join discussion