In this video, I explore Docker Compose, a tool that helps developers run and manage apps with...
In this video, I break down the basics of Docker, a tool that changes how developers create, package,...
In this video, I explore integration testing for FastAPI applications, focusing on using the FastAPI...
This video introduces containerization of Python Applications using Docker, an open-source platform...
This video introduces containerization of Python Applications using Docker, an open-source platform...
In this video, I demonstrate how to use dependency injection in Litestar to share session objects,...
In this video, I demonstrate how to use dependency injection in Litestar to share session objects,...
In this video, we build on top of what we built in the previous video to introduce a relational...
In this video, we’ll walk through building a basic CRUD API using the Litestar web framework. We’ll...
In this video, we begin a series of videos in which we shall learn how to build performant APIs with...
In this video, I'll walk you through building a simple chat application to explain WebSockets. We'll...
I have worked on a website for my FastAPI course "FastAPI Beyond CRUD". It can be found here
I'm excited to have completed my comprehensive FastAPI course! Not only did I deepen my understanding...
In this video, we’ll walk through deploying a FastAPI application on Render: This application...
In this video, we dive deep into boosting your FastAPI application by offloading time-consuming tasks...
In this video, we explore API testing, starting with setting up Pytest to work seamlessly with our...
In this video, we explore API documentation with FastAPI, we look at how it automatically generates...
In this video, we configure password resets for our FastAPI application using email verification....
In this video, we explore integrating email support into our application using FastAPI-Mail. We start...
In this video, we explore the important concept of middleware in FastAPI. Middleware acts as a bridge...
This video explores error handling in FastAPI, focusing on customizing exception raising and...
In this video, we enhance our SQLModel models by establishing additional database relationships...
In this video, we leverage SQLmodel’s capabilities to demonstrate how to effectively manage one to...
In this video, we’re setting up role-based access control for our FastAPI project. Role-based access...
In this video, we explore the process of revoking JWTs by utilizing Redis as our token blocklist,...
In this video, we enhance our authentication system to enable users to renew their access using...
In this tutorial, we dive into securing our API endpoints using HTTP Bearer Authentication. Bearer...
In this tutorial, we extend our user authentication system to incorporate JWT Authentication, a...
In this video, we employ the user authentication model developed in the previous segment to enable...
In this video, we create the user authentication model using SQLModel but we approach this by using...