Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/openfeature/ci_scrip…
Browse files Browse the repository at this point in the history
…ts/octokit-3.1.2
  • Loading branch information
kodiakhq[bot] authored Aug 2, 2024
2 parents 30ba2fc + d5b8e8f commit 9fa3d99
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 16 deletions.
33 changes: 17 additions & 16 deletions examples/openfeature_web/webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions website/blog/2024-08-02-feature-flagging-in-the-SDLC/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Feature Flagging in the SDLC
description: Feature Flagging in the Software Development Lifecycle - Follow the life of a feature flag from birth to retirement.
authors: [thomaspoignant]
tags: [openfeature,SDLC,Slides,Presentation]
---
**Thomas** recently delivered a presentation on Feature Flagging in the Software Development Lifecycle (SDLC) for OpenFeature. Given the presentation's public availability, we are pleased to share the slides with you.

Effective management of the feature flag lifecycle is crucial for maximizing the value of feature flags within an organization.

This presentation is covering the following key areas:
- **Feature flag lifecycle:** Understanding the complete journey of a feature flag.
- **Roles and responsibilities:** Identifying who owns each phase of the lifecycle.
- **Feature flag naming conventions:** Best practices for clear and consistent flag identification.
- **Preventing flag debt:** Strategies for avoiding the accumulation of unused or obsolete flags.
- **Involving project managers:** The importance of project management collaboration in feature flag initiatives.

By understanding these concepts, you can optimize your feature flagging strategy and drive business success.

<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSt-lZkiFpntGRWB-FZ0IFMFZlWrd6kk1tjjNrh1r4oDn19C32-lFGq4qxFZbfQmaSf6MUnTZJyAtsT/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>

0 comments on commit 9fa3d99

Please sign in to comment.