Articles by Tag #fastapi

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

How I built a AI Agent server

Hi everyone, hope you are all doing well. Today I am going to share how I built an AI agent server...

Learn More 65 7Apr 20

Simplify Authentication with FastAPI!

Are you ready to enhance your applications with secure and user-friendly authentication? 🎬 Check out...

Learn More 61 0Jan 3

Building RAGenius: A Production-Ready RAG System with FastAPI, Azure OpenAI & ChromaDB

🧠 Building RAGenius: A Production-Ready RAG System Have you ever wanted to chat with your...

Learn More 25 0Oct 26

How I Built AlignCV — From a Weekend Idea to an AI-Powered Resume Engine

The story of how AlignCV evolved from a FastAPI prototype into a full AI-powered resume engine with rewriting, job matching, and vector search.

Learn More 6 2Oct 20

Coding by Vibe, by Tests, or by Spec Which Hat Are You Wearing?

We build the same FastAPI endpoint three ways and compare trade-offs with code Have you ever...

Learn More 2 1Oct 26

What is FastAPI MCP? Effortless AI Integration for Your FastAPI APIs

Today, let's dive into an exceptionally practical tool—FastAPI MCP. If you're building APIs with...

Learn More 30 0Apr 24

My First API Just Broke (And That Was the Point)

Day 1 of my internship. The task seemed simple: "Build an API endpoint that returns your profile and...

Learn More 0 0Oct 17

How to use LangGraph within a FastAPI Backend 🚀

In this tutorial, I’ll walk you through how to build a backend to generate AI-crafted emails using...

Learn More 34 2Apr 1

FastAPI, Furious Tests: The Need for Speed

A no-nonsense guide to making your test suite so fast, it'll make The Flash jealous by Shahar...

Learn More 3 0Sep 13

Building a Robust E-Commerce API with FastAPI: A Deep Dive

In the world of modern web development, FastAPI has emerged as a superstar framework for building...

Learn More 3 0Nov 20

Debugging a Production KYC System — A Multi-Layer Problem Solving Guide I Wrote After 3 Days of Infrastructure Hell

Introduction Building a KYC (Know Your Customer) authentication system seemed...

Learn More 3 0Oct 27

Building a Smart Recipe Agent with Telex & FastAPI — Daily Tips, Ingredient Parsing, and Smart Conversions

Introduction The Stage 3 HNG Backend task challenged us to build and integrate an AI Agent with...

Learn More 0 0Nov 3

How FastAPI handle requests

Introduction Undoubtedly, 🙃 FastAPI is one of the popular python framework. In this...

Learn More 0 0Nov 23

🧩 How to Structure a FastAPI Project the Right Way

When you first start with FastAPI, it’s tempting to throw everything into a single file — and it...

Learn More 2 1Nov 1

How to Build a Thread-Safe Rate Limiter with FastAPI and Atomic Redis

Ever been worried about bots scraping your data, attackers brute-forcing logins, or your platform...

Learn More 0 0Oct 21

Building a Telex Agent That Summarizes PDFs with FastAPI

Learn how to build a Telex A2A agent using FastAPI that automatically extracts and summarizes PDF files

Learn More 0 0Nov 4

Building Miniviz: A Minimalist BI Platform for IoT PoCs

What I Built I built Miniviz, a minimalist BI platform to speed up IoT proof-of-concepts...

Learn More 1 0Nov 28

FastForge: A Modern FastAPI Boilerplate for Authentication-Driven Applications

Are you tired of losing time setting up authentication for your FastAPI projects? FastForge is a...

Learn More 0 0Oct 18

Building PRRover: A FastAPI GitHub PR Reviewer with Telex A2A Integration

I recently built PRRover, an AI-powered GitHub Pull Request reviewer that integrates...

Learn More 0 0Nov 3

TypeScript Backend Toolkit V2 - the Express stack that writes its own docs, SDK, and admin UI while you code

👋 Hey there, Muneeb here. After losing one too many afternoons to: “Where did I put that...

Learn More 0 0Nov 4

LogInSight: A Lightweight CloudWatch Log Analytics Tool for Faster Debugging and Real-Time Insights

Modern applications generate thousands of logs every day, but teams still struggle to find issues...

Learn More 2 0Nov 29

Building a CRISPR/Prime Editing Planner with Next.js + FastAPI

Designing CRISPR and Prime Editing experiments usually means jumping between half a dozen tools,...

Learn More 1 0Nov 24

I Built an AI Agent to End Team Arguments (Mostly) - My HNG Stage 3 Journey

The Problem: Team Chats are Where Decisions Go to Die You know the drill. You're in a team...

Learn More 1 1Nov 3

I built a Professional Automation Toolkit - 6 tools + FastAPI orchestrator (6,877 LOC)

Hey Dev.to! 👋 Just launched my automation toolkit after 6 months of development. Wanted to share...

Learn More 0 0Nov 26

DAFU🦉 is Now Open Source: Enterprise-Grade Fraud Detection for Everyone

"In God we trust, all others must bring data." – W. Edwards Deming Today, we are excited to...

Learn More 3 0Nov 3

Research Experience API を作りました!課題から論文 示唆 次アクションまで一気通貫

Research→Experience API とは 一言でいうと、課題を自然文で投げるだけで、関連論文を探してくれて、埋め込み+類似検索で根拠を集め、 LLMが「示唆(So...

Learn More 0 0Oct 31

From Prompt to Production: Dockerizing a LangChain Agent with FastAPI

Supercharge your AI app deployment with Docker, FastAPI, and LangChain in one seamless containerized...

Learn More 91 4Jul 6

Building a Tier 3 Movie Database App with Django: My Development Journey

Over the past days, I’ve been working on an advanced Movie Database Application powered by Django and...

Learn More 0 0Nov 20

How to Build a Bookstore App with FARM Stack (FastAPI, React, and MongoDB)

The need to build full-stack applications that are fast, scalable and easy to maintain is now more...

Learn More 0 0Nov 8

How I Built and Consumed an External API Using FastAPI: A Practical Walkthrough

Learn how I built and consumed an external API using FastAPI with rate limiting, structured error handling, and modern async patterns.

Learn More 0 0Oct 18