
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.

How my web site mirrors software delivery
Several software delivery principles are widely applicable, beyond the strict definition of "software".
Adventures in DevOps 122: Modern Updates to CI/CD Deployments
CloudFlare pages, Vercel, Next.js and other next-gen CI/CD tools.
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.

Where do you find the confidence to release your software?
Think of the time you released software to production...
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.
Subscribe to the Daily Commit
Every day I write about improving software delivery at small companies like yours. Don't miss out! I will respect your inbox, and honor my privacy policy.Unsure? Browse the archive.
Adventures in DevOps 116: Deployment Strategies
Jonathan and Will discuss deployment strategies: rolling deployments, blue/green, canary, feature flags, and much more.

How to handle long-running batch jobs during an upgrade
Two approaches to managing hours-long jobs with continuous deployment.

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.