Quality Engineering —3 min read
What to do with broken tests

What should you do with broken tests on an old project? Delete them. Probably.

Software Delivery —34 min episode
Tiny DevOps episode #21 Bryan Finster — Minimum Viable Continuous Delivery

Bryan Finster is a co-creator of Minimum Viable Continuous Delivery, and in this episode we talk about how this concept was born, what problems it aims to address, and how you can use it on your team to improve your continuous delivery.

Software Delivery —65 min listen
Adventures In DevOps 093: Deconstructing the Minimum Viable Continuous Deployment

The panel jumps in and discusses the Minimum Viable Continuous Deployment from the manifesto on the web and discuss where they agree and disagree with the requirements listed there and clarify some of the ideas in the document.

Software Delivery —3 min read
Different models of CI/CD

There's almost always more than one way to do something. What workflow does your team use for CI/CD?

Software Delivery —49 min listen
Adventures In DevOps 084: Continuous Deployment Without Automated Tests

Jonathan Hall joins the Adventure this week to discuss the advice he gives to clients to start continuous deployment before they have automated tests around their code.

Software Delivery —1 min read
10 deploys per day? BORING!

In 2009, many thought 10+ deploys per day was inconcievable. Today it's boring. I call that progress!

Software Delivery —1 min read
A merge a day keeps the conflicts away

Merge a minimum of one PR each day. Make small PRs. Don't worry if the feature is incomplete, only that each PR works.

Software Delivery —21 min episode
Tiny DevOps episode #6 Olaf Molenveld — Getting started with Progressive Delivery

Olaf Molenveld joins me to explain the concept of Progressive Delivery, when it makes sense, and what homework every team should do before getting started.

Software Delivery —1 min read
The poor man's feature flag

How to use feature flags if you don't have feature flags.

Software Delivery —31 min listen
Jonathan Hall on Developers Eating The World

In this episode of Developers Eating the World, Chris sits down with Johnathan Hall, AKA the Tiny DevOps Guy. Johnathan is a DevOps expert and recently started focusing his efforts on tiny teams with big ideas.

Software Delivery —1 min read
Can we do CD without CI?

What if we could do Continuous Delivery without setting up a full, automated Continuous Integration pipeline first? This is the topic of my recent interview with Jacqueline Salinas on the Continuous Delivery Foundation’s podcast, The Pipeline. I first wrote about this topic back in 2019, and for those interested I have recently developed the Lean CD Bootcamp email course to walk you through the steps of setting up a CD pipeline without full CI.