ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,001 results

Related queries

uvicorn

fastapi microservices project

fastapi websocket

fastapi async

fastapi docker

fastapi middleware

fastapi dependency injection

fastapi router

fastapi authentication

python package

Code Collider
15 FastAPI Best Practices For Production

00:00 Introduction to FastAPI Best Practices 00:22 Avoid Async for Blocking Operations 01:24 Use Async Friendly Code 01:46 ...

12:19
15 FastAPI Best Practices For Production

24,955 views

5 months ago

ArjanCodes
4 Tips for Building a Production-Ready FastAPI Backend

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'll talk about 4 things that you ...

27:02
4 Tips for Building a Production-Ready FastAPI Backend

119,400 views

1 year ago

Eric Roby
You're Probably Building FASTAPI Apps WRONG (Clean Architecture)

FastAPI is a fantastic Python web API framework. This video covers how to professional create a FastAPI architecture. FastAPI ...

28:08
You're Probably Building FASTAPI Apps WRONG (Clean Architecture)

86,814 views

8 months ago

TRYEXCEPT
FastAPI Tutorial - Structuring Your Applications

Hello welcome to Try Except. Today I will show you how to structure your FastAPI application using best practices and routers.

11:05
FastAPI Tutorial - Structuring Your Applications

6,828 views

1 year ago

ArjanCodes
Anatomy of a Scalable Python Project (FastAPI)

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, we break down the anatomy of a ...

21:16
Anatomy of a Scalable Python Project (FastAPI)

76,870 views

2 months ago

InfoWorld
What does the structure of a modern Python project look like?

Python projects that use modern tooling and standards work best when the files in the project repository follow a certain layout.

4:25
What does the structure of a modern Python project look like?

39,302 views

1 year ago

Tech With Tim
Learn Fast API With This ONE Project

ImageKit is an image and video API plus AI-Powered DAM that we use in this project to handle all of our image and video ...

2:05:44
Learn Fast API With This ONE Project

80,787 views

1 month ago

Code Collider
How FastAPI Handles Requests Behind the Scenes

... fastapi endpoint order of execution fastapi async def blocking io fastapi thread pool vs event loop fastapi best practices for ...

5:09
How FastAPI Handles Requests Behind the Scenes

86,535 views

1 year ago

People also watched

JimShapedCoding
Python HOW TO structure a Beginner OR Advanced Projects ?

Project-based tutorials to become a BETTER Python developer: - Python Sports Website ...

37:50
Python HOW TO structure a Beginner OR Advanced Projects ?

151,861 views

4 years ago

Kantan Coding
The 3 Laws of Writing Readable Code

Is your code readable? Or is it difficult to understand? Following these three laws will help you to become the guy that every ...

5:28
The 3 Laws of Writing Readable Code

1,402,941 views

1 year ago

Michael Kennedy
Parsing data with Pydantic - A Python short by Michael Kennedy

Quickly learn to use Pydantic to parse JSON data from a file or API. In just 5 minutes, you'll see how to take invalid data in JSON ...

7:47
Parsing data with Pydantic - A Python short by Michael Kennedy

26,595 views

3 years ago

ArjanCodes
5 Tips For Object-Oriented Programming Done Well - In Python

Learn how to design great software in 7 steps: https://arjan.codes/designguide. You can do Object-Oriented Programming badly, ...

16:08
5 Tips For Object-Oriented Programming Done Well - In Python

228,119 views

3 years ago

Victor Sejas
How to setup FastAPI with Tailwind CSS v4.0 (Update)

In this tutorial I will show you how to setup FastAPI with Tailwind CSS v4.0. 0:00 - Introduction 0:09 - Creating a virtual ...

10:48
How to setup FastAPI with Tailwind CSS v4.0 (Update)

855 views

8 months ago

Indently
5 Good Python Habits

Here are 5 good habits you should consider building in Python. ▷ Become job-ready with Python: https://www.indently.io ...

17:35
5 Good Python Habits

1,014,118 views

1 year ago

Mbosoft
Full Stack FastAPI, React, and MongoDB

I released a FARM stack course on YouTube channel. You will learn how to create a basic CRUD application. FARM STACK ...

3:02:03
Full Stack FastAPI, React, and MongoDB

