Тёмный

Getting Started with Feature Flags - #1 LaunchDarkly Feature Flags 

Fun Fun Function
Подписаться 263 тыс.
Просмотров 39 тыс.
50% 1

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

 

27 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 48   
@DrazV2
@DrazV2 3 года назад
Skip to 14:23 to see the finished product and continue to the next video. This one has absolutely nothing to do with feature flags and I'm really confused why setting up the premise requires 15 minutes of building a basic React app
@plexq
@plexq 4 года назад
I love your refactor on the fly style - that's exactly how I program, and I so rarely see other folks who can't stand to have the code less than just right!! Thanks for being awesome!
@ArmchairDeity
@ArmchairDeity 2 года назад
I almost always start with the most basic form… add a function or method… add some arguments… add another function with some args… then add another function for common behavior between the two. Then test and tweak… add another function, refactor for common behavior… tweak the constructor, decide to extend the class and create a new base class, keep some of the shared behavior in the base class, move some to the other classes… and so it goes. Like writing a story by editing it’s text over time than following a blueprint. 👌🏼🥸👍🏼
@NorthEagle
@NorthEagle 6 лет назад
That hair growth. Teach me master.
@marbel82
@marbel82 6 лет назад
Your movies look so perfect :) It reminded me of something. When I was making supper for children, I cut a slice of bread in half. I unevenly slice the slice, so it didn't fold exactly. I cut off a piece from one half. Now it fit perfectly. My daughter watched what I did and asked. Why do you always have to be so accurate? I replied: I don't know, maybe because I'm a programmer. :D
@milec7092
@milec7092 2 года назад
I have learned a lot of this kind of your videos. And I hope stay learning 🙃
@michaelsanders2848
@michaelsanders2848 6 лет назад
It's awesome that you did a video on this! I've been trying to explain the technique to a friend. Now I'm just going to have him watch this video :D
@milakucher9430
@milakucher9430 3 года назад
this video not about launchdarkly, if someone also don't want to waste 15minutes.
@firehawk895
@firehawk895 6 лет назад
man its so much fun to watch your videos :D
@glan-tucan
@glan-tucan 6 лет назад
Hi mpj, I've been following your videos for some time now and love them. I've recently heard about an architectural paradigm for building apps called data-context-interaction and wanted to know what you think about it. It short of align with what you often say about avoiding unnecessary complexity and concentrating on the use cases. It would be awesome to have an episode about those matters. Anyhow greetings from the Canary islands and have fun!!
@algorithmic123
@algorithmic123 6 лет назад
Just wanted to point out the strings are perfectly comparable as is, given their YYYY-MM-DD format. Date.parse() is not required.
@JeyPeyy
@JeyPeyy 2 года назад
ISO 8601 ftw!
@justfly1984
@justfly1984 6 лет назад
Damn, today I learn something new! Why da hell nobody says that sort mutates an array? Thank you MPJ!
@drivernz2609
@drivernz2609 3 года назад
You can skip this video and start watching the next one....
@martinbjorck
@martinbjorck 6 лет назад
It is Wednesday my dude!
@declan979
@declan979 3 года назад
nice vid but why would you put an onClick on a div? Just use a Button, accessibility is import
@infinitelives1
@infinitelives1 5 лет назад
Well that was a hell of an intro
@kamalkumar-tm8ug
@kamalkumar-tm8ug 4 года назад
I want to use launchDarkly with PHP and bitbucket pipeline. one more thing its feature flag control over bitbucket branch or not?
@DeusEx3
@DeusEx3 6 лет назад
I saw a frame pop up for a millisecond, I hope this isn't some Fight Club type of thing 😂✌️
@audriusa83
@audriusa83 6 лет назад
Hi, awesome demo. Would you use feature toggles to hide unfinished features as an alternative to feature branching?
@funfunfunction
@funfunfunction 6 лет назад
Yeah, absolutely. CI all the way. Merging branches is extremely time consuming. I talk about this in the ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ymPOI4gWQFY.html
@TeDynef
@TeDynef 5 лет назад
Thats the best about ff
@justfly1984
@justfly1984 6 лет назад
How did you shadow-out the screen around the mouse cursor?
@funfunfunction
@funfunfunction 6 лет назад
Mouseposé. You can watch the behind the scenes and the gear video for info on how I make the videos.
@mikoajg7534
@mikoajg7534 6 лет назад
I Love this crazy intro!!!
@wrod7
@wrod7 6 лет назад
do you use standard syntax with react?
@lnplum5404
@lnplum5404 6 лет назад
Wait a second. Didn't you do these videos already two months ago? Looks like they're unlisted now. Is this an update, a retake or simply another sponsorship?
@funfunfunction
@funfunfunction 6 лет назад
It was a mispublish the first time.
@urgisjot
@urgisjot 6 лет назад
nice video! who can spot an easter egg between 6:11 - 6:12 ?
@mazyvan
@mazyvan 6 лет назад
Hey, wait a minute. You had just cut your hair, hadn't you?
@Sergejack
@Sergejack 6 лет назад
I like your videos, but you are really taking too much time looking for what to do next.
@user-bf5sc8pn8x
@user-bf5sc8pn8x 6 лет назад
Re-upload?
@funfunfunction
@funfunfunction 6 лет назад
Yes, it turns out that scheduling videos for mondays is burned into my muscle memory by now, and the way scheduling works on RU-vid meant that I had to re-upload it. :)
@user-bf5sc8pn8x
@user-bf5sc8pn8x 6 лет назад
I meant it seems like I watched this video a few weeks ago, and the hair gives it away :P
@krneki6954
@krneki6954 Год назад
this video is at least 15 minutes too long. whoever came here to understand launchdarkly, just skip this video.
@OlleHellman
@OlleHellman 6 лет назад
I like lauch darkly. My currert customer needs an on prem solution. Anyone found One with a decent Interface?
@ZASereph
@ZASereph 6 лет назад
We are using Unleash, it's free and there is a Docker container version github.com/unleash/unleash
@OlleHellman
@OlleHellman 6 лет назад
Ryan Kotzen thank you! Perfect for our needs apart from dot.net support
@jonathh14
@jonathh14 2 года назад
SAVE YOUR TIME. IF you want to learn about the launch darkly go somewhere else. I got 3/4 way through this 15min video before it was clear he wasn't going to touch the topic. Whizzed half way into the second and still no meat!
@lakessbm
@lakessbm 4 года назад
haha. wasting coffee is hilarious
@zqflute3676
@zqflute3676 6 лет назад
2x is still completely fine, why do you talk so slow LOL
@sreeram767
@sreeram767 6 лет назад
artistic freedom. ROFL
@ivanrojas9452
@ivanrojas9452 6 лет назад
Fourth!
@iftikharhafeez5630
@iftikharhafeez5630 2 года назад
worst intro ever..
@arunsasidharannambiar
@arunsasidharannambiar 6 лет назад
So much paper wasted :'(
@ovidiu_nl
@ovidiu_nl 6 лет назад
Arun Sasidharan Satan himself, like the people who made .sort()! But seriously, he's not wasting it, he's using it for the show.
Далее
Releasing Features the Smart Way in .NET
15:28
Просмотров 50 тыс.
Исповедь / Мася
2:47:10
Просмотров 190 тыс.
ИСТОРИЯ ПРО ШТАНЫ #shorts
00:32
Просмотров 300 тыс.
Getting Started with A/B Experiments
10:26
Просмотров 1,6 тыс.
How to Vim in 2023: Tips and Tricks
15:53
Просмотров 429 тыс.
Feature Flags are more than just Toggles
9:12
Просмотров 12 тыс.
What are Feature Flags?
6:40
Просмотров 56 тыс.
10 Programming Languages in ONLY 15 minutes!
15:14
Просмотров 700 тыс.