Coding Practices —2 min read
Reader response: Feature flags as an enabler for trunk-based development

Feature flags are often misunderstood to be for front ends only. It is very possible to put all development behind a flag.

Software Delivery —1 min read
How my web site mirrors software delivery

Several software delivery principles are widely applicable, beyond the strict definition of "software".

Tech Tools —23 min listen
Adventures in DevOps 122: Modern Updates to CI/CD Deployments

CloudFlare pages, Vercel, Next.js and other next-gen CI/CD tools.

Software Delivery —52 min listen
Adventures in DevOps 120: DevOps Research and Assessment (DORA) Metrics with Dave Mangot

Dave Mangot joins Adventures in DevOps to share how he leverages DORA metrics to improve technology organizations.

Quality Engineering —1 min read
Where do you find the confidence to release your software?

Think of the time you released software to production...

Software Delivery —2 min read
A GitFlow story

A team I recently started working with has been using GitFlow. Until last week.

Agile Principles —17 min read
BizDevOps – a Bridge Between Business and Tech

BizDevOps is a modern approach to product development that significantly improves final business results and provides a much better experience for end-users.

Software Delivery —2 min read
Test-Driven CI pipelines

Test-Driven doesn't only apply to normal code.

Tech Tools —38 min listen
Adventures in DevOps 116: Deployment Strategies

Jonathan and Will discuss deployment strategies: rolling deployments, blue/green, canary, feature flags, and much more.

Software Delivery —3 min read
How to handle long-running batch jobs during an upgrade

Two approaches to managing hours-long jobs with continuous deployment.

Software Delivery —2 min read
How to experiment with CD in a GitFlow environment

Can we experiment with continuous deployment without completely migrating away from GitFlow first? Here are a couple approaches.