Loading...
9 articles tagged with “Automation”
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.
A complete guide to feature flags in .NET and C#. From Microsoft.FeatureManagement to LaunchDarkly SDK, plus testing patterns and cleanup strategies for enterprise teams.
An honest comparison of the top open-source feature flag platforms in 2026. Architecture, language support, self-hosting, and which one fits your team.
How to implement, test, and clean up feature flags in Rust applications. Leverage Rust's type system for safer flag management with patterns for compile-time and runtime flags.
A comprehensive guide to implementing, testing, and cleaning up feature flags in Java Spring Boot applications. Patterns and anti-patterns every enterprise team should know.
Your codebase likely contains 10-30% dead code. Learn how to detect and remove it using static analysis, coverage tools, and AST parsing—including the hidden dead code behind feature flags.
A technical deep-dive into why AST-based parsing with tree-sitter produces more accurate feature flag detection than regex patterns, with real-world examples and benchmarks.
Advanced best practices specifically for LaunchDarkly users, covering flag organization, cleanup workflows, code references, and complementary tools for complete lifecycle management.
How to integrate feature flag cleanup into your CI/CD pipeline with automated detection, age warnings, and PR-based removal workflows.
Showing 9 articles · Page 1 of 2