From e7de509885441463f8a644df48693c2fffdb9641 Mon Sep 17 00:00:00 2001 From: Yevgeniy Brikman Date: Fri, 13 Jun 2025 16:56:23 +0100 Subject: [PATCH] Add Fundamentals of DevOps and Software Delivery Thanks for putting together this great collection! I just published a book called _[Fundamentals of DevOps and Software Delivery](https://www.fundamentals-of-devops.com/)_, which goes through an example of an end-to-end CI / CD pipeline, including most of the topics covered in this collection (build, release, infrastructure, code review, static and dynamic checks, coverage, testing, packaging, provisioning, and more), so I'm hopeful the book is a good fit for the list of books on this page. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ba6b96..d7df05b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The theory for continuous integration and continuous deliver * [ci/cd pipeline](https://semaphoreci.com/blog/cicd-pipeline) * [devopsdays](http://www.devopsdays.org) * [ci cheatsheet](https://dzone.com/refcardz/continuous-integration) -* [devops_roadmap](https://github.com/kamranahmedse/developer-roadmap) +* [devops_roadmap](https://github.com/kamranahmedse/developer-roadmap) ## `Build And Release System` The system for software build and release, continuous integration and continuous delivery @@ -291,6 +291,7 @@ Conference and submit ## Books * [Securing DevOps](https://manning.com/books/securing-devops?a_aid=securingdevops&a_bid=1353bcd8) - A book on utilizing CI/CD techniques to improve the security of web applications and their infrastructure. * [Learning Continuous Integraion with TeamCity](https://www.packtpub.com/web-development/learning-continuous-integration-teamcity-raw) - Master the principles and practices behind Continuous Integration by setting it up for different technology stacks using TeamCity +* [Fundamentals of DevOps and Software Delivery](https://www.fundamentals-of-devops.com/): A hands-on guide to deploying and managing software in production, including deploying applications and microservices to the cloud, managing your infrastructure as code, automating your software delivery lifecycle in a CI/CD pipeline, configuring networking, setting up data stores, hooking up monitoring, and much more. ## Other Awesome Lists Other amazingly awesome lists can be found in