🏗️ Architecture & Patterns Cloudflare Blog
How Cloudflare built a globally consistent database on the edge
Deep dive into D1's consistency model — how Cloudflare achieves linearizable reads across 300 edge locations using SQLite.
Understanding the tradeoffs they made reframes how you think about CAP theorem in real-world edge deployments.
🏗️ Architecture & Patterns Miro Engineering
Event sourcing at scale: lessons from 5 years in production
Engineering team at Miro publishes a retrospective on their event-sourced architecture — what worked, what failed, and what they'd change.
Real production retrospectives on complex patterns are rare. This is worth a deep read before you adopt ES.
🏗️ Architecture & Patterns HTMX Blog
HTMX 2.0 and the return of hypermedia-driven applications
HTMX 2.0 ships with SSE support, better streaming, and a cleaner API — fuelling a broader conversation about SPA complexity.
Most apps don't need a full SPA. HTMX lets you ship faster and hand off easier without framework lock-in.