September 2024 Summaries
2 posts from Tggl
Filter
Month:
Year:
Post Summaries
Back to Blog
Feature flags have become an essential tool for development teams to expedite feature rollouts and conduct safe experiments, but their mismanagement can lead to technical debt and operational confusion. The article highlights six best practices for effectively managing feature flags by 2025, emphasizing the importance of defining the purpose of each flag, limiting their scope, and enforcing a governance model for their creation and management. It also stresses the need for constant monitoring and regular cleanup of obsolete flags to maintain a clutter-free codebase. Tggl is introduced as a solution that offers features such as categorization, ownership assignment, audit logs, and monitoring tools to facilitate effective flag management and ensure cross-team collaboration, thereby enhancing deployment efficiency and reducing risks. By employing these strategies with Tggl, teams can maximize the benefits of feature flags while maintaining a streamlined and organized system.
Sep 20, 2024
1,183 words in the original blog post.
Tggl uses its own product to release features, tackling challenges such as having a safety net, testing without impacting real users, getting early feedback, load testing, and managing technical debt. The company relies on feature flags for instant feature disabling, internal use of the product for beta testing, gathering user feedback, and using traffic sampling techniques for load testing. Regular sprint planning is conducted to review completed features and manage technical debt. While dogfooding has its benefits, Tggl also ensures it stays close to customer needs by listening to their feedback and balancing its own requirements with broader use cases.
Sep 04, 2024
1,994 words in the original blog post.