Tag

#devops

10 articles tagged #devops. See all tags →

Serverless Explained: What It Is and When It Costs More
Tech9 min

Serverless Explained: What It Is and When It Costs More

Serverless is a billing model wearing an architecture costume. Once you do the arithmetic on published AWS prices, a Lambda function crosses over and becomes the expensive option at around 7.5 million requests a month. The number that decides it isn't your scale. It's your duty cycle.

serverlessaws-lambdacloud-costs
Round Robin Distributes Requests, Not Work. And Your Health Check Cuts Both Ways.
Tech9 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
Tech9 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 behavior without passing through any of the safety machinery you built for changing production behavior.

feature flagstechnical debtdeployment
Docker vs Virtual Machines: What a Container Actually Is
Tech10 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
Tech8 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.
Tech11 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
Tech6 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