Data Structure
Java
Python
HTML
Interview Preparation
Tutorials
Courses
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
Python
19.6K+ articles
GBlog
2.9K+ articles
Machine Learning
2.5K+ articles
GBlog 2024
779+ articles
vs
144+ articles
Web-API
134+ articles
Python Framework
68+ articles
Docker Container
68+ articles
__L3_Freelance[1200]
+ articles
FastAPI
53 posts
Recent Articles
Popular Articles
Custom Middlewares in FastAPI
Last Updated: 23 August 2025
Custom middlewares in FastAPI allow you to inject your own logic before and after every request without duplicating that code in each route. They’re especially useful for ...
read more
Python
FastAPI
Middlewares in FastAPI
Last Updated: 22 August 2025
When you build an API with FastAPI, every request from client first passes through a pipeline before reaching your actual endpoint (function that handles the request). Thi...
read more
Python
FastAPI
REST API with FastAPI
Last Updated: 22 August 2025
FastAPI, a modern Python framework, makes building REST APIs easier with high performance, built-in validation and interactive documentation. In this article, we’ll explor...
read more
Python
FastAPI
FastAPI Tutorial
Last Updated: 10 September 2025
FastAPI is a modern, high-performance, Python web framework designed for building APIs quickly and efficiently. Built on Starlette (for web parts) and Pydantic (for data v...
read more
Python
FastAPI
Building APIs using FastAPI with Django
Last Updated: 02 July 2024
Combining FastAPI and Django can leverage the strengths of both frameworks: FastAPI's high performance for building APIs and Django's powerful ORM and admin interface. In ...
read more
Python
Picked
Python Django
FastAPI
Microservice in Python using FastAPI
Last Updated: 23 July 2025
Microservices architecture is the approach to software development where the large application is composed of smaller, independent services that communicate over well-defi...
read more
Python
Picked
FastAPI
End-to-End MLOps Pipeline: A Comprehensive Project
Last Updated: 23 July 2025
Machine Learning Operations (MLOps) is a set of practices that aims to deploy and maintain machine learning models in production reliably and efficiently. It combines the ...
read more
Machine Learning
Docker Container
FastAPI
Machine Learning Projects
Data Science Blogathon 2024
Authentication and Authorization with FastAPI
Last Updated: 23 July 2025
FastAPI is the modern, high-performance web framework for building the APIs with Python 3.6+ based on the standard type hints. FastAPI is gaining popularity due to its eas...
read more
Python
Picked
FastAPI
Building Web App with Django and FastAPI
Last Updated: 28 June 2024
Django is a powerful and popular web framework for building robust web applications with Python. It comes with a lot of built-in features, including an ORM, an authenticat...
read more
Python
Picked
Python Django
FastAPI
Fetching and Displaying Data with HTMX and FastAPI
Last Updated: 23 July 2025
HTMX allows us to utilize current AJAX methods in HTML directly, while FastAPI is a strong backend framework for quick and efficient API development. This artilce will exa...
read more
Python
Picked
FastAPI
How to Create Microservices with FastAPI
Last Updated: 23 July 2025
Creating microservices with FastAPI involves setting up small, independent services that can communicate with each other, usually over HTTP. FastAPI is a modern, fast (hig...
read more
Python
Picked
FastAPI
Database Integration with FastAPI
Last Updated: 23 July 2025
FastAPI, a modern web framework for building APIs with Python, provides support for integrating with databases, allowing developers to create powerful and efficient applic...
read more
Python
Picked
Python-mongoDB
FastAPI
Databases
Flask vs. FastAPI: Which One to Choose
Last Updated: 23 July 2025
When it comes to web development, picking the right framework can feel like choosing the perfect tool for a job—it’s essential to get it right. Flask and FastAPI are two o...
read more
GBlog
Web-API
FastAPI
GBlog 2024
vs
Deploying FastAPI Applications Using Render
Last Updated: 23 July 2025
Deploying FastAPI applications involves making your FastAPI-based web application accessible over the internet or an intranet so that users can interact with it. FastAPI i...
read more
Python
Picked
FastAPI
Python FastAPI - Deployment
Last Updated: 23 July 2025
In this article, we will explore how one as a Python developer can deploy the FastAPI by harnessing the capabilities of AWS. AWS, a leading cloud computing platform, offe...
read more
Python
Picked
FastAPI
1
2
3
4