Continuous Delivery Pipelines | MY NEW BOOK

  Рет қаралды 5,345

Continuous Delivery

Continuous Delivery

Күн бұрын

Пікірлер: 54
@RaidenFreeman
@RaidenFreeman 3 жыл бұрын
Your channel is excellent, I'll certainly check out the book.
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
Thanks
@DannyMexen9
@DannyMexen9 4 жыл бұрын
Congratulations. Love your content.
@ContinuousDelivery
@ContinuousDelivery 4 жыл бұрын
Thanks so much!
@omarelkhatib150
@omarelkhatib150 3 жыл бұрын
Congrats from my heart. Also I am really exited for the 3d book.
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
Thanks, they are very different books, I am intrigued as to what people will make of my 3rd book.
@joaobravo2097
@joaobravo2097 3 жыл бұрын
Hi Dave, I am looking forward to read your books :). By the way your videos are great and inspiring!
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
Thank you 🙂
@thiagoghisi
@thiagoghisi 3 жыл бұрын
Loved it! Can't wait to read both books David. Continuous Delivery was one of most influential books I read that completely change the way I think about software development. Read it in 2012 and I'm still a big fan of. This books compress so many ideas and concepts. Definitely a Cornerstone.
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
Thank you
@nilsmach6399
@nilsmach6399 3 жыл бұрын
Is there a 2nd edition of the Continuous Delivery book in the pipeline?
@gacerioni
@gacerioni 3 жыл бұрын
Great news!!! I look forward to reading this book!
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
Thank you
@faysoufox
@faysoufox 3 жыл бұрын
I like your videos and your logical way of talking, thank you.
@arnaudtisset
@arnaudtisset 3 жыл бұрын
I bought the first edition of continuous delivery, helped me at the time, it inspired me to build better software delivery automation. I’m gonna buy the new one for sure !
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
Thanks, I hope that you enjoy it.
@vinylwarmth
@vinylwarmth 3 жыл бұрын
Can I sign up somewhere to get notified when your 3rd book becomes available?
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
You could sign-up to my mail list bit.ly/CD-List or follow me on Twitter @davefarley77 I will announce it those places, and probably in videos here too. I don’t have a date yet, but probably October or November. 😁😎
@vinylwarmth
@vinylwarmth 3 жыл бұрын
@@ContinuousDelivery thanks! I'm going to be purchasing your new one in time for my holiday next week 😁
@l_combo
@l_combo 3 жыл бұрын
Outstanding Dave, just bout the new one (already had CD of course). Can't wait to read it and find out more about the next one! I keep telling everyone at work about this channel and some of them are even listening to me :) A note on content ideas, are you starting to cover or planning to cover the GitOps aspect of the CD side of things, I think from a deployment pipeline and handover between some kind of Ops like team for a production release really sounds like the holy grail of big enterprise IT where you delivery on your audit requirements, segregation of duties but still deliver value continuously.
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
Thanks for the support, and the suggestion. I will think about content to cover that aspect.
@l_combo
@l_combo 3 жыл бұрын
@@ContinuousDelivery can't wait - the other one is on the MLOps topic of how to build models by the business based on production data and then feeding the models through a normal CI/CD pipeline.
@gybranperez
@gybranperez 3 жыл бұрын
¿is there a chance for you to publish your books in other platform like oreilly in the future?
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
I am working on getting this book on Amazon, for kindle and paperback options. Should be available in a couple of weeks...
@hjr2000
@hjr2000 3 жыл бұрын
Dave, I read the whole of Continuous Delivery from cover to cover. Not many people can say that! If this new book is of similar quality then I can't wait to get hold of it :-)
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
Thanks, this is a different kind of book, but I hope that you enjoy it.
@hjr2000
@hjr2000 3 жыл бұрын
@@ContinuousDelivery Bought it. I'm looking forward to getting stuck in.
@Emerald13
@Emerald13 3 жыл бұрын
Congratulations!
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
Thank you!
@steshaw6510
@steshaw6510 3 жыл бұрын
Do you intend to continue developing your Modern Software Engineering book in the open? github.com/davef77/modern-sw-engineering/. It's interesting to see your title ideas here. I like "Taking Back Software Engineering", I seem to recall a talk of yours with that name.
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
No, and thanks for the reminder, I have a contract with Addisson Wesley so it will be published by them later this year (if all goes to plan).
@valeriyademchenko8928
@valeriyademchenko8928 3 жыл бұрын
Waiting for the last book. Good luck with its issue!
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
Thank you
@Carlos_Jr1984
@Carlos_Jr1984 3 жыл бұрын
I bought this - excellent book... now I’m working my way through your first one. I’m trying to apply CI practices into games development where possible, but there is a lack of tools for automated testing of non-native aps (like games built in Unity), so I’m struggling a bit from the testing side of things. We can’t seem to move away from relying on manual acceptance testing, for example. It seems not to be your industry, but is it worth doing a vid on how CI could work in games? Or any tips, maybe some good books on this matter (if there are any)? Thx!
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
Thanks, I am not aware of any books on this topic. I am wondering about writing a very simple game and doing a mini-series of videos to explore what it takes, but it is a matter of finding the time to do it. I think that Manual testing is often used to cover up a failure in imagination for how to test, but there are some things that people are better at than computers. If I were writing a game I would want to automate the testing to show that the game worked as expected functionally, bullets hit targets, scores increased, items were collected and so on and so on. I may want to do some graphical comparison testing verifying that, in controlled circumstances rendering was consistent, Gojko Adzic has talked about this, kzbin.info/www/bejne/iWSTgoulprGsn8k Then use people to see if it is nice to use. Their job is not regression testing, but is focussed more on is it nice and does it make sense.
@Carlos_Jr1984
@Carlos_Jr1984 3 жыл бұрын
@@ContinuousDelivery Those are some good examples of types of tests that can (should) be automated, maybe as unit tests?? I suppose the issue is there is no Selenium-style tool for games, so acceptance tests that should be performed on a mobile phone, for example, only can be executed manually or by using a slow, unreliable script created in something like Airtest... I am trying to search for a way around this.... Ps. A vid one day would be great, if it ever came to be. It’s an interesting and relevant topic, I think anyway haha.
@PereViader
@PereViader 3 жыл бұрын
Great stuff
@thereal_maximg
@thereal_maximg 4 жыл бұрын
Will try to apply into my startup.
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
Good luck
@thereal_maximg
@thereal_maximg 3 жыл бұрын
@@ContinuousDelivery Thanks
@seacomglobal
@seacomglobal 3 жыл бұрын
Awesome Dave!
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
Thanks!
@dosomething3
@dosomething3 3 жыл бұрын
Very very valuable videos
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
Thank you
@danieljohnmorris
@danieljohnmorris 3 жыл бұрын
Awesome!
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
Thanks!
@hashmsalim8521
@hashmsalim8521 4 жыл бұрын
congratulations
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
Thanks :)
@florianbachmann
@florianbachmann 3 жыл бұрын
Yeah :-)
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
😎
@williamf6459
@williamf6459 4 жыл бұрын
How many pages is it? 50 pp? 500 pp? If you want people to buy a book please share the page count. :D
@ContinuousDelivery
@ContinuousDelivery 4 жыл бұрын
Thanks, I have added the page count to the Leanpub site, but it’s 85 pages.
@marcusjenkins
@marcusjenkins 4 жыл бұрын
Bostin
@ContinuousDelivery
@ContinuousDelivery 3 жыл бұрын
🤣 That takes me back 😉
How To Build Big Software With Small Agile Teams
16:00
Continuous Delivery
Рет қаралды 16 М.
The Difference Between DevOps and Continuous Delivery
13:32
Continuous Delivery
Рет қаралды 32 М.
I Sent a Subscriber to Disneyland
0:27
MrBeast
Рет қаралды 104 МЛН
Маусымашар-2023 / Гала-концерт / АТУ қоштасу
1:27:35
Jaidarman OFFICIAL / JCI
Рет қаралды 390 М.
Жездуха 41-серия
36:26
Million Show
Рет қаралды 5 МЛН
CONTINUOUS DELIVERY SIMPLY EXPLAINED
17:23
Continuous Delivery
Рет қаралды 28 М.
Continuous Deployment or Continuous Delivery? | When To Release
11:35
Continuous Delivery
Рет қаралды 11 М.
How Senior Programmers ACTUALLY Write Code
13:37
Thriving Technologist
Рет қаралды 1,6 МЛН
5 Books That Can Change A Developer’s Career
16:58
Continuous Delivery
Рет қаралды 113 М.
5 Ways to Improve Your Code
13:32
Continuous Delivery
Рет қаралды 75 М.
When TDD is Difficult - Try This!
12:10
Continuous Delivery
Рет қаралды 24 М.
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 337 М.
Real Example of a Deployment Pipeline in the Fintech Industry
18:17
Continuous Delivery
Рет қаралды 39 М.
Microservices are Technical Debt
31:59
NeetCodeIO
Рет қаралды 704 М.
I Sent a Subscriber to Disneyland
0:27
MrBeast
Рет қаралды 104 МЛН