I would like to see more videos from Eric Minick. He explains really well and I understand concept in first watch of the video as a layman.
@quanchi884 жыл бұрын
Yes, finally a clear explanation of CI and CD. Thanks.
@fabiocinicolo6063 Жыл бұрын
This guy explanations are always very clear and concise, would love to see more of him
@syedsaif91433 жыл бұрын
I can't imagine how thorough one must be with these concepts, to explain them in a way that Mr. Minick does. The guy made my jaw drop with his presentation and speaking skills, like DAAMN!
@IBMTechnology3 жыл бұрын
Thanks for the appreciation, Syed, glad you enjoyed the video! 🙏
@ericminick17002 жыл бұрын
Thank you Syed!
@samueljung69202 жыл бұрын
Love the simple, straight-to-the-point explanation, Eric. Hope to see more of your videos.
@vikstu68164 жыл бұрын
I loved this style on writing in front of the teacher, pretty cool. Very good content also, thank you
@IBMTechnology4 жыл бұрын
Thanks for watching, Vik!
@HoldenMadagameTenor4 жыл бұрын
Another fantastic explanation. Thank you so much for making this so clear. I feel much more prepared to talk intelligently about this.
@cedrickiplimo29912 жыл бұрын
Your explanations are easy to follow 👍
@joaomatos11443 жыл бұрын
2021: Legendary explanation :D
@ericminick17003 жыл бұрын
Thanks!
@LOKO321003 жыл бұрын
I loved this video. Thank you for all your insights.
@IBMTechnology3 жыл бұрын
You're welcome, Marcio, glad you liked it! 👍
@priyankagurjer62853 жыл бұрын
Great explanation 👍🏻
@marcotroster82476 ай бұрын
CD is not about the pipeline itself or any tooling. In fact, the idea is much deeper. Maybe listen to Dave Farley, the co-author of the Continuous Delivery book. He's much better at explaining his idea. He says you always want the software to be in a releasible state such that it's no longer a technical decision when to deploy. The tests need to give you enough confidence to pull the trigger whenever the pipeline completes successfully. It's a definitive indicator whether the code can be shipped. Also CD is a work philosophy. You want to make lots of small changes (experiments) and deliver them as fast as possible to gather customer feedback and adapt the product accordingly. The pipeline is just a means to this experimental style of agile software development. And the CI part is also important. In a proper codebase you'd only have a single branch. This forces devs to work in very small steps and integrate it with all other commits at least once per day. Unfinished code is hidden behind feature flags if necessary. That way you surface other devs changes immediately and don't get crazy merge conflicts. Also there's an emphasis on the latest version because only that version is relevant.
@RenStrider4 жыл бұрын
Meanwhile, I'm already impressed by how well Mr. Minick can nonchalantly write backward while explaining everything so nicely!
@hossamismail93544 жыл бұрын
Probably inverted, seeing that the cloth branding is on the opposite side.
@IBMTechnology3 жыл бұрын
Hey Hossam! You got it right. Here's a post to explain how these videos are created 👉 ibm.co/3qcuu2w
@lorenzomontu27472 жыл бұрын
Fantastic explanation, thank you.
@asifchoudhuryca4 жыл бұрын
Watch this short video now to save hours of your time scouring internet watching and reading half-baked, vague materials making you even more confused. Thanks IBM cloud.
@donaldkennedy79932 жыл бұрын
great explanation of CD for a non programmer ;)
@alauddinm3 жыл бұрын
Thanks for sharing. Awesome explanation of CI/CD for the beginners
@awakeupcall53364 жыл бұрын
what difference might be between testing QA and Stage?
@ericminick17004 жыл бұрын
Many groups I work with have a sequence of testing environments. Generally, faster / cheaper tests are run in lower environments more often. An environment like "Stage" might be used for slow user acceptance environments. As a best practice, more automation and fewer environments is better.
@ألفومية-ح5ك3 жыл бұрын
So Continuous integration is one phase of CD?
@ericminick17003 жыл бұрын
CI is typically understood as "continuous build" and in that sense it's a phase/step of CD. Some look at CI as constantly integrating code into a common code line and testing it aggressively to learn if it's better or worse than what was there before. All of those downstream deployments and tests are then natural things down as part of CI and you could think of Release as "testing to see if our customers/users like it better" as well. The lines are really blurry here in when you get into the philosophy. But when you think of CI as "Build and build-time tests" then yeah, it's a step.
@sruthishankar91625 жыл бұрын
that was helpful..Thank you
@CosmeJunior3 жыл бұрын
thank you very much!
@termonasti4 жыл бұрын
Hi, Automatic test means , unit tests written while coding or test automation ?
@ericminick17004 жыл бұрын
"Yes". I love unit tests and they should be part of your build and monitored in that stage. The tests in QA/Stage/Perf/Whatever are runtime tests. Another video on this channel goes into Continuous Testing in more depth.
@romantsyupryk30094 жыл бұрын
Thanks so much for this tutorial.
@IBMTechnology4 жыл бұрын
Thanks for watching, Roman! Glad you enjoyed it! 😃
@pankajsinghv5 жыл бұрын
Excellent articulation of CD
@goalkickerbooks61604 жыл бұрын
CAB is Change Advisory Board; not Change Approval Board
@ericminick17004 жыл бұрын
Good catch. 1 take video without a firm script :)
@MrProgguru4 жыл бұрын
Awesome explanation .. I wonder how you shoot your videos with the glass and pens and the instructor behind it
@ericminick17004 жыл бұрын
The crew in our studio has an awesome setup. Led lights enter the side of the glass to make the markers "pop". Then in post-production they flip the X-axis. I don't wear my wedding ring on my right hand.
@MsWilsonmusic4 жыл бұрын
Excellent
@deldia4 жыл бұрын
Took me a few seconds to realise how this video was done. Clearly it was flipped horizontally post-production.
@mikesmith82934 жыл бұрын
yes, while filming he was clearly hanging upside down from the ceiling
@kaezon4 жыл бұрын
@@mikesmith8293 nice catch
@BR-gt4zk2 жыл бұрын
No idea why .. this guy nailed it into my head ..x..l..n..tee
@TheRetrospective4 жыл бұрын
Is he actually writing in mirror type? Geez... Let’s think: he has a wedding ring in ”wrong” finger, right finger... so he probably wrote normally but the whole video was mirrored in post-production.
@ericminick17004 жыл бұрын
Correct. I'm dysgraphic and have bad enough hand-writing without trying to write backward. I did have to put Build on my right and Prod on my left which was unnatural.
@vladimirc86043 жыл бұрын
automatically
@pahvalrehljkov4 жыл бұрын
nice skill of writing backwards...
@ericminick17004 жыл бұрын
Video editing my friend. Flip across the Y-axis, hence the wedding ring appears to be on my right hand.
@surapichchairgulprasert57694 жыл бұрын
Change playback speed to 1.5x , Thank me later :D
@houstonnmeribe85482 жыл бұрын
Great explanation. Thank you.
@messironaldo17082 жыл бұрын
What is a "Build"? is it compiling the code?
@ericminick17002 жыл бұрын
Compile and package into an installable artifact. Yes.