What are Feature Flags? Feature flags (aka feature toggles or feature switches) are a technique used in software development, where specific features are wrapped in a conditional block of code that can be remotely toggled on or off. Why Use Feature Flags? There are many use cases for feature flags when building an app or …