Best Practice

Feature flags vs. configuration: when to use what

They're not the same thing. We break down when you need toggles for code paths versus structured config for runtime values.

James Chen Apr 18, 2026
Read more →
Engineering

Progressive rollout: lessons from 10 billion config reads

Canary deployments aren't just for code. We share patterns for safely rolling out configuration changes at scale.

David Kim Apr 11, 2026
Read more →
Engineering

Why we ditched gRPC for HTTP/3 at the edge

gRPC was overkill. HTTP/3 is faster, simpler, and plays nicer with CDNs. Here's our migration story.

Sarah Mitchell Mar 29, 2026
Read more →
Best Practice

The case for treating configuration as code

GitOps isn't just for Kubernetes. Managing flags in version control reduces human error and enables better auditing.

Emma Rodriguez Mar 15, 2026
Read more →
Engineering

Reducing p99 latency from 150ms to 42ms

Five years of incremental improvements. We trace every millisecond and share the bottlenecks we found along the way.

James Chen Mar 4, 2026
Read more →
Security

Implementing kill switches without redeploys

Critical bugs shouldn't require a production deployment. We show how to design code for instant disable via feature flags.

Arun Krishnan Feb 18, 2026
Read more →