What’s New in Developer Tools: Zed’s DeltaDB, Cursor 3.7, and Claude Code’s Sub-Agent Chains
Editor’s note, September 2026: The DeltaDB beta promised below shipped — but as a separate product. In August, Zed introduced
Editor’s note, September 2026: The DeltaDB beta promised below shipped — but as a separate product. In August, Zed introduced
Editor’s note (September 12, 2026): Every pattern below still holds. Action pins were refreshed to current majors — checkout v7,
Continue readingGitHub Actions: Practical CI/CD Patterns for Production Workflows
Rust 1.95 and 1.96 landed within weeks of each other this spring, and together they bring a surprisingly impactful set
Continue readingRust 1.95 and 1.96: Copy Ranges, cfg_select!, and Pattern Matching Upgrades
CQRS and Event Sourcing: Building an Order System from Scratch in Go Most of us build CRUD services by default:
Continue readingCQRS and Event Sourcing: Building an Order System from Scratch in Go
Every backend team eventually builds the same thing: a rickety scaffolding of cron jobs, background workers, message queues, and status
Continue readingpg_durable: Durable Workflows Inside PostgreSQL Without External Infrastructure
Every container you ship to production is an attack surface. Debian or Ubuntu-based container images typically bundle hundreds of OS
Continue readingContainer Security in Production: A Practical Hardening Playbook
Every public API has a ceiling. Whether you’re running a SaaS platform, a microservice cluster, or a simple REST endpoint,
Every codebase has one: a function that started as a simple if/else and grew into a 200-line switch statement with
A year ago, most developers interacted with AI coding tools through inline completions — a few lines suggested here, a
GitOps has moved past the hype phase and into production maturity. If you’re running Kubernetes at scale, the question isn’t
Continue readingArgo CD 3.4: Practical GitOps Patterns for Production Kubernetes