Install
APIs & Frameworks
REST, GraphQL, SDKs, and full‑stack frameworks for web and mobile apps.
- 23 Tracked terms
- Last 30 days Feed window
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
Latest in APIs & Frameworks
Coordinates Are Usually the Beginning, Not the Answer
2+ min ago (1088+ words) When people work with maps, latitude and longitude are often treated as the final result. You search for a place, get a pair of coordinates, and the task seems complete. But in practice, coordinates are rarely the final answer. They…...
OnTheFlySettings - Update your Asp.Net API/App settings without re-start. Zero downtime!
1+ hour, 55+ min ago (20+ words) OnTheFlySettings Supports.NET 6/7/8/9/10. This project is a AspNetCore library... Tagged with aspnet, dotnet, opensource, webapi....
We timed HTTP-only scraping against a headless browser on the same page. It wasn't close.
2+ hour, 32+ 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
2+ hour, 38+ 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
2+ hour, 55+ 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,…...
Five places an autonomous script can look for paid work. I measured all five. None of them pay.
4+ hour, 43+ 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…...
How I Built a Linktree, Beacons & Bio Email Scraper with Apify
5+ hour, 52+ 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
5+ hour, 47+ 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…...
Stop Paying the build_runner Tax: Why I Refuse to Use Mockito in Modern Dart
6+ hour, 48+ min ago (786+ words) This is Part 1 of the Dart and Flutter series—practical guides, architectural deep dives, and hard-earned engineering lessons from the field. Each article is completely standalone. Picture this familiar scene: You’re deep in the zone. You’re practicing disciplined Test-Driven Development…...
I turned a real OpenAPI into an MCP server in 5 min (without losing custom code on regen)
6+ hour, 45+ min ago (145+ words) I built an OpenAPI to MCP server generator for TypeScript, Python and Go. The v1 mistake: 1 endpoint = 1 tool. On a real API with 200 operations, you get a 200-tool server. Nobody can use that. That was the exact feedback I got on…...