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.

Latest in Backend & APIs


dev.to > beefedai > hardware-timestamping-and-jitter-reduction-techniques-for-reliable-clocks-4p94

Hardware Timestamping and Jitter Reduction Techniques for Reliable Clocks

10+ hour, 7+ 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…...


medium.com > @inengiyeemmanuel > how-i-would-design-a-url-shortener-b95489e56c6f

How I would design a URL shortener

5+ hour, 57+ 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 …...


dev.to > whateverneveranywhere > an-http-200-is-not-a-delivered-job-application-nlc

An HTTP 200 is not a delivered job application

10+ hour, 26+ min 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…...


moomoo.com > news > post > 76/19/4799 > nadella-calls-for-decentralized-ai-governance-microsoft-to-release-first

403 - Operations too frequent

14+ hour, 36+ min ago   (16+ words) Nadella Calls for Decentralized AI Governance: Microsoft to Release First Model Code of Conduct Tomorrow Moomoo...


autogpt.net > truefoundry-vs-openrouter-which-ai-gateway-fits-your-stack

TrueFoundry vs OpenRouter: Which AI Gateway Fits Your Stack?

12+ hour, 50+ 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…...


dev.to > sarthakagrawal927 > the-browser-training-speedup-was-a-curve-not-one-headline-number-5a8a

The browser-training speedup was a curve, not one headline number

13+ hour, 38+ 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…...


dev.to > ethancole26 > a-live-crypto-price-ticker-on-a-static-site-three-ways-12ie

A live crypto price ticker on a static site, three ways

14+ hour, 10+ 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…...


dev.to > auth0devrel > how-to-set-up-auth0-organizations-sso-branding-invitations-9dc

How to Set Up Auth0 Organizations (SSO, Branding & Invitations)

14+ hour, 4+ 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…...


medium.com > @vishnu_73501 > real-time-ai-monitoring-catching-model-drift-before-it-costs-you-4060d0699e15

Real-Time AI Monitoring: Catching Model Drift Before It Costs You

10+ hour, 8+ 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…...