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
Where the coverage comes from
The 50 sources publishing most on Backend & APIs over the last 30 days, out of 2,430 articles in the feed. Click a source for its articles on this topic and its profile.
- 1
@Thepracticaldev dev.to 1,529 articles 62.9% 31+ min ago 98%
- 2
Medium medium.com 173 articles 7.1% 15+ min ago 73%
- 3
Benchlm benchlm.ai 84 articles 3.5% 2+ day ago 0%
- 4
Openrouter openrouter.ai 62 articles 2.6% 2+ day ago 0%
- 5
Opencode opencode.ai 50 articles 2.1% 2+ day ago 0%
- 6
@Hackernoon hackernoon.com 49 articles 2.0% 2+ day ago 98%
- 7
Requesty requesty.ai 33 articles 1.4% 4+ day ago 82%
- 8
Tech Insider tech-insider.org 30 articles 1.2% 2+ day ago 0%
- 9
@Dzoneinc dzone.com 14 articles 0.6% 1+ day ago 100%
- 10
Laravel News laravel-news.com 12 articles 0.5% 3+ day ago 92%
- 11
Oracle Blogs blogs.oracle.com 8 articles 0.3% 3+ day ago 88%
- 12
startuphub.ai 8 articles 0.3% 1+ week ago 0%
- 13
Cracked cracked.ai 7 articles 0.3% 1+ week ago 0%
- 14
Vllm docs.vllm.ai 7 articles 0.3% 5+ day ago 0%
- 15
Infoq infoq.com 7 articles 0.3% 1+ day ago 100% 3
- 16
Knowledgegate Ai knowledgegate.ai 7 articles 0.3% 2+ day ago 86%
- 17
Myclaw myclaw.ai 6 articles 0.2% 3+ day ago 50%
- 18
36 Kr eu.36kr.com 5 articles 0.2% 2+ day ago 100%
- 19
@Marktechpost marktechpost.com 5 articles 0.2% 2+ day ago 100%
- 20
Google News moomoo.com 5 articles 0.2% 5+ day ago 0%
- 21
@Techbullion techbullion.com 5 articles 0.2% 4+ day ago 100%
- 22
Atlas Cloud atlascloud.ai 4 articles 0.2% 1+ week ago 50%
- 23
@Friendliai friendli.ai 4 articles 0.2% 6+ day ago 100%
- 24
i-programmer.info 4 articles 0.2% 2+ day ago 0%
- 25
Intuitionlabs intuitionlabs.ai 4 articles 0.2% 1+ week ago 100%
- 26
@Nerdbotmedia nerdbot.com 4 articles 0.2% 5+ day ago 100%
- 27
shattered.io 4 articles 0.2% 2+ day ago 0%
- 28
stork.ai 4 articles 0.2% 2+ week ago 25%
- 29
@Zenmuxai zenmux.ai 4 articles 0.2% 2+ day ago 75%
- 30
Litellm docs.litellm.ai 3 articles 0.1% 6+ day ago 0%
- 31
Infoworld infoworld.com 3 articles 0.1% 2+ day ago 100%
- 32
@Kdnuggets kdnuggets.com 3 articles 0.1% 1+ week ago 100%
- 33
@G2Dotcom learn.g2.com 3 articles 0.1% 1+ week ago 67%
- 34
@Neo4J neo4j.com 3 articles 0.1% 3+ day ago 33%
- 35
notrack.ai 3 articles 0.1% 3+ day ago 100%
- 36
olud.ai 3 articles 0.1% 2+ week ago 0%
- 37
Openpr openpr.com 3 articles 0.1% 1+ week ago 100%
- 38
@Orcarouter orcarouter.ai 3 articles 0.1% 3+ day ago 100%
- 39
Parallel Web Systems parallel.ai 3 articles 0.1% 1+ week ago 33%
- 40
qodex.ai 3 articles 0.1% 1+ week ago 100%
- 41
Tech Times techtimes.com 3 articles 0.1% 2+ day ago 100%
- 42
@Thenewstack thenewstack.io 3 articles 0.1% 2+ day ago 100%
- 43
Together Ai together.ai 3 articles 0.1% 2+ week ago 67%
- 44
Verdent Ai verdent.ai 3 articles 0.1% 1+ week ago 100%
- 45
@Analyticsinme analyticsinsight.net 2 articles 0.1% 3+ week ago 100%
- 46
Apiframe apiframe.ai 2 articles 0.1% 2+ week ago 0%
- 47
apimaster.ai 2 articles 0.1% 4+ day ago 0%
- 48
Bg Clear bgclear.ai 2 articles 0.1% 6+ day ago 100%
- 49
bizchitchat.ai 2 articles 0.1% 2+ week ago 100%
- 50
blockchain.news 2 articles 0.1% 2+ day ago 50%
In the feed right now
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
Distributed Locks
31+ min ago (110+ words) One-liner: A distributed lock ensures that only one node in a cluster can perform a critical operation at a time — preventing race conditions across services. In a single-server world, a mutex or semaphore handles concurrency. But in distributed systems: Classic…...
gh api --paginate --slurp --jq 'length' Counts Pages, Not Issues
44+ 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…...
Treating “one day” as a system primitive
1+ hour, 31+ min ago (165+ words) For most AI apps, the unit of time is a request. A user sends a message, the model responds, and the workflow ends. Cogweald is designed around a different primitive: one real day. Each world can advance by at most…...
Why Parameterized Queries Matter for SQL Security
1+ hour, 31+ min ago (559+ words) SQL injection is one of the classic examples of what can happen when an application mixes user input directly into a database query. The underlying problem is simple. The application expects data. The database may interpret part of that data…...
tokeneff: An Open-Source LLM Cost Meter That Runs Locally
1+ hour, 55+ 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…...
How to Bulk Download Images: From URL Lists to a ZIP File
2+ hour, 56+ 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…...
Building a Full CRUD Application with ASP.NET Core and Angular
15+ 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…...
Keeping Services Loosely Coupled Without Making Everything Abstract
4+ hour, 29+ 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…...
Build a small OpenOSRS plugin in Java
5+ hour, 32+ 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…...
XML Configuration Mode: Decoupling Your API Catalog from Business Code
5+ hour, 4+ 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…...