ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,021 results

Fireship
RabbitMQ in 100 Seconds

Learn how to build your own message queue with RabbitMQ in docker. #programming #cloudcomputing #100SecondsOfCode ...

2:31
RabbitMQ in 100 Seconds

752,556 views

3 years ago

Red Black Tech
System Design Interview Prep: Queue vs PubSub

This video contains a quick analysis of the difference between queue based architectures and publish/subscribe (pub/sub) ...

2:42
System Design Interview Prep: Queue vs PubSub

10,085 views

3 years ago

Keerti Purswani
PubSub - Simplest Explanation Ever! Kafka, RabbitMQ - Must Know HLD Topics!

Many people don't understand the use of PubSub, why is it needed. Clearing your basics, one day at a time!

1:00
PubSub - Simplest Explanation Ever! Kafka, RabbitMQ - Must Know HLD Topics!

85,959 views

1 year ago

Ashutosh Maheshwari
Backpressure in Distributed Systems

Backpressure in Distributed Systems Explained. My Substack Article on same ...

2:52
Backpressure in Distributed Systems

833 views

6 months ago

DragonflyDB
Redis vs RabbitMQ (in Under 100 Seconds)

Whether you're looking to handle data caching or message queuing, get all the essential information quickly and make an ...

1:24
Redis vs RabbitMQ (in Under 100 Seconds)

4,923 views

1 year ago

Fireship
Kafka in 100 Seconds

Apache Kafka is a distributed event streaming platform used to handle large amounts of realtime data. Learn the basics of Kafka in ...

2:35
Kafka in 100 Seconds

1,151,029 views

3 years ago

Concept && Coding - by Shrayansh
System Design of Distributed Message Queue(like Kafka) is live.
1:00
System Design of Distributed Message Queue(like Kafka) is live.

5,292 views

2 years ago

Coding with Lewis
Message Queues EXPLAINED for beginners 👩‍💻 #code #programmer #technology #coding #softwaredev

How do massive apps handle large data almost instantly message queues are like virtual lines where applications add to a queue ...

0:40
Message Queues EXPLAINED for beginners 👩‍💻 #code #programmer #technology #coding #softwaredev

51,080 views

2 years ago

CodeLucky
Message Queues Explained: Asynchronous Communication for Beginners

Dive into the world of message queues and discover how they enable asynchronous communication between services!

3:05
Message Queues Explained: Asynchronous Communication for Beginners

49 views

7 months ago

TechWithShas
What is a Message Queue?

A message queue is a component of messaging middleware solutions that enables independent applications and services to ...

0:18
What is a Message Queue?

13,444 views

2 years ago

Hussein Nasser
Backend Message Queues Explained In 60 Seconds #shorts

In this video I explain what is a Message Queue and where we use it example as Kafka, RabbitMQ etc.. 🎙️Listen to the Backend ...

0:55
Backend Message Queues Explained In 60 Seconds #shorts

25,216 views

5 years ago

Wishtree Technologies
Understanding message queues: The secret of high throughput

Ever wonder how complex applications handle millions of tasks at once without crashing? The secret is the "queuing mechanism.

1:54
Understanding message queues: The secret of high throughput

43 views

2 months ago

Mahmoud Youssef - محمود يوسف
Message Queue | System Design Fundamentals | بالعربي

Welcome to the new system design episodes, in which we will walk through some interesting system design core concepts and ...

3:56
Message Queue | System Design Fundamentals | بالعربي

6,795 views

1 year ago

InfoDruids
🚀 Most Asked System Design Interview Question: What is a Message Queue & Message Broker? #infodruids

Most Asked System Design Interview Question: What is a Message Queue & Message Broker? Crucial for handling high traffic ...

1:00
🚀 Most Asked System Design Interview Question: What is a Message Queue & Message Broker? #infodruids

104 views

1 year ago

ByteByteGo
1 TRILLION messages #javascript #python #web #coding #programming

Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe ...

1:00
1 TRILLION messages #javascript #python #web #coding #programming

2,085,425 views

2 years ago

ByteByteGo
Kafka Basics #javascript #python #web #coding #programming

Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe ...

0:58
Kafka Basics #javascript #python #web #coding #programming

736,541 views

2 years ago

Tech Explained
🚀 Master RabbitMQ: The Ultimate Beginner’s Guide to Messaging Queues! 💡

Want to learn RabbitMQ from scratch? This video is your ultimate guide to understanding message brokers, queues, producers, ...

1:28
🚀 Master RabbitMQ: The Ultimate Beginner’s Guide to Messaging Queues! 💡

22 views

10 months ago

Naren Java Help Line
Queues Vs Topics | Point-to-Point (1 -to-1) & Publish-Subscribe(1-to-Many) mode l By Naren

In this video will explain difference between Queues & Topics, where it is used. Also explained the Point-to-Point (1 -to-1) ...

3:55
Queues Vs Topics | Point-to-Point (1 -to-1) & Publish-Subscribe(1-to-Many) mode l By Naren

253 views

1 year ago

Tom Shaw
Message Queues Explained! #shorts #programming #coding #technology

In e-commerce, a message queue handles orders. The app sends order info to the queue. The order processing service listens to ...

0:41
Message Queues Explained! #shorts #programming #coding #technology

2,133 views

2 years ago

Sweet Codey
Message Queues in System Design | 3-Minute Crash Course!

Ever wondered how Message Queues improve system reliability and scalability? In this 3-minute video, we'll cover: ✓ What ...

2:25
Message Queues in System Design | 3-Minute Crash Course!

118 views

1 year ago

NeetCodeIO
CAP Theorem & Message Queues Explained

https://neetcode.io/ - A better way to prepare for Coding Interviews ‍ LinkedIn: ...

0:59
CAP Theorem & Message Queues Explained

22,002 views

1 year ago

AK Coding
Apache Kafka vs RabbitMQ vs ActiveMQ Which Messaging System is FAST

Apache Kafka vs RabbitMQ vs ActiveMQ Which Performance is FAST #apachekafka #activemq #rabbitmq Kafka is king of ...

0:40
Apache Kafka vs RabbitMQ vs ActiveMQ Which Messaging System is FAST

1,151 views

4 months ago

Tech Developer
Kafka vs Queues  Messaging Explained! VEED #kafka #rabbitmq #activeMQ #messaging

In this video, we delve into the world of messaging systems, comparing and contrasting Kafka with traditional queues such as ...

0:30
Kafka vs Queues Messaging Explained! VEED #kafka #rabbitmq #activeMQ #messaging

405 views

1 year ago

Server Logic Simplified
How Do Shared Memory And Message Queues Differ In IPC?

Message Queues provide a more structured approach, sending data as discrete messages, which simplifies synchronization and ...

3:40
How Do Shared Memory And Message Queues Differ In IPC?

6 views

1 month ago

AK Coding
Top 5 Apache Kafka Use Cases in 2025

3️⃣ Message Queuing: Decoupling services using Kafka's publish-subscribe model — enabling scalability and fault-tolerance.

0:12
Top 5 Apache Kafka Use Cases in 2025

67,089 views

5 months ago