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
A complete engineering log of building `findmypylibrary` with an AI pair-programmer (Claude Code)
23+ min ago (1812+ words) A complete engineering log of building findmypylibrary with an AI pair-programmer (Claude Code): what broke, how we found out, what we tried, what we measured, and why each decision went the way it did. Nothing is left out, including the mistakes…...
Java Concurrency & Multithreading: 40 Interview Questions
1+ hour, 1+ min ago (829+ words) A process has its own memory space and OS resources; threads live inside a process and share its heap and file handles but keep their own stack and program counter. That shared memory is exactly why threads are cheap to…...
How I Protected My Telegram Bot's AI Quota From Spam Users
1+ hour, 19+ min ago (26+ words) I run a Telegram bot that uses Google's Gemini API for free-tier AI features. The free tier gives... Tagged with python, telegram, automation, sideprojects....
Building a Live Scoreboard with a Sports Data API (Vanilla JS + WebSocket)
1+ hour, 45+ min ago (29+ words) In this tutorial we'll build a working live scoreboard — the kind you'd embed on a sports site or a... Tagged with javascript, api, webdev, tutorial....
Designing a Financial Tracking API for Digital Businesses
2+ hour, 1+ min ago (531+ words) Financial data looks simple at first: money comes in, money goes out, and the balance is the difference. In a real digital business, however, one sale can involve a supplier cost, a payment fee, customer credit, a wallet movement, and…...
A WAF That Reads the Prompt: OWASP CRS for LLM and MCP
2+ hour, 15+ min ago (1042+ words) Originally published at webofmike.com on 2026-09-20. The demo repo and every command in it were run before publishing. A conventional web application firewall reads a URL, some headers, and maybe a form body. For agent traffic that is the wrong…...
Good News For Backend And Devops Buddy
2+ hour, 26+ min ago (182+ words) I shipped a Goated tool Today: API Performance Profiler. It answers one question backend devs ask every day: how fast is this route, actually? Most of us guess. Or we add console.time, or we open Postman and eyeball the…...
Site-Wide Structured Data and Social Graph Integration
2+ hour, 37+ min ago (253+ words) Choosing A Publishing Stack A Technical a mobile stack starts with constraints, not a popularity contest. Failing to address these gaps treats platform pages as disjointed URLs rather than a unified verified entity. Resolving these issues requires moving beyond a…...
Securely Authenticate Users with the Telegram Login Widget in PHP and Yii2
2+ hour, 25+ min ago (222+ words) This guide demonstrates how to build a secure backend validator in PHP to verify the Telegram Login Widget payload using HMAC-SHA-256, enforce strict expiration checks on the authentication timestamp, and map the validated Telegram ID to a user record in…...
How I Built a Zero-Cost Python Webhook Engine to Bypass a High-Friction Voting System
2+ hour, 32+ min ago (229+ words) When I entered the CANEX Create-Thon competition, I quickly realized I wasn't just competing against other creators but rather I was also competing against bad UX. The Gebeya platform requires users to complete a full email sign-in just to cast…...