Feature Flags Explained

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии • 42

  • @fsdfsdfsdfsd
    @fsdfsdfsdfsd 2 месяца назад +1

    My main gripe with feature flag implementations is the pollution of the codebases. As an example, if you take a look at your button example, it contained more logic for handling feature flags than rendering the button itself.
    Another problem is that once the feature flag does reach 100%, then the v2 of the flag now becomes the v1 and additional dev labour is required to migrate the component to be the new base to make room for a new "v2".

    • @WisePup
      @WisePup  2 месяца назад +1

      All valid points and is something my org struggles with as well

  • @a_suasn21
    @a_suasn21 2 месяца назад +1

    This is really cool and valuable content for us developers.

    • @WisePup
      @WisePup  2 месяца назад

      Appreciate it!!

  • @pouyai-t7f
    @pouyai-t7f 2 месяца назад

    Fantastic video, hashing technique was very cool!

    • @WisePup
      @WisePup  2 месяца назад

      Glad you learned something!

  • @andreschavez3929
    @andreschavez3929 2 месяца назад +2

    This content is pure gold. I aways wondered how they manage to do something similar. Thanks!

    • @WisePup
      @WisePup  2 месяца назад +1

      Glad you learned!

  • @vardhan3289
    @vardhan3289 2 месяца назад +1

    Great video bro, in our company also we use feature flags so that if some issue comes up in prod we can revert, but overusing the feature flags also have issues, so we should use them considering all pros and cons.
    Again great and very informative video

    • @WisePup
      @WisePup  2 месяца назад

      Agreed, we also need to remember to clean up the feature flag after everythings launched

    • @vardhan3289
      @vardhan3289 2 месяца назад

      Exactly once the feature is done and working, no one cares about the clean up, that is one of the problems we r facing 😂

  • @udaypatel3006
    @udaypatel3006 2 месяца назад +1

    love the content! I take social media cleanses (everything but youtube lol) so I don't have a chance to see your content on other platforms.
    Glad you have a channel on youtube now!
    If you could add custom timestamp markers on videos when you discuss certain parts of concepts, that'd be super helpful!
    Keep it up 😁

    • @WisePup
      @WisePup  2 месяца назад

      Noted! Will try this out next one.

  • @karribalasubramanyam5463
    @karribalasubramanyam5463 2 месяца назад +1

    You got yourself a new subscriber!
    Neat content!

    • @WisePup
      @WisePup  2 месяца назад

      Glad you enjoyed!

  • @getrogo4474
    @getrogo4474 2 месяца назад

    they dont create video like this no more... nicely done 🙌

    • @WisePup
      @WisePup  2 месяца назад +1

      Appreciate it!

  • @Trafer
    @Trafer 2 месяца назад +1

    Hey neat with the hashed bucketing - this was great!

    • @WisePup
      @WisePup  2 месяца назад

      Appreciate the support

  • @James-uv7zt
    @James-uv7zt 2 месяца назад +1

    feel like i just stumbled across gold - easy subscribe!

    • @WisePup
      @WisePup  2 месяца назад

      Appreciate the subscribe

  • @andersontiban5356
    @andersontiban5356 2 месяца назад

    Great content🔥

    • @WisePup
      @WisePup  2 месяца назад

      Appreciate it 🫶

  • @masadsummair
    @masadsummair 2 месяца назад +1

    Great Content, well i don't know much about this , do Blue/green deployments are also use for this purpose?

    • @WisePup
      @WisePup  2 месяца назад

      Blue green deployments is for a different purpose. Interesting you bring this up because thats the next video topic

  • @EnesSemihYaralı
    @EnesSemihYaralı 2 месяца назад

    Love your content man ! You are inspiring me to start my own channel one day hopefully

    • @WisePup
      @WisePup  2 месяца назад

      Appreciate the support

  •  2 месяца назад +1

    Great !!!!

    • @WisePup
      @WisePup  2 месяца назад

      Appreciate it!!

  • @mahadehasanyt
    @mahadehasanyt 2 месяца назад

    Thanks for the great video,
    I did not understand,
    How does the user id -> hash represent a percent of users?

    • @ArchitecturalAesthetics2046
      @ArchitecturalAesthetics2046 2 месяца назад

      my understanding is the hashing function assigns ints from 1-100 to your users based on their user ids. And user only see the version of A/B testing if the devs' decided roll out ratio is less than user's assigned percentage.

    • @WisePup
      @WisePup  2 месяца назад +2

      Yup! Hash value is 0-100. If i launched to 60% of users, if the hash is between 0-60 show them version A else version B

  • @Masq_RRade
    @Masq_RRade 3 часа назад

    Web developer discovers what a boolean is

  • @hlokomani
    @hlokomani Месяц назад

    This is golds

  • @tanujbaware2530
    @tanujbaware2530 2 месяца назад +2

    which website youre using?

    • @WisePup
      @WisePup  2 месяца назад

      Eraser.io

  • @Cooked1
    @Cooked1 2 месяца назад

    The man, the myth, the WisePup.

    • @WisePup
      @WisePup  2 месяца назад +1

      😮‍💨

  • @blaque5900
    @blaque5900 2 месяца назад

    Ain't no way bro posting this content for free

    • @WisePup
      @WisePup  2 месяца назад +1

      Everyone eats free around here

  • @stevensilitonga
    @stevensilitonga 2 месяца назад

    Make more content liek this

    • @WisePup
      @WisePup  2 месяца назад

      Will try to keep it up