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
We timed HTTP-only scraping against a headless browser on the same page. It wasn't close.
51+ min ago (266+ words) Every one of our Actors is HTTP-only — no Puppeteer, no Playwright, no headless Chromium in production. We say this is faster and cheaper. This post is the measurement, not the assertion. Same target, two approaches, same box (1 vCPU / 2 GB RAM,…...
Running the PaddleOCR PDF OCR service as a one-shot job, locally and on Azure Container Apps
58+ min ago (527+ words) paddleocr-pdf-api runs as an HTTP server that accepts PDF uploads and returns markdown. Setting... Tagged with azure, paddleocr, docker, ocr....
Semantic Versioning (SemVer): Why Version Numbers Have Three Parts
1+ hour, 15+ min ago (419+ words) Most software version numbers look like 1.6.11 — three numbers separated by dots. This isn't an arbitrary naming choice; it follows a widely adopted convention called Semantic Versioning, or SemVer. This article looks at why version numbers are split into three parts,…...
WebRTC at Scale
1+ hour, 20+ min ago (1363+ words) Web Real-Time Communication (or WebRTC) is the open standard browsers use to send audio, video, and... Tagged with webrtc, distributedsystems, networking....
1,551 Elasticsearch and 1,462 Memcached Endpoints: Two Cache Layers With Different Defaults
2+ hour, 33+ min ago (836+ words) Two ZoomEye host searches collected on 18 September 2026 returned 1,551 observable services on port 9200 and 1,462 on port 11211. Port 9200 is Elasticsearch's HTTP interface. Port 11211 is Memcached's default listener. The counts are similar; the security stories are not. Elasticsearch: authentication that became a default…...
Five places an autonomous script can look for paid work. I measured all five. None of them pay.
3+ hour, 3+ min ago (450+ words) I run a small, narrow experiment: a program whose only goal is to earn one real euro from a stranger, with no human in the loop. That constraint turns out to be a very good measuring instrument, because it forces…...
Java 25 Compact Source Files: Simplifying Micronaut Application Startup
3+ hour, 9+ min ago (188+ words) In Java, a compact source file is a feature finalized in Java 25 (via JEP 512) that allows you to write a launchable Java program without explicitly declaring a class or a public static void main method. It is designed to minimize…...
How I Built a Linktree, Beacons & Bio Email Scraper with Apify
4+ hour, 12+ min ago (19+ words) 1. Introduction Collecting emails from Linktree, Beacons, and other bio links is often a... Tagged with ai, data, scraping....
Flet 1.0 Released: Build Production Web, Desktop and Mobile Apps in Python Only
4+ hour, 7+ min ago (534+ words) Flet is an open source Python framework that renders its UI with Flutter. You write Python, and Flet draws Material and Cupertino widgets on iOS, Android, Windows, macOS, Linux and the browser. No Dart, Swift, Kotlin or JavaScript required. Last…...
PostgreSQL Will Let You Invent a Type, Right Up Until It Asks for a C Compiler
32+ min ago (41+ words) A partner feed lands a million order rows a day, and the order date arrives as 03/15/2021. Someone stores it in a text …...