Feature Flags configuration, instrumentation and use

preview_player
Показать описание
Feature Flags configuration, instrumentation and use

Feature Flags enable you to choose what to deploy and who to deploy to in production. It allows you to define the audience for your application updates as well as the fashion in which they will be served. Feature flags can help reduce risk, allowing you to do controlled testing, and separate feature delivery from customer launch.

In this technical demo, we show you how to configure, instrument and use a feature flag.
Рекомендации по теме
Комментарии
Автор

it would be very helpful if you could share the repository so that we can practice and test it

difagume
Автор

I Think you need explicitly mention that the relevant application needs to have such feature flag support built in such as "Unleash". This video explains as if it were some magic from gitlab that makes the service/application magically rollout a feature for select few of its users making it very confusing for an introduction.

janithcooray