WeSearch
Hub / Tags / Fastapi
TAG · #FASTAPI

Fastapi coverage.

Every story in the WeSearch catalog tagged with #fastapi, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

29 stories tagged with #fastapi, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Fastapi"

RELATED TAGS
#ai10#python9#programming6#postgresql4#api4#development4#automation4#webdev4#tutorial3#react2#security2#backend2
DEV.TO (TOP)

Pydantic V2 Discriminated Unions in FastAPI: Modeling Polymorphic AI Feature Configs Without Schema Sprawl

Use Pydantic V2's discriminated unions to represent different AI feature types (summarization, classification, generation) with type-safe routing in FastAPI, eliminating conditiona…

16 views ·
#pydantic#python
R/VUEJS

FastAPI + Vue 3: How to Build a Modern REST API with Python and Consume It from the Frontend — Iván Bermúdez

24 views ·
DEV.TO (TOP)

I built a RAG pipeline from scratch — no LangChain, just FastAPI + FAISS

Most RAG tutorials I found were either "pip install langchain and you're done" or 50-page academic...…

13 views ·
#python#ai#rag
DEV.TO (TOP)

How I Built and Monetized a Currency Exchange Rate API with FastAPI, Deployed it on Render, and Published it on RapidAPI.

Introduction: In order to build passive income streams, I decided to publish APIs on RapidAPI. The...…

15 views ·
#api#webdev
DEV.TO (TOP)

Day 22 of 60: I Built a Production Background Task Pipeline That Processes AI Jobs Asynchronously

** The Problem** Processing large documents through an AI model takes 30-60 seconds. A synchronous...…

17 views ·
#ai#backend#python
R/PROGRAMMING

FastAPI Introduces Official VSCode Extension

12 views ·
TECHMEME

Starlette, an open-source Python framework underpinning FastAPI, has a vulnerability, called BadHost, that can allow hackers to bypass authorization (Dan Goodin/Ars Technica)

23 views ·
TECHRADAR

Worrying open-source security issue 'BadHost' could affect millions of AI agents, experts warn

The risk is "materially understated", researchers are saying as passwords and critical data can be exfiltrated.…

11 views ·
#security#open-source#ai
DEV.TO (TOP)

How I Built a Programmatic SEO Site with 16,750 Pages Using FastAPI and PostgreSQL

A deep dive into building BSBFinder.com — a free Australian BSB number lookup tool — from data...…

20 views ·
#webdev#python#seo
DEV.TO (TOP)

Usage-Based Billing for AI Agents with FastAPI and Kong

If you've built an AI agent, the next question is simple: how do you charge for it? Flat...…

12 views ·
#ai#billing
DEV.TO (TOP)

I Built Cuekiyo: a Local-First Anime OP/ED Video Pipeline with React, FastAPI, yt-dlp and FFmpeg

I just released Cuekiyo v1.0.0, an open-source local web app for building anime opening and ending...…

14 views ·
#opensource#anime#videoediting
GITHUB

Show HN: Microcodegen.py – PRD → FastAPI app, one file, no LLM calls

PRD text → production FastAPI app ZIP in a single Python file. The Archiet core algorithm, standalone. - Anioko/microcodegen…

21 views ·
#programming#development
DEV.TO (TOP)

Resolving inter-service communication issue

This week was heck of a roller coaster of emotions, trying to solve an issue. All I faced is the...…

15 views ·
#microservices#python
R/DEVOPS

Python dev (Django/FastAPI/Docker/K8s) trying to break into DevOps — what should I prioritize, and what are the real problems no one warns you about?

18 views ·
DEV.TO (TOP)

How to Create Custom API Documentation in FastAPI

Have you ever wondered if you could actually change or edit your /docs or /redoc API documentation...…

12 views ·
#api#documentation
R/PYTHON

Schema-driven FastAPI runtime: serve REST from SQLAlchemy models at startup

18 views ·
DEV.TO (TOP)

Zero to Kubernetes Part 4: FastAPI Backend + PostgreSQL in Production

PostgreSQL with CloudNativePG, FastAPI backend with health checks, migrations and secure secrets.…

16 views ·
#kubernetes#postgresql
DEV.TO (TOP)

De Cero a Kubernetes Parte 4: Backend FastAPI + PostgreSQL en Producción

PostgreSQL con CloudNativePG, backend FastAPI con health checks, migraciones y secretos seguros.…

16 views ·
#kubernetes#postgresql
GITHUB

Show HN: FastBack end – schema-first back end runtime with OpenAPI output

A Runtime for Backend APIs. Contribute to darula-hpp/fastbackend development by creating an account on GitHub.…

15 views ·
#backend#automation#openapi
DEV.TO (TOP)

Day 17 of 60: I Deployed My First Production AI API and It's Live 24/7 (This Changes Everything)

Today everything became real. Every system I've built over the past 16 days lived only on...…

13 views ·
#ai#deployment
R/LEARNPROGRAMMING

FastAPI vs Node.js

13 views ·
DEV.TO (TOP)

How to Build a Stateful AI Agent with FastAPI, LangGraph, and PostgreSQL.

Your AI demo worked perfectly in development. You opened a local notebook, wrote a clean prompt...…

13 views ·
#ai#langgraph
DEV.TO (TOP)

I built an "Immune System" for AI Agents using Textual TUI & FastAPI Middleware (First Post!)

👋 Hello DEV Community! A real-time prompt monitoring proxy, multi-LLM consensus router,...…

15 views ·
#ai#programming#security
DEV.TO (TOP)

Captain Cool AI — Building a Multi-Agent IPL Tactical Engine with FastAPI, Next.js & Gemini AI 🚀🏏

Introduction What if an AI could think like an IPL captain during a high-pressure chase? That idea...…

15 views ·
#ai#cricket
DEV.TO (TOP)

We built a memory-powered AI sales agent using Hindsight and cascadeflow

Every sales rep has the same problem. They jump on a call with a prospect they spoke to 3 weeks ago...…

18 views ·
#ai#sales technology#memory systems
DEV.TO (TOP)

5 FastAPI Mistakes That Waste Hours (And How to Fix Them)

I've shipped a handful of FastAPI apps this year. Every single one had me debugging the same stupid...…

13 views ·
#development#programming
DEV.TO (TOP)

I Built a Phone Validation API — Live on RapidAPI published: true tags: python, fastapi, api, productivity

Validating phone numbers sounds simple until you realize regex won't tell you if a number is mobile,...…

13 views ·
#python#api
DEV.TO (TOP)

How I Built and Launched 2 Commercial APIs in a Single Day

I've been seeing developers make money selling APIs on marketplaces like RapidAPI, and I wanted to...…

10 views ·
#api#python
DEV.TO (TOP)

The Python Developer Playbook Nobody Teaches How real engineers think, build, and scale systems beyond tutorials

There's a version of Python you learn…  and a version of Python you use in the real world. Most...…

12 views ·
#programming#python#software development