claudiosanchez/OctoberXamarinChallenge

Feature Flags

Closed this issue · 0 comments

Title: Roll out features with the click of a button with Feature Flags
Author Name: Claudio Sanchez
Twitter Handle: @ClaudioASanchez
Date: October 30
Abstract: Feature Flags allow you to launch brand new features and experiences in real-time. You don’t have to go all-in with every feature in every release, which removes a lot of risks and enables you to instantly rollback if the feature needs more work. In this article, we will walk thru how to setup a Feature Flag Management System and how to use them in the mobile app.