Skip to main content

Architecture

Browse all articles, tutorials, and guides about Architecture

6posts

Posts

DevOps
|14 min read

6 Apache Kafka Use Cases, and When You Do Not Need Kafka

Six patterns where Kafka genuinely earns its operational cost, what each one looks like in practice, and the failure mode nobody mentions until you are already running it in production.

DevOps
|19 min read

A Postgres Branch Per Learner: Building on Neon

Every hands-on lab gets its own Postgres branch, AI generation runs outside the request cycle, and cleanup is core infrastructure rather than a chore.

DevOps
|17 min read

Running a Background Job That Must Not Be Lost

A queue gets your job to a worker, not to the finish line. What happens when the worker dies halfway, and a durable executor in 90 lines of TypeScript.

DevOps
|9 min read

Neon Is Becoming a Backend Platform, Not Just Postgres

In June 2026 Neon added serverless functions, S3-compatible object storage, and an AI gateway to its database. The interesting part is not any one feature, it is the through-line: everything branches with your data. Here is what shipped, what it competes with, and where the seams still show.

AWS
|13 min read

How to Design a Multi-Region Active-Active Architecture on AWS

A practical walkthrough of building active-active multi-region apps on AWS: traffic routing with Route 53 and Global Accelerator, data replication with DynamoDB Global Tables and Aurora, and the application changes that make failover actually work.

DevOps
|10 min read

The US Government Pulled Two Frontier Models Overnight. The Real Lesson Is About Your Stack

On June 12, 2026, an export-control directive forced Anthropic to disable Claude Fable 5 and Mythos 5 for every user worldwide, three days after launch. The policy fight is interesting. The operational lesson for anyone building on a single model provider is more urgent.