http
4 posts
http
Handling Long-Running API Requests in Web and Mobile Apps
One default shape for long-running work across a browser SPA and a mobile app, with the cases where it should be overridden.
api-design · real-time · webhooks +4
April 18, 2026Development
Idempotency: A Beginner's Guide to Safe Retries in APIs
A practical introduction to idempotency for developers building APIs, payments, and message consumers, covering HTTP semantics, idempotency keys, and upserts.
idempotency · api-design · distributed-systems +4
April 9, 2026Development
Network Fundamentals Every Software Developer Should Know
A practical glossary of essential networking concepts for developers - from protocols and DNS to debugging tools and security basics.
networking · http · debugging +3
October 30, 2025Development
Axios vs Fetch vs Undici: Node.js HTTP Clients Compared
Why undici is the sensible default for Node.js server-to-server calls, and when Axios, native fetch, or Effect is the better pick
nodejs · http · functional-programming +3
September 4, 2025Development