Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
2,777 results
fastapi microservices
python rabbitmq
redis python
python celery
rabbitmq vs kafka
async python
In this tutorial we integrate Celery into an existing FastAPI app, Redis and FastAPI, all within Docker containers. We finish off by ...
70,174 views
4 years ago
Learn how to use Celery in Python to run background tasks. Get the code here: https://prettyprinted.com/l/odm #python.
27,409 views
9 months ago
In this video, we dive deep into boosting your FastAPI application by offloading time-consuming tasks to the background.
14,870 views
1 year ago
Playing around animating some concepts Music: dynatron - pulse power.
82,459 views
3 years ago
I've curated a list of 15 FastAPI best practices and anti-patterns that every FastAPI developer should know to build ...
25,814 views
5 months ago
Are you ready to truly master background jobs in your FastAPI applications? This comprehensive tutorial dives deep into ...
1,094 views
2 months ago
Full Redis Tutorial - Installation, Basics and Implementation using FastAPI Redis Redis is a popular technology to easily increase ...
18,313 views
2 years ago
In this video, we learn how to implement professional task queues by using Celery, RabbitMQ and Redis in Python. We also look ...
10,707 views
Software systems of the modern world makes use of distributed systems for multiple task which needs to be executed outside the ...
30,178 views
Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, we break down the anatomy of a ...
78,354 views
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 ...
86,068 views
1 month ago
Elevate your FastAPI game with our latest tutorial! Join us as we demystify the implementation of FastAPI, Celery, and Redis.
4,479 views
What does Starlette really do for FastAPI? - Marcelo Trylesinski - PyCon Italia 2023 FastAPI has been growing a lot lately, but ...
6,771 views
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type ...
7,722 views
This sample app demonstrates how to implement Celery distributed task queues on top of RabbitMQ broker for Machine Learning ...
9,352 views
Advanced Celery Tricks - How we adapted and extended Celery to fit our data pipeline In Singular, we have a data pipeline which ...
18,741 views
7 years ago
Learn how to get Celery working in a Flask app that uses the application factory pattern to avoid any issues with importing the ...
24,752 views
Learning dependency injection can be hard. In this simple FastAPI tutorial we will go over dependency injection and that Depends ...
30,290 views
In this video we will containerize a complete background task system with 6 containers, including Celery, Flower, Beat and Redis ...
5,804 views
In this video, learn to implement a messaging queue using RabbitMQ and Celery on a Python and FastAPI application. You will ...
2,825 views
7 months ago
Event Driven Architecture - Integrating FastAPI service With Celery Service This is the third part of a video series on developing a ...
2,511 views
This video explains some basic concepts behind celery for those who would like to know what it is in general. 00:00 - what is ...
16,956 views
With Web API you can create access to microservice functionality. In this video, I explain how to create scalable Web API with ...
12,773 views
FastAPI is a fantastic Python web API framework. This video covers how to professional create a FastAPI architecture. FastAPI ...
87,659 views
8 months ago
In this talk, we will explore how to use the FastAPI web framework and Celery task queue to build reliable and scalable web ...
801 views
Unleash the power of FastAPI! Discover how Asyncio and blocking I/O impact performance. Learn to handle requests concurrently ...
87,069 views
In this video, you'll learn how to create background tasks in Fast API. Code written in video https://prettyprinted.com/l/uhL.
25,982 views
fanaticus In this video, I break down how to run background tasks in FastAPI using ARQ and Celery, with real-world examples, ...
365 views
FastAPI follows the UNIX philosophy of "do one thing, and do it well". By using Starlette and Pydantic, FastAPI provides you with ...
8,426 views