On small input on the video when ever you are explaining one strategy the name of the same strategy should be visible above diagram so that if at all some one jump the video still feels connected with what ever is visible on screen
I wish I can like this video more than once. The use of diagrams makes the understanding so much easy. Thanks a lot
Your videos are supreme!! Well done, to the point.. just perfect.. one way to make it better.. as you always talk about different topics.. for example here.. 5 deployment strategies.. put. In the lower left portion of the presentation the current strategy you are talking about.. and so for each topic you cover.. so that everybody know what item you are currently talking about. Cheers!
I just upload files, works fine half the time
Best video on deployment strategies! Thank you!!!
By far the best video explaining the deployment strategies clearly, presenting them well visually and straight to the point explanations. Thank you!
From my experience, don't lure yourself into feature toggles unless its minute change like show/hide a button. They will become increasingly complex to test and later when you remove those toggles you need to test again anyway
nice video. I worked in different companies and met all of these deployment strategies. Good for me to have a theory summary.
The information graphics he uses are superb , the contents straight up PRO
Thank you for this video ! very helpful explanation! We use rolling upgrade + canary deployment strategy.
Probably worth noting that each feature on/off toggle doubles the test requirement (if you need to test all combinations of features). So that explodes really quickly if toggles are not removed relatively quickly.
A combination of rolling deployment, canary deployment and feature toggles with good database design practices allow to maintain high service availability. Great video!
A nice demostration, very cleand and understandable, it would be heplful if the slides had the name of strategy being shown. Thank you very much for your work.
i use vercel. Thank you
How are databases changes handled with Rolling Deployment?
We used feature toggles. I thought it was a messy way to manage features until I saw this video. It's a deployment strategy! Wow
We are using a blue green deployment model for our bigdata project in prod
How about shadow deployment? While serving the current version to the user, you also do an async call to the "new" system. The new system does its computation but does not send it back to the user. The new system logs what "would have happened", which is used in analysis. Depending on the analysis results you can move on to canary, or rolling deployment, etc.
Super helpful video. How you creating such unique diagrams and animations?
@jacques42