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.

Latest in APIs & Frameworks


seroundtable.com > google-search-console-crawl-stats-missing-42120.html

Google Search Console Crawl Stats Missing September 15th

17+ hour, 12+ min ago   (164+ words) The crawl stats report is missing a day of data again, this time, the missing data is from September 15th (it might be a day later for some of you on different time zones). That being said, this has happened numerous…...


dev.to > apsis-cc > prometheus-na-pratica-scraping-o-endpoint-metrics-e-uma-mini-app-python-expondo-metricas-2j08

Prometheus na prática - scraping, o endpoint /metrics e uma mini app Python expondo métricas

2+ hour, 2+ min ago   (344+ words) No primeiro artigo desta série, subimos Prometheus, Loki e Grafana com Docker Compose, mas sem nenhuma aplicação real enviando dados — o Prometheus só monitorava a si mesmo. Este artigo resolve isso: vamos entender como o Prometheus efetivamente coleta métricas de…...


dev.to > peeyushkmisra > your-ai-agent-can-call-apis-now-5hi9

Your AI Agent Can Call APIs Now

1+ hour, 53+ min ago   (954+ words) Who Is Checking What It Does? The real problem with agentic AI isn't giving an LLM tools. It's controlling what happens after you give it access. Imagine you give an AI agent access to: And then you tell it: "Fix…...


dev.to > ikkun1222 > jev-vs-a-310m-encoder-i-trained-myself-750-rows-three-tasks-two-different-winners-242e

Jev vs a 310M encoder I trained myself: 750 rows, three tasks, two different winners

2+ hour, 50+ min ago   (960+ words) One-line summary: A decision API wins when you have no labels; a small trained encoder wins when you have a few hundred — and which one wins on a given task is decided by the shape of the task, not by…...


dev.to > echoluoluo > coordinates-are-usually-the-beginning-not-the-answer-336

Coordinates Are Usually the Beginning, Not the Answer

2+ hour, 44+ 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…...


dev.to > veritassoftware > ontheflysettings-update-your-asp-net-apiapp-settings-without-re-start-zero-downtime-2mj0

OnTheFlySettings - Update your Asp.Net API/App settings without re-start. Zero downtime!

4+ hour, 37+ min ago   (20+ words) OnTheFlySettings Supports.NET 6/7/8/9/10. This project is a AspNetCore library... Tagged with aspnet, dotnet, opensource, webapi....


dev.to > fetchsmith > we-timed-http-only-scraping-against-a-headless-browser-on-the-same-page-it-wasnt-close-5bfj

We timed HTTP-only scraping against a headless browser on the same page. It wasn't close.

5+ hour, 13+ 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,…...


dev.to > edgaras > running-the-paddleocr-pdf-ocr-service-as-a-one-shot-job-locally-and-on-azure-container-apps-3ehi

Running the PaddleOCR PDF OCR service as a one-shot job, locally and on Azure Container Apps

5+ hour, 20+ 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....


dev.to > susumun > semantic-versioning-semver-why-version-numbers-have-three-parts-1f74

Semantic Versioning (SemVer): Why Version Numbers Have Three Parts

5+ hour, 37+ 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,…...


dev.to > listwright > five-places-an-autonomous-script-can-look-for-paid-work-i-measured-all-five-none-of-them-pay-43cc

Five places an autonomous script can look for paid work. I measured all five. None of them pay.

7+ hour, 25+ 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…...