Skip to main content
All Newsletters

DevOps Daily Newsletter - Week 32, 2026

Hey there, here is everything we shipped at The DevOps Daily this week.

Blog Posts

What It Actually Takes to Deliver a Webhook in Production

What It Actually Takes to Deliver a Webhook in Production

One HTTP POST is the easy part. This walks through the retry schedules, signature schemes, and idempotency keys that keep webhooks landing when the receiving end misbehaves.

Model Fallback and Routing Without a Provider SDK Each

Model Fallback and Routing Without a Provider SDK Each

Model outages and rate limits show up mid-request, and you should not need five vendor SDKs to survive them. Here is how to route and fall back across providers with plain HTTP.

Per-Branch AI Endpoints: Isolating Model Spend Across Prod, Preview, and CI

Per-Branch AI Endpoints: Isolating Model Spend Across Prod, Preview, and CI

When previews, CI, and production all share one key, nobody can tell who burned the budget. This shows how to give each branch its own AI endpoint so spend is traceable.

Stacked Pull Requests on GitHub: What They Actually Fix

Stacked Pull Requests on GitHub: What They Actually Fix

GitHub's stacked pull requests are in public preview, and they fix a real review problem. We cover what stacking actually solves and how the gh-stack workflow feels day to day.

The DevOps Skills That Create Openings, Not Just Pass Filters

The DevOps Skills That Create Openings, Not Just Pass Filters

Most skill lists tell you how to get past a screening filter. This one is about the skills that make a company want to create a role for you.

Explaining CI Failures Automatically with a GitHub Action

Explaining CI Failures Automatically with a GitHub Action

We built a GitHub Action that reads a failing job log and tells you what broke, in plain English. Here is how we wired it together and what it costs to run.

What Sending a Developer Newsletter Actually Takes

What Sending a Developer Newsletter Actually Takes

A newsletter looks like a for-loop over an address list until you actually send one. Here is the sending, bounce handling, and deliverability work hiding behind that loop.

11 Laws That Quietly Run Your Engineering Team

11 Laws That Quietly Run Your Engineering Team

Parkinson, Goodhart, Brooks, and Chesterton were not writing about software, but their laws run your sprint anyway. Eleven of them, and what to do when they show up on your team.

DMARCbis Is Here: What Changed in the New DMARC and What to Do to Your Records

DMARCbis Is Here: What Changed in the New DMARC and What to Do to Your Records

DMARC is a real internet standard as of 2026, the pct tag is gone, and there are two new tags to learn. Here is what to change in your DNS records and in what order.

Featured Games

Webhook Delivery Simulator

Webhook Delivery Simulator

Push a webhook through a production-style delivery flow and break it on purpose. Change the endpoint response and watch retries, backoff, and dead letters play out.

Fork Bomb Simulator

Fork Bomb Simulator

Watch :(){ :|:& };: multiply processes until the machine gives up, safely, in your browser. Then find out which limits actually stop it.

SMTP Flow Simulator

SMTP Flow Simulator

Follow one email from app submission through EHLO, STARTTLS, AUTH, and MAIL FROM. A quick way to see where delivery breaks before it breaks on you.

News Digests

DevOps Weekly Digest - Week 31, 2026

DevOps Weekly Digest - Week 31, 2026

Week 31's roundup of what moved in Kubernetes, cloud native tooling, CI/CD, IaC, observability, and security. Five minutes to catch up on everything you missed.

Comparisons

Spinnaker vs Argo CD

Spinnaker vs Argo CD

Spinnaker and Argo CD both get code to production, but they disagree on nearly everything else. Side by side on deployment strategies, setup cost, and which one fits your team.

Flux vs Jenkins

Flux vs Jenkins

Flux is GitOps native, Jenkins will do whatever you script it to do. We compare architecture, Kubernetes fit, and long-term maintenance so you can pick without regretting it later.

Guides

Introduction to Bash

Introduction to Bash

Start at cd and finish writing scripts you would trust on a production box. Covers navigation, variables, control flow, functions, and permissions.

Quizzes

Docker Fundamentals Quiz

Docker Fundamentals Quiz

Questions on containers, images, Dockerfile instructions, volumes, and networking. Find out whether you know Docker or just know docker run.

Flashcards

SLOs, SLIs, and Error Budgets

SLOs, SLIs, and Error Budgets

Flashcards on writing SLOs, picking SLIs that mean something, and spending an error budget on purpose. Good refresher before your next reliability review.


Happy learning, The DevOps Daily Team

Sponsored
Carbon Ads

Get this in your inbox

Subscribe to receive the DevOps Daily newsletter every Monday.