What is a Feature Flag in Software and Why Is It Useful?

Поділитися
Вставка
  • Опубліковано 6 вер 2024

КОМЕНТАРІ • 16

  • @ropro9817
    @ropro9817 2 роки тому +6

    I'm already familiar with feature flags, but I still learned something new from this video. AWS AppConfig! 🤠

  • @sankara-sabapathy
    @sankara-sabapathy 2 роки тому +7

    Well understood on a high level. Thanks Daniel. Appreciate you efforts.

  • @anil4695
    @anil4695 2 роки тому +3

    I am so happy that I came across this channel .

    • @BeABetterDev
      @BeABetterDev  2 роки тому

      Welcome and thank you for the kind words!

  • @stardriver8660
    @stardriver8660 2 роки тому +3

    your channel is so useful!

  • @andresdigi25
    @andresdigi25 2 роки тому +1

    In our company we are using aws secrets manager to put our configs and to put entries that works as feature flags

    • @BeABetterDev
      @BeABetterDev  2 роки тому

      This could work for simple use cases. If you have complex objects this may become more problematic especially if you require version history.

    • @andresdigi25
      @andresdigi25 2 роки тому +1

      @@BeABetterDev Totally true. We are not doing version history. But so far secrets manager covers our reqs. Anyway thanks for sharing info about that service. Btw i am preparing a presentation about sqs vs eventbridge, vs sns vs s3 vs API gateway events in lambda. How to manage retries, errors, etc. Some of your videos had been helpful for that

  • @aliasuser958
    @aliasuser958 Рік тому

    You are doing Gods work Daniel

  • @PankajSingh-kq2gj
    @PankajSingh-kq2gj 2 роки тому +2

    So this reading of config happens at runtime?
    Btw thanks for the informative video as always.

    • @BeABetterDev
      @BeABetterDev  2 роки тому +1

      Hey Pankaj,
      Yep it happens at runtime for each invocation. You can also add a caching strategy to not hit the data store for the config too often.

    • @PankajSingh-kq2gj
      @PankajSingh-kq2gj 2 роки тому

      Thanks, that makes sense. One more question, does AppConfig give out of the box caching capabilities somehow or do I need to use some other caching service? If yes which one.
      Thanks a lot for your time.

  • @AriKhuu
    @AriKhuu 11 місяців тому

    thank you!

  • @sriharans4189
    @sriharans4189 2 роки тому

    Oh Feature flag is weblab?