16 stories tagged with #rest-api, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.
⌘ RSS feed for this tag → or search "Rest Api"
FastAPI + Vue 3: How to Build a Modern REST API with Python and Consume It from the Frontend — Iván Bermúdez
Portabase v1.16 – open-source database backup & restore tool, now with REST API
I built a backend platform that generates REST APIs from a schema — no code, no server setup
How Crudly uses dynamic runtime routing to give you a full CRUD API, playground, docs, logs, and webhooks from a schema definition — in under 5 minutes.…
[For Hire] Backend Developer (Java / Spring Boot) - Custom REST APIs, Database Setup, & Backend Integrations
Binary orchestrator for Rust REST API crate
Generate Professional PDF Invoices via REST API — JSON In, PDF Out
Building invoicing into your app is painful. You spend days wrestling with PDF generation libraries,...…
How I Caught and Fixed an N+1 Query in My Django REST API
Every performant API eventually runs into the same silent killer: the N+1 query problem. It doesn't...…
REST APIs vs Webhooks in Telecom Billing - Which One Actually Makes Sense?
If you've spent any time around telecom billing systems, you know they're not your typical CRUD app....…
Mastering Node.js HTTP Module: Build Servers, REST APIs, and Handle Requests
Introduction to the HTTP Module Modern web applications rely heavily on communication...…
Rust Concepts: dyn Trait, Custom Iterators, Deref/Drop & Axum REST API (Part 5)
This is Part 5 of the Core Rust Concepts series. Part 1 — Ownership, Borrowing, Lifetimes,...…
Magento 2 REST API Performance: Bulk Endpoints, Async Operations & Optimization
Stop hammering your Magento 2 store with slow REST API calls. Learn how to use bulk endpoints, async operations, response compression, and token caching to dramatically speed up in…
Forgelab PDF API Review: Affordable REST API for PDF Merge, Split, and Compress
Forgelab's PDF API offers merge, split, compress, and PDF-to-image conversion through one REST endpoint from $5 a month. A hands-on review of what it does, what it leaves unspecifi…
I built a production-ready Go REST API boilerplate with Gin – feature-based structure, multi-version Swagger, dual DB support
Nim-Presto – REST API Framework for Nim Language
REST API framework for Nim language. Contribute to status-im/nim-presto development by creating an account on GitHub.…
Beyond REST: Architecting High-Performance Microservices with gRPC in Go
When scaling backend architecture, the communication layer between services eventually becomes a...…
Make Your REST API Callable by Claude: A Practical MCP Primer
If your API ships an OpenAPI spec but no MCP endpoint, agents like Claude, Cursor, and Continue can't actually call it. Here's what MCP is, what it isn't, and how to add one in an …