Feature Flags configuration, instrumentation and use

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024
  • 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.

ความคิดเห็น • 6

  • @janithcooray5546
    @janithcooray5546 7 หลายเดือนก่อน +4

    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.

    • @LevonHusikyan-hw7jx
      @LevonHusikyan-hw7jx 7 หลายเดือนก่อน

      6:55

    • @janithcooray5546
      @janithcooray5546 7 หลายเดือนก่อน

      ​@@LevonHusikyan-hw7jxoh I completely missed that , it's way at the end. They lost me and everyone else at 3:00

    •  4 หลายเดือนก่อน +1

      A classic example of the guy who doesn't read the whole documentation and then raises a bug 🤣
      it happens tho, hence documentation should be brief and keep you engaged

    • @janithcooray5546
      @janithcooray5546 4 หลายเดือนก่อน

      It gets a bit frustrating when there's no proper categorisation and you'd end up binging the docs. The order of priority is reversed

  • @difagume
    @difagume 3 หลายเดือนก่อน

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