Tagged in

Feature Flags

Idea Hub
Idea Hub
Short statements and references to express ideas
More information
Followers
2
More, on Medium

Feature Flag Use Cases

Idea

Feature flags help to improve Software Delivery, but we need to identify their use cases first

  • Use Case 1: Global Rollout
    How to implement
  • Use Case 2: Percentage Rollout
  • Use Case 3: Rollout Based on a User Attribute

How feature flags improve the DORA metrics

Idea

Here’s how feature flags improve the DORA metrics:

  • Feature flags improve deployment frequency because you can deploy any time. Even if there is unfinished code in the codebase, it will be hidden…

Feature Flags: Why and How?

Idea

Why the practice of using feature flags helps to become good in software delivery according to DORA metrics and How to build a homegrown feature flagging solution.