Feature flags have revolutionized software development by allowing features within a software product to be individually enabled or disabled at any point, even after they’ve …
Tag: test in production
Top 3 Feature Flag Use Cases
Feature flags let you control which users are exposed to code. This super-power of dynamic exposure control drives the top three feature flag use cases.
The 5 Phases of a Feature Launch
Feature launches in leading engineering teams increasingly look like a ramp rather than a one time switch, going through dogfooding, debugging, max power ramp, scalability and learning phases.
Pros and Cons of Canary Release and Feature Flags in Continuous Delivery
Canary releases (also called “canary deployments”) and feature flag rollouts are two common feature release strategies for testing in production, increasing the safety of continuous …
Shift Right with Feature Flags: Best Practices for Testing in Production
The shift-left testing emphasizes test execution early and often, providing rapid feedback to development teams for each new code commit. Shift-right extends application testing into the production environment. Learn about the benefits and recommended best practices of using feature flags to support Testing in Production.