dev-resources.site
for different kinds of informations.
Continuous Delivery
I gave a talk last Tuesday at the local JavaScript user group, RVA.js, about Continuous Delivery. I recorded the talk and put online for those who couldnât make it. Description and supporting links below the video.
Continuous Delivery is a term from the Agile Manifesto written in 2001: âOur highest priority is to satisfy the customer through early and continuous delivery of valuable softwareâ. There is now years of evidence to clearly show Continuous Delivery is the best way to deliver software. It also is shown to increase how quickly we can deliver.
This results in less team burnout, happier developers, and better performing businesses. This also means you donât hate your code base in after 6 months, can change it without the constant fear of something breaking, and can use it with any programming language, UI or API framework, and company size.
However, there are tradeoffs, expectations, various strategies, and cultures required to make it work. Additionally, there are specific types of metrics we can use to determine âhow are we doingâ. Continuous Delivery is a journey of learning & constant iteration.
If youâre an Individual Contributor, youâll learn a light introduction on the best way to develop software, regardless of JavaScript, TypeScript, Angular or React. If youâre an Engineering Manager, youâll learn a basic roadmap on how your team should be delivering. If youâre in Quality Assurance, youâll learn where you can focus your efforts to help. Jesse Warden will teach you the basic roadmap and additional learning resources on how you can incorporate Continuous Delivery into your existing or new projects, with resources to help get other stakeholders on board.
Deck: https://docs.google.com/presentation/d/1uTGrq9qa_tiWX2zpyZ_OOzExUllukN341iZd0TPNHyY/edit#slide=id.p
Dave Farleyâs book âContinuous Delivery Pipelinesâ: https://leanpub.com/cd-pipelines
Team Topologies: https://teamtopologies.com/
Martin Fowler on Continuous Integration: https://www.martinfowler.com/articles/continuousIntegration.html
DORA Metrics and State of DevOps Reports: https://cloud.google.com/blog/products/devops-sre/using-the-four-keys-to-measure-your-devops-performance
Featured ones: