May 28, 2026 Orchestration vs choreography: which to choose Side by side comparison of the two saga implementations from the previous posts. What each one cost to build, what it gives you operationally, and which questions to ask before picking.
awsserverlessapipatternsagaorchestrationchoreographyeventbridgestep-functionsarchitecturetypescript
Read article
May 17, 2026 Cloud queue inbox/outbox patterns Building outbox/inbox patterns on DynamoDB Local and LocalStack, with a list of queue smells the patterns don't fully cover.
awsarchitecturequeuesdynamodbeventbridgesqslocalstackidempotency
Read article
May 3, 2026 One Live Search, Five Stacks The same live-search feature in HTMX, React Server Components, Livewire, Hotwire, and LiveView. Same dataset, same UX, five different ways the server returns HTML instead of JSON.
architectureapireactfrontendgo
Read article
May 2, 2026 HTML Over the Wire: The Fifth Shape of Service Communication RSC, Hotwire, LiveView, Livewire, HTMX. When the server returns rendered HTML and the API disappears.
architectureapireactfrontend
Read article
May 1, 2026 Making APIs and Queues Bulletproof Idempotency keys, layered caching, transactional outbox/inbox, and DLQs - the patterns that keep money moving when half the systems involved restart in the middle.
architectureapiqueuesperformance
Read article