ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,397 results

Related queries

fastapi dependency injection

uvicorn

fastapi microservices project

fastapi async

fastapi middleware

fastapi router

Code Collider
15 FastAPI Best Practices For Production

I've curated a list of 15 FastAPI best practices and anti-patterns that every FastAPI developer should know to build ...

12:19
15 FastAPI Best Practices For Production

24,746 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,315 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,610 views

8 months 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,544 views

2 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,827 views

1 year 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,402 views

1 year ago

ByteByteGo
Good APIs Vs Bad APIs: 7 Tips for API Design

Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bit.ly/bytebytegoytTopic This video ...

5:48
Good APIs Vs Bad APIs: 7 Tips for API Design

307,214 views

1 year ago

EuroPython Conference
Performance tips by the FastAPI Expert — Marcelo Trylesinski

EuroPython 2023 — North Hall on 2023-07-21] https://ep2023.europython.eu/session/performance-tips-by-the-fastapi-expert Is ...

24:59
Performance tips by the FastAPI Expert — Marcelo Trylesinski

13,541 views

2 years ago

People also watched

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,401,828 views

1 year ago

Tech With Tim
How To Structure A Programming Project…

Today, I'm sharing 10 super simple things to STRUCTURE an impressive PROGRAMMING PROJECT that you can share on your ...

19:00
How To Structure A Programming Project…

165,389 views

2 years ago

PyCon US
Talk - Anthony Shaw: Write faster Python! Common performance anti patterns

This talk will show small, specific examples of Python code that can be refactored to be faster without compromising on readability.

29:57
Talk - Anthony Shaw: Write faster Python! Common performance anti patterns

33,798 views

3 years 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,013,362 views

1 year ago

PyCon SK
5 Things weve learned building large APIs with FastAPI - Maarten Huijsmans

FastAPI follows the UNIX philosophy of "do one thing, and do it well". By using Starlette and Pydantic, FastAPI provides you with ...

30:45
5 Things weve learned building large APIs with FastAPI - Maarten Huijsmans

8,379 views

3 years ago

Jeff Su
This Simple File Management System Changed My Life!

Grab my free Workspace Toolkit: ...

9:27
This Simple File Management System Changed My Life!

2,266,093 views

2 years 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,030 views

5 months ago

Evgeny Maksimov
Async in practice: how to achieve concurrency in FastAPI (and what to avoid doing!)

Concurrency can be confusing. Let's dive into how to use async functions and achieve concurrency with FastAPI git repo: ...

40:44
Async in practice: how to achieve concurrency in FastAPI (and what to avoid doing!)

25,945 views

3 years ago

Thu Vu
How I Would Learn Python FAST (if I could start over)

Join me to master Python and build awesome AI projects https://python-course-earlybird.framer.website/?

12:19
How I Would Learn Python FAST (if I could start over)

1,504,887 views

1 year ago

Tech With Tim
FastAPI, Flask or Django - Which Should You Use?

Get started using professional JetBrains IDEs for free today: https://jb.gg/Get-JetBrains-IDEs FastAPI, Flask or Django? This is the ...

9:49
FastAPI, Flask or Django - Which Should You Use?

292,905 views

1 year ago

Eric Roby
Dependency Injection Explained Like You’re 5 (with FastAPI Examples)

Learning dependency injection can be hard. In this simple FastAPI tutorial we will go over dependency injection and that Depends ...

13:23
Dependency Injection Explained Like You’re 5 (with FastAPI Examples)

29,863 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

79,599 views

1 month ago

ArjanCodes
Mastering API Testing with FastAPI: Databases, Dependencies, and More!

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this tutorial, I'll guide you through API ...

24:49
Mastering API Testing with FastAPI: Databases, Dependencies, and More!

99,774 views

2 years 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,183 views

1 year 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,265 views

3 years 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

367,786 views

2 years 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,037 views

9 months ago

Code Collider
Best Practice to Make HTTP Request in FastAPI Application

In this video, you'll learn how to make highly available FastAPI endpoints using asynchronous HTTP requests. We'll cover: Why ...

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

16,851 views

1 year ago

debugverse
5 FastAPI ProTips For Writing Better API

Five quick tips to make your Fast API app work faster and better.

2:11
5 FastAPI ProTips For Writing Better API

494 views

1 year 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,878 views

7 months 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,937 views

9 months ago