The whole team needs to take responsibility for quality. This is a phrase I use frequently to mean that testers do not own quality. In reality, it should not be only the team that owns quality. People at every level have a different part to play.| DragonFire Inc.
Agile Testing Fellowship | Blog | Demystifying DevOps| agiletestingfellow.com
Blue-green deployment allows you to upgrade production software without downtime. You deploy the new version into a copy of the production environment and change routing to switch.| martinfowler.com
Feature Flags can be categorized into several buckets; manage each appropriately. Smart implementation can help constrain complexity.| martinfowler.com
A canary release occurs when you roll out a new version of some software to a small subset of your user base to see if there are any problems before you make it available to everyone.| martinfowler.com