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 > saazone_studio > i-built-a-free-webrtc-leak-test-and-why-your-vpn-might-be-lying-to-you-1g85

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…...


dev.to > mirageb18 > custom-password-reset-api-selection-for-auth-systems-without-webhooks-58p0

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…...


dev.to > jensencole5829 > api-key-usage-inventory-4-evidence-signals-for-edtech-service-reviews-57dc

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…...


dev.to > smithvegstack > sandboxing-pdf-processing-in-php-with-bubblewrap-5hj5

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…...


openrouter.ai > x-ai > grok-4.7

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…...


benchlm.ai > compare > qwen3-7-max-vs-step-5-preview

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…...


dev.to > mittens420 > quick-revisit-event-loop-browser-vs-nodejs-3307

[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....


dev.to > techtester99 > spring-boot-learning-by-doing-21mf

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…...


dev.to > apitube > a-news-site-in-flask-deployed-for-free-1mfh

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....


dev.to > suramouli11 > -30i1

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....