Install
Backend & APIs
HTTP services, microservices, RPC, auth, caching, and resilient API design.
- 9 Subtopics
- 13 Tracked terms
- Last 30 days Feed window
Inside Backend & APIs
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
- Languages & Runtimes
- Editors, IDEs & Developer Experience
- Frontend Web
- Data, Databases & Streaming
- DevOps, CI/CD & Platform Engineering
- Testing & Quality
- Security & Privacy Engineering
- Architecture & Patterns
- AI/ML Engineering & LLMOps
- Collaboration & Project Management
- Open Source & Licensing
- Careers, Learning & Events
Latest in Backend & APIs
Hardware Timestamping and Jitter Reduction Techniques for Reliable Clocks
9+ hour, 41+ min ago (569+ words) The single hard truth: the CPU and kernel will lie about "when" a packet hit the wire unless you pull the timestamp as close to the PHY as humanly possible. When order, fairness, or regulatory auditability demand microsecond or better…...
How I would design a URL shortener
5+ hour, 31+ min ago (199+ words) Many people wonder why the URL shortener is such a common system design interview question and it’s because the problem looks deceptively simple, while the system …...
An HTTP 200 is not a delivered job application
10+ hour ago (336+ words) Every auto-apply tool I have taken apart marks an application "sent" at the same moment: the instant it dispatches the click. That is a read-back of our own input, and it is the weakest signal in the whole pipeline. I…...
403 - Operations too frequent
14+ hour, 10+ min ago (16+ words) Nadella Calls for Decentralized AI Governance: Microsoft to Release First Model Code of Conduct Tomorrow Moomoo...
TrueFoundry vs OpenRouter: Which AI Gateway Fits Your Stack?
12+ hour, 24+ min ago (949+ words) TrueFoundry and OpenRouter both solve the same problem, routing your app to the right model, but they solve it for different teams. One bets on enterprise control. The other bets on scale and speed. We tested both to find out…...
The browser-training speedup was a curve, not one headline number
13+ hour, 12+ min ago (147+ words) The WebGPU path did not have one honest speedup number. Against multithreaded WASM SIMD, the measured improvement was 2.6 times on the Small preset, 6.8 times on Medium, 9.3 times on Large, and 12.1 times on XL. Loss drift ranged from 1.1% to 2.5% across the same…...
A live crypto price ticker on a static site, three ways
13+ hour, 44+ min ago (635+ words) I run a small static site on Netlify and wanted a scrolling price ticker across the top. No build step, no server, and ideally no signup. Here is what I tried and where each one hurt. The shortest path is…...
How to Set Up Auth0 Organizations (SSO, Branding & Invitations)
13+ hour, 38+ min ago (298+ words) Stop Building Multi-Tenant Auth from Scratch. Use This Instead. Building a B2B SaaS application requires a complex multi-tenant infrastructure. In this technical walkthrough, Shreya Gupta and Lily Wisecarver demonstrate how to use Auth0 Organizations to effortlessly manage identity workflows for your business…...
test-perplexity-gpt-5 vs test-perplexity - AI Model Comparison
23+ hour, 47+ min ago (14+ words) OpenCode Related comparisons. Other model pairs to check....
Real-Time AI Monitoring: Catching Model Drift Before It Costs You
9+ hour, 42+ min ago (499+ words) Then there’s the drift your own team introduces. Someone tweaks a system prompt to fix one edge case and shifts the distribution of every other output. A retrieval index gets rebuilt with a different chunking strategy. A fallback route that…...