Tagged: architecture
Showing 1–5 of 8 articles
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 Karpathy's Wiki, OpenBrain, and Picking a Context Layer for AI Two memory models for AI work. One synthesises on write, one on query. Which to pick depends on whether you're a solo researcher or running multi-agent. Read article Types of APIs and Event Queues: When To Use Each Four ways to move data between services. What each one buys you, where each one falls down, and when I reach for which. Read article