Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
This video tutorial explains job queues and schedulers, essential tools used by most companies but rarely taught to junior developers. Learn why job queues are important, understand their basic architecture, and follow along as the instructor builds one from scratch. The tutorial covers practical implementation in code, with detailed explanations of worker code, queue code, and Redis adapter integration. By the end, gain a comprehensive understanding of job queue systems through both theoretical diagrams and hands-on coding examples. The GitHub repository with complete code is provided for further exploration and practice.
Syllabus
00:00 - Introduction
00:48 - Why use a job queue
02:56 - Basic job queue system diagram
04:22 - How to use a queue in code
09:22 - Code overview
10:30 - Worker code explained
16:42 - Queue code explained
19:24 - Redis adapter code explained
28:09 - Full job queue diagram
Taught by
Web Dev Simplified