Tag

#devops

9 articles tagged #devops. See all tags →

Round Robin Distributes Requests, Not Work. And Your Health Check Cuts Both Ways.
New
Tech··9 min

Round Robin Distributes Requests, Not Work. And Your Health Check Cuts Both Ways.

Two things decide whether a load balancer helps. The algorithm, where round robin quietly assumes every request costs the same. And the health check, which is either too shallow to notice a broken server or so deep that one shared dependency marks your entire fleet unhealthy at once.

load balancinghealth checksreliability
A Feature Flag Is a Production Change That Skips Your Deploy Pipeline
New
Tech··9 min

A Feature Flag Is a Production Change That Skips Your Deploy Pipeline

Two costs land the moment you add a flag, and neither is visible that day. It creates a branch in your code that nothing will ever make you delete, and it lets someone change production behaviour without passing through any of the safety machinery you built for changing production behaviour.

feature flagstechnical debtdeployment
Docker vs Virtual Machines: What a Container Actually Is
Tech··10 min

Docker vs Virtual Machines: What a Container Actually Is

Everyone repeats that VMs virtualize hardware and containers virtualize the OS. True, but it hides the real thing. A container isn't a tiny VM. It's a normal process on the host with blinders on, fenced off by two Linux kernel features.

dockercontainersvirtual-machines
What Is CI/CD, Really
Tech··8 min

What Is CI/CD, Really

CI/CD is three different ideas people mash into one acronym, and getting the distinction wrong is how teams end up with a pipeline that runs tests but ships nothing. Here is what continuous integration, delivery, and deployment actually mean.

ci/cddevopsgithub actions
Platform Engineering Is Mandatory Now. Here's the Minimum Viable IDP.
Tech··11 min

Platform Engineering Is Mandatory Now. Here's the Minimum Viable IDP.

90% of organizations now run an internal developer platform, per the 2025 DORA Report. You don't need Backstage and twelve operators to get there. You need a portal, a paved path, and FinOps guardrails, and you can ship all three without a platform empire.

platform-engineeringinternal-developer-platformdevops
Engineering Metrics Anti-Patterns
Tech··6 min

Engineering Metrics Anti-Patterns

Velocity theater is real and most engineering teams are running it. Here are the metrics that actively damage culture and what to track instead.

engineering metricsengineering culturedevops