Tag: backend
All the articles with the tag "backend".
-
Cloudflare Queues: respond fast, process later
Producer, consumer, retries, DLQ, and idempotency—how to pull work the user doesn’t need out of the request path.
-
Durable Objects: identity, state, and coordination
Not “just another database.” Entities with a key, persistent state, and coordination logic inside Cloudflare.
-
Cloudflare Workers bindings: permission + API in env
A binding isn’t a magic plug. It’s a declared capability: the Worker gets it on env, and the architecture becomes visible.
-
Cloudflare Workers without the buzzwords
What a Worker actually is, what edge really means, and when to use it without turning your HTTP entrypoint into a monster.