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
Chutes AI and Harvard release public dataset of 6.12 billion LLM requests
18+ min ago (381+ words) The year-long dataset spanning 9,174 models reveals that 99% of requests are repeats within 15 minutes, a finding with major implications for how AI infrastructure gets built. If you’ve ever wondered what billions of AI requests actually look like under the hood, now…...
AssemblyScript WebAssembly Meets WebForms Core 2.1
40+ min ago (679+ words) What is WebForms Core? WebForms Core is a server-orchestrated UI technology that allows... Tagged with assemblyscript, webassembly, frontend, webformscore....
JWT Authentication and Role-Based Access Control in LocalHands
58+ min ago (228+ words) 2. The Login DTO - What the API Accepts Every login request is validated against a typed DTO before it reaches any business logic: The identifier field is the first concrete HCI decision in the auth layer: it accepts either an email…...
MobileTopUP: International Mobile Numbers — What Developers Should Validate and What They Shouldn’t Guess
57+ min ago (686+ words) At first, the form may accept something like: Then international users arrive. Suddenly the system needs to understand: The problem becomes even more interesting when the number is not just a contact field but the destination of a transaction. A…...
fastlogging-rs: High-Performance Logging for many different Programming Languages
1+ hour, 38+ min ago (183+ words) Release, 0.9.0, is available with the following features: Compared to Python’s built-in logging module: When your application logs millions of messages, these speedups can turn minutes into seconds. fastlogging-rs is written in Rust and comes with thin wrappers for your favorite…...
Build a generative AI API workflow that turns successful requests into outputs your users can actually use, with retries, validation, and production safeguards.
1+ hour, 5+ min ago (1641+ words) Your request returns successfully. The application still has no usable image. Perhaps the response contains a task ID, or the finished picture includes an extra object that makes it unsuitable for the page. A generative AI API for developers lets…...
What Happens After a Payment Hits ‘Confirmed’? Inside APIs and Webhooks
7+ hour, 59+ min ago (464+ words) Banks, customer accounts and internal finance systems often record the same transaction in different places, making integration the hidden work that turns a payment confirmation into an updated business record. A business can receive money successfully and still have an…...
Mock Server na prática: entendendo JSON Server e o db.json
2+ hour, 23+ min ago (1662+ words) Um guia para iniciantes entenderem o que é um Mock Server, como o JSON Server funciona e como utilizar um db.json para desenvolver e testar aplicações frontend. Quando estamos desenvolvendo uma aplicação frontend, existe um problema muito comum: a…...
Afriex Integrations: Sandbox, Idempotency, and Webhook Simulation
2+ hour, 7+ min ago (723+ words) Most payment integration bugs never show up in a manual test. You click through the happy path once, it works, you ship it. Then in production a network blip causes a retry, two webhook deliveries arrive out of order, or…...
I Built a Free WebRTC Leak Test (And Why Your VPN Might Be Lying to You)
3+ hour, 5+ 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…...