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.

Latest in Backend & APIs


dev.to > __f5cd865bec2 > your-first-aspnet-app-dependency-injection-741

Your first ASP.NET App: Dependency Injection

7+ min ago   (19+ words) Hello! In this tutorial we will build your own ASP.NET Service Dependency Injection!... Tagged with webdev, csharp, aspnet, tutorial....


dev.to > cortia > api-valid-interface-invalid-a-boundary-failure-in-title-generation-3926

API Valid, Interface Invalid: A Boundary Failure in Title Generation

36+ min ago   (309+ words) It started in the backlog: #2637/brand#16. Not a task name—just a truncated segment of checklist and prompt text welded into an issue title. It blended into the ticket flow at first, but pattern recognition kicked in. Then another: #2644/brand…...


dev.to > aeza__net > choosing-a-game-server-location-based-on-ping-3dhi

Choosing a Game Server Location Based on Ping

1+ hour, 6+ min ago   (1234+ words) Before choosing a location, you need ping series and traceroutes from player networks, followed by a test session on the game server. Together, these help evaluate latency, jitter, and packet loss at different times of day. Responses to service-level requests…...


dev.to > earnnovadev > gigwatch-ai-powered-remote-job-monitoring-open-source-2fhc

GigWatch: AI-powered remote job monitoring (open source)

1+ hour, 5+ min ago   (264+ words) I built GigWatch — an open-source tool that monitors remote job boards and sends you AI-curated alerts when new positions match your skills. What it does Scans multiple job sources (RemoteOK, WeWorkRemotely, Hacker News, and more) every hour Uses LLM-based filtering…...


dev.to > dave_gordon > where-background-removal-apis-send-your-users-video-2bl2

Where Background Removal APIs Send Your Users' Video

1+ hour, 56+ min ago   (914+ words) Picking a background removal API is an engineering decision right up until it stops being one. The masks hold on hair and glasses, the latency fits, the integration is a two day job, and then a security reviewer at your…...


dev.to > abbassibai > oracle-hcm-position-hierarchy-explained-a-beginners-guide-to-structure-setup-and-hdl-1hb2

Oracle HCM Position Hierarchy Explained: A Beginner's Guide to Structure, Setup, and HDL

1+ hour, 56+ min ago   (225+ words) Introduction I recently came across the concept of Position Hierarchies in Oracle HCM and,... Tagged with beginners, learning, management, tutorial....


dev.to > rijultp > learning-to-build-with-llms-the-framework-free-way-336p

Learning to Build with LLMs the Framework-Free Way

2+ hour, 9+ min ago   (367+ words) Hello, I'm Rijul, and I'm building LiveReview — a blast-radius aware AI code review built for your... Tagged with ai....


dev.to > aleksander_frolov > one-cast-made-a-view-13x-slower-in-postgresql-so-i-benchmarked-mysql-84-against-postgresql-17-11en

One CAST made a view 13x slower in PostgreSQL. So I benchmarked MySQL 8.4 against PostgreSQL 17

2+ hour, 3+ min ago   (968+ words) At one interview I was asked about VIEWs. I answered honestly: in real projects I had barely run into them; for aggregates it is safer to keep a separate table. One of the interviewers said, “You understand nothing about VIEWs,…...


dev.to > fortitudeomnis > hi-dev-im-rob-building-ospulse-at-fortitude-omnis-2p33

Hi DEV, I'm Rob building OSPulse at Fortitude Omnis

2+ hour, 15+ min ago   (783+ words) Hello all. I'm Rob. I build OSPulse at Fortitude Omnis Group Ltd, a small indie company taking on the VC-funded supply-chain names (Snyk, Sonatype, Socket) with no funding and no sales team. The product page is the whole pitch. What…...


dev.to > codenameone > fill-an-sms-verification-code-without-reading-the-inbox-926

Fill an SMS Verification Code Without Reading the Inbox

2+ hour, 25+ min ago   (134+ words) Codename One adds phone-number and OTP components plus one-time-code autofill on iOS, Android, and the web without requesting permission to read SMS messages. Tagged with java, mobile, android, ios....