ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

105 results

陈工AI
Python FastAPI Project | WeChat App: Bitmap to Vector (Celery + Redis, 2800+ Users)

In this video, I present my latest Python backend project: a WeChat app service that converts bitmap images to vector graphics, ...

1:46
Python FastAPI Project | WeChat App: Bitmap to Vector (Celery + Redis, 2800+ Users)

59 views

3 months ago

vlogize
Integrating WebSocket, Celery, and FastAPI in Python

Learn how to integrate `WebSocket`, `Celery`, and `FastAPI` in Python, resolve common issues like AttributeError and ...

2:27
Integrating WebSocket, Celery, and FastAPI in Python

54 views

10 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

11,130 views

10 months ago

Paractmol Tutorials
Deploy FastAPI and React app as monorepo to render.com

This video walks you through deploying a web application using a monorepo structure with FastAPI as your backend and React ...

1:25
Deploy FastAPI and React app as monorepo to render.com

1,120 views

11 months ago

2MinutesPy
Forget Celery & Queues – This Tool Changed Everything | 2MinutesPy

In this video, I'm sharing a behind-the-scenes look at my side project — a modern e-commerce website where placing an order ...

3:26
Forget Celery & Queues – This Tool Changed Everything | 2MinutesPy

1,780 views

3 months ago

vlogize
How to Test celery.send_task() in FastAPI Endpoints Using Pytest

A guide on how to effectively test if `celery.send_task()` has been invoked in FastAPI endpoints using pytest and mocking ...

1:40
How to Test celery.send_task() in FastAPI Endpoints Using Pytest

22 views

9 months ago

vlogize
How to Determine the Name of a Task in Celery for Your FastAPI App

Learn how to effectively call `Celery` tasks from a `FastAPI` application even when the task and the FastAPI app are in different ...

2:08
How to Determine the Name of a Task in Celery for Your FastAPI App

4 views

7 months ago

vlogize
How to Change Celery Worker Concurrency Based on Queue Initialization

Discover how to dynamically change Celery worker concurrency using the `-Q` argument and signals in FastAPI for optimal ...

1:38
How to Change Celery Worker Concurrency Based on Queue Initialization

4 views

9 months ago

LearningFromExperience
Debugging Python FastAPI Made EASY in VS Code! |

Want to Master Python Debugging with VS Code? Check out my complete Udemy course:* *Python Debugging with Visual Studio ...

3:58
Debugging Python FastAPI Made EASY in VS Code! |

4,314 views

11 months ago

vlogize
How to Run Background Tasks in Parallel with FastAPI

Discover effective methods to run `background tasks` in parallel using FastAPI, ensuring your API remains responsive even during ...

1:42
How to Run Background Tasks in Parallel with FastAPI

6 views

6 months ago

vlogize
Resolving ContentDisallowed Errors in Celery with Docker

Discover how to fix the `Can't decode message body: ContentDisallowed` error when running Celery in Docker, ensuring smooth ...

1:40
Resolving ContentDisallowed Errors in Celery with Docker

2 views

8 months ago

vlogize
How to use AsyncSession from SQLAlchemy in Celery Tasks

A step-by-step guide on utilizing `AsyncSession` from SQLAlchemy in Celery tasks. Learn how to effectively interact with your ...

1:50
How to use AsyncSession from SQLAlchemy in Celery Tasks

11 views

6 months ago

vlogize
The Best Way to Run Continuous GET Requests in FastAPI

Learn how to efficiently run periodic GET requests in FastAPI using asyncio for optimal performance without the overhead of ...

1:38
The Best Way to Run Continuous GET Requests in FastAPI

1 view

6 months ago

niklasdev
Build & Deploy a SaaS FastAPI Backend in under 30 Minutes with FastLaunchAPI

Stop building the same auth, payments, and deployment setup over and over. FastLaunchAPI gets your SaaS backend live in 30 ...

1:47
Build & Deploy a SaaS FastAPI Backend in under 30 Minutes with FastLaunchAPI

479,157 views

4 months ago

vlogize
Resolving GPU Out of Memory Errors When Using FastAPI with SentenceTransformers

Learn how to avoid the `CUDA out of memory` error while deploying SentenceTransformers with FastAPI and GPU. Optimize your ...

1:57
Resolving GPU Out of Memory Errors When Using FastAPI with SentenceTransformers

12 views

8 months ago

vlogize
Can We Call celery delay or apply_async Within an Async Python Function?

Explore how to use Celery within async Python functions without blocking the event loop. Learn best practices and solutions.

1:52
Can We Call celery delay or apply_async Within an Async Python Function?

7 views

8 months ago