Courses
Tutorials
Interview Prep
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: 28 March 2026
Custom middleware in FastAPI allows injecting logic before and after every request, helping handle cross-cutting concerns like logging, authentication, and response modifi...
read more
Python
FastAPI
Middlewares in FastAPI
Last Updated: 28 March 2026
A middleware is a piece of code that runs before the request reaches your endpoint and again after response is sent back. It:Inspect or modify the incoming request.Add ext...
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: 31 March 2026
FastAPI is a modern, high performance Python web framework for building APIs quickly and efficiently. It offers automatic data validation, type checking, async support and...
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: 03 April 2026
Machine Learning Operations (MLOps) is a set of practices for deploying and maintaining machine learning models in production. It combines DevOps with machine learning to ...
read more
Machine Learning
Docker Container
FastAPI
Machine Learning Projects
Data Science Blogathon 2024
Authentication and Authorization with FastAPI
Last Updated: 30 March 2026
Authentication is the process of verifying the identity of the user, while authorization determines whether the authenticated user has the right to perform certain actions...
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: 28 March 2026
MongoDB is a flexible and scalable NoSQL database widely used by developers. It can be integrated with FastAPI using PyMongo, the official Python driver. Below are the ste...
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