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
I Built a Free WebRTC Leak Test (And Why Your VPN Might Be Lying to You)
36+ min ago (619+ words) You pay $10 a month for a VPN. You think you're safe. But a single line of JavaScript on any website can still see your real IP address. It's called a WebRTC leak, and most VPN users don't even know it…...
Custom Password Reset API Selection for Auth Systems Without Webhooks
1+ hour, 11+ min ago (637+ words) This decision applies differently to the two messages. A password-reset email carries a short-lived capability, so stale retries can create confusing or unsafe behavior. An order receipt records a settled payment, so losing the send request leaves a gap in…...
API Key Usage Inventory: 4 Evidence Signals for Edtech Service Reviews
1+ hour, 5+ min ago (1543+ words) Short answer: a key's last-used timestamp cannot tell an edtech reviewer which service holds it. Attribute the credential through four independent signals: a stable, nonsecret key identifier, authenticated caller identity, workload deployment records, and per-key request events. Record disagreements instead…...
Sandboxing PDF Processing in PHP with Bubblewrap
1+ hour, 10+ min ago (1286+ words) What happens when your PHP application processes an untrusted PDF with an external binary? Most of us never think about it. A user uploads a file, a controller stores it, a queued job runs a command-line tool on it, and…...
Grok 4.7 - API Pricing & Providers
2+ week, 23+ hour ago (936+ words) In / Out Price $1.60 / $4.80per 1M Different companies host the same model. OpenRouter routes your request to one of them based on the routing mode you pick — Balanced (price + speed), Nitro (fastest), Floor (cheapest), or Exacto (highest tool-calling accuracy). The average price customers…...
Qwen3.7 Max vs Step 5 Preview: Benchmarks & Cost
15+ hour, 28+ min ago (300+ words) Every change to the models you run, with its source and its date. Releases, price changes, retirements, API changes, and incidents.Every change to the models you run, with its source. 5 results are shared. Category rows resting on Estimated evidence…...
[quick-revisit]: Event Loop - Browser vs. Node.js
2+ hour, 9+ min ago (16+ words) JavaScript is single-threaded, yet JavaScript runtimes handle high-concurrency I/O effortlessly.... Tagged with javascript, node, webdev....
Spring Boot Learning by doing
2+ hour, 14+ min ago (1078+ words) Learning Spring by doing. In this post, I'll share the steps I took to create my first Spring Boot application. There's less theory in this guide (you can find that elsewhere); instead, I'll focus on the steps to take, how…...
A news site in Flask, deployed for free
2+ hour, 54+ min ago (359+ words) The copy-paste Flask news app calls the news API... Tagged with flask, python, tutorial, api....
API Testing
3+ hour, 21+ min ago (17+ words) API Performance Testing: How to Design Realistic Tests Real-world traffic rules and... Tagged with api, performance, testing....