One Artifact, One Pipeline, One Path to Production

One artifact, one pipeline, one path to production. Remember this phrase and you now know the secret to building good CI/CD pipelines. You are now mere minutes away from being a significantly better developer, DevOps engineer, SRE, or really anyone who works in software, just read on. One artifact, one pipeline, one path to production is a simple guideline to building good software delivery mechanisms. It’s about not over complicating the process, reducing the cognitive load, keeping the team moving fast, and making sure the deployment process actually works consistently....

May 3, 2023 · 7 min · chart

Principles of Pipelines

WIP: This is a work in progress. I intend to start keeping notes of the basic theory, as I experience and learn it, of how to create a good CI/CD for delivering software. Version control: Ensure all code and configuration files are stored in a version control system like Git. This allows tracking changes, collaboration, and easy rollback of changes if needed. Automated builds: Automate the process of building the software to ensure that the code is always in a deployable state, minimizing integration issues and detecting problems early....

April 29, 2023 · 2 min · chart