DEV Community

Software Engineering Daily

Shipping Features with Ben Rometsch

Feature flags also known as feature toggles, release toggles or feature flippers are a way to enable or disable a particular feature from your app without making any changes to the source code. You can turn on or off a particular functionality without deploying new code. Feature flags can also be used to serve different features to different subset of users.

The company Flagsmith provides you a platform for developing, implementing and managing your feature flags. Ben Rometsch is the Co-founder and the CEO of Flagsmith and he joins us today.

The post Shipping Features with Ben Rometsch appeared first on Software Engineering Daily.

Episode source

Collapse
 
annaredbond profile image
annaredbond

Thanks for sharing this!