Тёмный

Why you should be using feature flags for your web applications 

Web Dev Cody
Подписаться 235 тыс.
Просмотров 10 тыс.
50% 1

Опубликовано:

 

15 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 31   
@christossotirelis5717
@christossotirelis5717 Год назад
Thanks for the video! In my previous job, we used to have some "hidden" frontend features on production that would be enabled by passing some flags as query params in the URL. Not really dynamic, but it helped POs and managers test out future staff while on production.
@WebDevCody
@WebDevCody Год назад
That’s an interesting approach. Seems like a simple solution which meets your teams needs
@appel-32
@appel-32 Год назад
This is actually very interesting, lately I've been looking for something like this and it feels like perfect timing, every time I'm trying to implement something to my project you go out with another video with the exact thing that I'm looking for. Keep up w the content Cody!
@matt_woelfel
@matt_woelfel Год назад
great video, do you think it'd ever get cumbersome managing more than a few feature flags? Or would you just remove the flag all together once everything is functioning reliably in prod?
@WebDevCody
@WebDevCody Год назад
You remove the flags at some when your app decides the feature is here to stay and it’s been turned on for everyone for a while.
@SeibertSwirl
@SeibertSwirl Год назад
Good job babe!!!!! First!
@hanes2
@hanes2 Год назад
testing in production is what twitter does nowadays ^
@WebDevCody
@WebDevCody Год назад
😂 savage
@leonardssh
@leonardssh Год назад
nice job
@jora5483
@jora5483 Год назад
Is this thing also called deployment patterns?
@WebDevCody
@WebDevCody Год назад
Maybe idk, I know the word canary releases is a deployment strategy
@mikedev22
@mikedev22 Год назад
Awesome video. What theme are you using?
@WebDevCody
@WebDevCody Год назад
Bearded theme stained blue
@emkjuslen
@emkjuslen 3 месяца назад
do you guys use a third party plartform to handle this or you implement it your self?
@WebDevCody
@WebDevCody 3 месяца назад
We handle it ourself
@John-mj1kk
@John-mj1kk Год назад
What microphone do you use?
@WebDevCody
@WebDevCody Год назад
MXL 990
@John-mj1kk
@John-mj1kk Год назад
@@WebDevCody Thanks!
@innerinsights224
@innerinsights224 Год назад
How does one stay disciplined to learn coding
@WebDevCody
@WebDevCody Год назад
money to buy food with is one good type of motivation
@josersleal
@josersleal 5 месяцев назад
feature flags = commented code = trash in codebase
@amgadtawfik7534
@amgadtawfik7534 Год назад
Feature flags are really troublesome and wouldn't recommend following that pattern
@WebDevCody
@WebDevCody Год назад
Why is that?
@Ca-rp7bv
@Ca-rp7bv Год назад
Try to dev in big code base that is sensitive and being used by many users, troublesome will be to not have a fast kill switch or any way to compare your results and automations for features with bugs
@amgadtawfik7534
@amgadtawfik7534 Год назад
@@Ca-rp7bv there are design patterns like facade or versioning with microservices that can be leveraged to do just that without added complexities
@amgadtawfik7534
@amgadtawfik7534 Год назад
@Web Dev Cody we use this pattern in one of the applications I am working on. This application is based on system events, so we have millions of transactions per day. When we experience any problem and we have 100s of feature toggles, tracing through all these toggles, Is really hectic.
@WebDevCody
@WebDevCody Год назад
@@amgadtawfik7534 why do you have 100 feature flags? You’re supposed to delete them after they are deployed for a couple of weeks
Далее
How do we scale web applications?
21:11
Просмотров 57 тыс.
Why you should version your api endpoints
9:56
Просмотров 14 тыс.
Doors Harpy Hare (Doors 2 Animation)
00:16
Просмотров 951 тыс.
Releasing Features the Smart Way in .NET
15:28
Просмотров 49 тыс.
How To Get Ahead of 99% Of Developers
13:00
Просмотров 136 тыс.
Why You Shouldn't Nest Your Code
8:30
Просмотров 2,7 млн
Applying clean architecture to my Next.js project
20:15
This is why we use continuous integration
14:12
Просмотров 7 тыс.