8,620 views

3 years ago

Ssali Jonathan
FastAPI Beyond CRUD Full Course - A FastAPI Course

In the "FastAPI Beyond CRUD" course, you'll move beyond the basics and dive into advanced API development with FastAPI.

12:52:55
FastAPI Beyond CRUD Full Course - A FastAPI Course

189,370 views

1 year ago

ArjanCodes
8 Python Coding Tips - From The Google Python Style Guide

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I go over 8 tips and suggestions by ...

17:12
8 Python Coding Tips - From The Google Python Style Guide

168,016 views

3 years ago

Eric Roby
SQLModel: The Python Library You Didn’t Know You Needed

SQLModel is coming for the throne of Python ORMs.This video covers everything you need to know about SQLModel and how to ...

14:57
SQLModel: The Python Library You Didn’t Know You Needed

18,008 views

1 year ago

Hynek Schlawack
My 2025 uv-based Python Project Layout for Production Apps

In 2025, all you need to take a #Python application from a simple script to production is: uv. But, how do you setup your project ...

24:13
My 2025 uv-based Python Project Layout for Production Apps

43,130 views

9 months ago

Tech With Tim
5 Tips To Organize Python Code

Welcome back to another video! In this video I am going to be sharing with you 5 tips on how you can better organize your code!

12:16
5 Tips To Organize Python Code

313,408 views

3 years ago

Real World Development
Project Introduction and Advanced FastAPI Project Structure | Pro-Level Backend Setup (Real World)

Welcome to the Real World Development series! I'm Muhammad Qasim — a software engineer with years of experience building ...

5:39
Project Introduction and Advanced FastAPI Project Structure | Pro-Level Backend Setup (Real World)

1,051 views

5 months ago

TechWorld with Nana
8 Terraform Best Practices that will improve your TF workflow immediately

8 Terraform Best Practices that will improve your Terraform workflow immediately ▭▭▭▭▭▭ Learn more about Terraform?

8:57
8 Terraform Best Practices that will improve your TF workflow immediately

250,367 views

4 years ago

Code Collider
Best Way to Deploy FastAPI in Production

In this video, we dive deep into optimizing FastAPI performance for production environments. We conduct a comprehensive ...

3:51
Best Way to Deploy FastAPI in Production

10,989 views

9 months ago

Eric Roby
Learn EVERYTHING About FastAPI in Just ONE Project (No Fluff!)

Learn FastAPI in a single video. This will level you up from beginner to intermediate as we go through some challenging aspects ...

16:51
Learn EVERYTHING About FastAPI in Just ONE Project (No Fluff!)

22,807 views

10 months ago

Eric Roby
API Versioning with FastAPI Made EASY (Do This Before It’s Too Late)

FastAPI is becoming one of the most popular web API frameworks on the market due to AI. However, if you have FastAPI in ...

10:22
API Versioning with FastAPI Made EASY (Do This Before It’s Too Late)

13,900 views

7 months ago

ArjanCodes
SQLModel + FastAPI: Say Goodbye to Repetitive Database Code

Learn how to design great software in 7 steps: https://arjan.codes/designguide. When you develop an API, you might feel like ...

19:50
SQLModel + FastAPI: Say Goodbye to Repetitive Database Code

107,518 views

1 year ago

Tech With Tim
The Ultimate FastAPI + React Full Stack Project (Deploy This and You’re Set)

In this video, you'll learn how to build a full stack application using FastAPI in Python and JavaScript and React. Now I'll cover ...

3:30:23
The Ultimate FastAPI + React Full Stack Project (Deploy This and You’re Set)

91,468 views

5 months ago

pixegami
Python FastAPI Tutorial: Build a REST API in 15 Minutes

Learn how to install and build your first app with FastAPI (a high-performance web framework for Python). In this tutorial, you'll ...

15:16
Python FastAPI Tutorial: Build a REST API in 15 Minutes

368,678 views

2 years ago

Code Collider
Best Practice to Make HTTP Request in FastAPI Application

... async client fastapi requests library blocking event loop httpx in fastapi fastapi async client best practices fastapi dependency for ...

3:02
Best Practice to Make HTTP Request in FastAPI Application

16,853 views

1 year ago