DEV Community

Vitor Amaral
Vitor Amaral

Posted on

Why use feature flagging

Introduction: Get the most from your flag

Feature flags (also feature switch, feature flag, feature flipper, conditional feature, etc) is a technique that helps developers and teams to modify the behavior of systems without having to change the code.

Feature Flags is used to hide, enable, or disable the feature during runtime. For example, during the development process, a developer can enable the feature for testing and disable it for other users.

Is used by many large websites including Flickr, Disqus, Etsy, Reddit, Gmail, and Netflix, as well as software such as Google Chrome Canary.

What is UpStamps?

UpStamps is a Feature Flag Management Platform to separate code from different environments and projects.

UpStamps helps teams manage their projects using feature management with a Central control to progressively deliver features to users with confidence.

Sign Up for Free

πŸ›³ Ship when you're ready
πŸš€ Accelerate feature release
πŸ™ˆ Hide unfinished features

UpStamps Control Center

Useful links about UpStamps:

Useful links about Feature Flags:

Top comments (0)