Tagged: api
Showing 1–5 of 7 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 Orchestration with Step Functions The same four-step order saga, this time driven by a Step Functions state machine. Catch blocks for compensation, no event bus. Read article Choreography with EventBridge Four Lambdas coordinated through EventBridge events, deployed to LocalStack. The first half of a saga pattern comparison; the orchestration version comes next. 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