All Stories published by Idea Hub on March 26, 2022
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
22
23
27
28
29
31

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 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

Basic Security Design Principles

Idea

Part of a good security architecture

  • Security at all layers of the design
  • Visibility & Traceability
  • Implement the principle of least privilege

Well-Architected for Security

Idea