Loading...
9 articles tagged with “DevOps”
Progressive delivery uses feature flags for canary releases, percentage rollouts, and ring deployments. A practical guide to implementation, monitoring, and the cleanup challenge it creates.
Kill switches enable instant rollbacks — but they become liabilities when forgotten. A practical guide to rollback strategies, kill switch design, and knowing when to retire them.
Stale feature flags silently bloat builds, slow tests, and add dead code paths. Here's how they're dragging down your CI/CD pipeline and what to do about it.
With n flags you have 2^n possible states. Here's how to build a practical testing strategy that covers what matters without drowning in combinatorial complexity.
Trunk-based development encourages more feature flags — but who cleans them up? The missing piece in every TBD guide and how to fix it.
How to manage feature flags across multiple applications in a monorepo, including shared flag utilities, cross-app cleanup coordination, and avoiding flag sprawl.
How to integrate feature flag cleanup into your CI/CD pipeline with automated detection, age warnings, and PR-based removal workflows.
Feature flag cleanup in microservices architectures is exponentially more complex than in monoliths. Learn why distributed flags create unique challenges and how to solve them.
A step-by-step tutorial for configuring FlagShark to detect feature flags from any provider, including LaunchDarkly, Unleash, Split, and custom in-house solutions.
Showing 9 articles · Page 1 of 2