Articles by Tag #fastapi

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

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

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

2025's Top 10 Python Web Frameworks Compared

Ranking Framework Name Star Count Release Year Introduction 1 django/django 82k 2005 It...

Learn More 42 1Jan 25

Deploying a FastAPI Application with CI/CD Pipeline: HNG Task 2

Introduction In this article, I will walk you through how I deployed a FastAPI application...

Learn More 34 12Feb 11

🔥 Only 2 Lines of code to create an MCP server from a FastAPI - Major updates 🚀

Just released a huge update to FastAPI-MCP, our zero-configuration tool that lets you expose FastAPI...

Learn More 33 0Apr 10

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 31 2Apr 1

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

Understanding FastAPI Fundamentals: A Guide to FastAPI, Uvicorn, Starlette, Swagger UI, and Pydantic

Originally published on Medium under the Python in Plain English publication. FastAPI is a...

Learn More 29 0Nov 2 '24

FastAPI vs Flask: Key Differences and Use Cases

FastAPI vs Flask: Key Differences and Use Cases Both FastAPI and Flask are Python web...

Learn More 23 18Feb 5

The Very First MCP Generator to Support Auth!

🚀 Revolutionary! Secure your AI-driven apps with the first-ever MCP server generator that includes...

Learn More 20 0Apr 22

Caching in FastAPI: Unlocking High-Performance Development:

In today’s digital world, every action—whether it’s swiping on a dating app or completing a...

Learn More 18 1Oct 18 '24

🌟 🌐 FastAPIs Github Repository Podcast 🔥

A post by Hanzla Baig

Learn More 18 1Jan 25

Modern Full-Stack Setup: FastAPI + React.js + Vite + MUI with TypeScript

Creating a scalable full-stack application can be daunting, but with the right tools, it can be...

Learn More 18 0Nov 6 '24

Deploying a FastAPI Application on AWS EC2 with Nginx and CI/CD

Introduction Deploying a FastAPI application with Nginx on AWS EC2 can be challenging for...

Learn More 16 3Feb 12

A Step-by-Step Guide to Install Kokoro-82M Locally for Fast and High-Quality TTS

Kokoro-82M is a state-of-the-art text-to-speech (TTS) model that stands out for its lightweight yet...

Learn More 15 0Mar 6

Stopping the Stream: A Pythonic Guide to Controlling OpenAI Responses

Hey there, Python devs! 👋 Let’s explore a practical approach to giving users control over stopping...

Learn More 15 0Mar 27

FastAPI + Uvicorn = Blazing Speed: The Tech Behind the Hype

What is Uvicorn? Answer: Uvicorn is a very fast ASGI (Asynchronous Server Gateway...

Learn More 14 1Jan 10

FastAPI Unleashed: Building Modern and High-Performance APIs

If you’re coding in Python and need to whip up a blazing-fast API with minimal fuss, FastAPI is the...

Learn More 13 1May 20

MIA – The AI Assistant That Might Replace You (or Just Roast You)

Ever wanted an AI that controls your desktop with gestures, responds to your voice, gives you TTS...

Learn More 13 0Jul 29

Mastering Python Async IO with FastAPI

Since Python is an interpreted language, when used for back-end development, such as in the...

Learn More 12 1Dec 27 '24

How to Call Go Code in Python: Accelerate Python with Go

Leapcell: The Best of Serverless Web Hosting Combining Python and Go: Utilizing Dynamic...

Learn More 12 0Apr 8

Functional Programming in Python: A Deep Dive

Overview of Functional Programming Functional programming refers to a style where every...

Learn More 12 4Jan 30

Store Compressed Files in MongoDB with GridFS

This tutorial is written by Kanin (James) Kearpimy I’ve heard the story about an engineering team...

Learn More 11 0Mar 10

Why Your API Needs Rate Limiting (And How to Do It Right)

Your API got hammered by bots? Server bills through the roof? Been there! Let me share what I learned...

Learn More 11 0Jul 25

Fast API Request Handling

In FastAPI, how route handlers (endpoints) behave in terms of parallelism and concurrency depends on...

Learn More 11 3May 19

How to build MCP server in python using FastAPI

Building an MCP server for your Python application doesn't need to be complicated at all.

Learn More 11 0Mar 27

Making a Todo API with FastAPI and MongoDB

Introduction This guide walks you through building the most up to date API with FastAPI...

Learn More 10 0Jan 13

Host a FastAPI Application Without a Server

FastAPI is one of the fastest and most efficient frameworks for building APIs with Python. However,...

Learn More 10 2Feb 19

FastAPI: Your First Production-Ready API

Level Up Your Python APIs with FastAPI Ever felt like building APIs was more complex than...

Learn More 10 4Jun 18