APIs & Frameworks

REST, GraphQL, SDKs, and full‑stack frameworks for web and mobile apps.

  • 23 Tracked terms
  • Last 30 days Feed window

Where the coverage comes from

The 50 sources publishing most on APIs & Frameworks over the last 30 days, out of 2,377 articles in the feed. Click a source for its articles on this topic and its profile.

  1. 1 @Thepracticaldev dev.to 959 articles 45+ min ago 98%
  2. 2 Google News moomoo.com 134 articles 2+ day ago 0%
  3. 3 Medium medium.com 113 articles 1+ min ago 66%
  4. 4 Openrouter openrouter.ai 111 articles 2+ day ago 0%
  5. 5 Benchlm benchlm.ai 92 articles 2+ day ago 0%
  6. 6 Opencode opencode.ai 66 articles 2+ day ago 0%
  7. 7 @Hackernoon hackernoon.com 36 articles 2+ day ago 97%
  8. 8 Tech Insider tech-insider.org 35 articles 2+ day ago 0%
  9. 9 Requesty requesty.ai 32 articles 1+ week ago 81%
  10. 10 cracked.ai 15 articles 1+ week ago 0%
  11. 11 @Thevibesnews thevibes.com 15 articles 1+ week ago 100%
  12. 12 Malay Mail malaymail.com 12 articles 6+ day ago 100%

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

DEV Community
dev.to > jjoyneriv > gh-api-paginate-slurp-jq-length-counts-pages-not-issues-1i1b

gh api --paginate --slurp --jq 'length' Counts Pages, Not Issues

45+ min ago   (415+ words) gh api --paginate --slurp --jq 'length' is the command everyone reaches for to count issues in a repository. It does not count issues. It counts pages. I found this while writing pagination recipes for a toolkit, and then found the…...

DEV Community
dev.to > nio_zanghotmailcom_zang > tokeneff-an-open-source-llm-cost-meter-that-runs-locally-5440

tokeneff: An Open-Source LLM Cost Meter That Runs Locally

1+ hour, 56+ min ago   (338+ words) Most LLM dashboards show you the bill after the damage is done. You run a coding agent for an afternoon, ship a feature, and two days later your OpenAI dashboard says you spent $47. On what? Which model? Which request? You…...

DEV Community
dev.to > jadeydi > how-to-bulk-download-images-from-url-lists-to-a-zip-file-3fph

How to Bulk Download Images: From URL Lists to a ZIP File

2+ hour, 57+ min ago   (1250+ words) The most useful starting point is a list of direct image URLs. Once you have that list, you can download the files together with a browser tool or a small command-line workflow. This tutorial covers both approaches, plus a JavaScript…...

Medium
medium.com > @zyane > multi-model-is-not-the-same-as-independent-f2cba30a3885

Multi-Model Is Not the Same as Independent

1+ min ago   (636+ words) A multi-model AI gateway can reduce model switching costs while concentrating routing, billing, policy, and observability into a new dependency....

Medium
medium.com > @2u86et3cbo > building-a-full-crud-application-with-asp-net-core-and-angular-4c0fd0b80b02

Building a Full CRUD Application with ASP.NET Core and Angular

16+ min ago   (1218+ words) Modern full-stack applications are rarely just about creating a few CRUD endpoints. A real application usually needs a combination of: In this tutorial, we will build a small but realistic User Management System using: The goal is not to build…...

DEV Community
dev.to > techforge > keeping-services-loosely-coupled-without-making-everything-abstract-1hdg

Keeping Services Loosely Coupled Without Making Everything Abstract

4+ hour, 31+ min ago   (500+ words) Loose coupling is one of those things everyone agrees with until they have to do it. Then it turns into a mess of interfaces, event buses, and six layers of indirection for a feature that just sends an email. I've…...

DEV Community
dev.to > client0s > build-a-small-openosrs-plugin-in-java-4p2n

Build a small OpenOSRS plugin in Java

5+ hour, 33+ min ago   (412+ words) A small plugin is a good way to learn a desktop client's extension system. This example displays a chat message after login. It covers discovery, dependency injection, game events and packaging without automating gameplay. I maintain the OpenOSRS project at…...

DEV Community
dev.to > paohaijiao > xml-configuration-mode-decoupling-your-api-catalog-from-business-code-56nm

XML Configuration Mode: Decoupling Your API Catalog from Business Code

5+ hour, 5+ min ago   (227+ words) In this post you'll learn to: The XML file names each request and declares its return type. The factory binds those entries to interface methods by method name. Change the curl in XML → the running app changes behavior. No Java…...

Medium
medium.com > @gp.woody58 > how-to-convert-and-scrape-web-html-tables-to-excel-in-seconds-no-code-required-87fd1067a911

How to Convert and Scrape Web HTML Tables to Excel in Seconds (No Code Required)

1+ hour, 38+ min ago   (34+ words) We have all been there. You find the perfect dataset on Wikipedia, a government statistics site, or Yahoo Finance …...

DEV Community
dev.to > freewayz-dev > designing-frontend-interfaces-for-unreliable-networks-and-low-end-devices-26fk

Designing Frontend Interfaces for Unreliable Networks and Low-End Devices

6+ hour, 58+ min ago   (345+ words) This isn't a list of generic performance tips. It's the specific set of decisions that matter once you stop assuming a fast, stable connection and a capable device. The bigger lever is optimistic UI: update the interface as if the…...