Tagged: architecture
Showing 1–5 of 10 articles
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. Read article 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. Read article 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. Read article 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. Read article 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. Read article