ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,156,392 results

Arjay McCandless
Why Every (great) System Design Uses Queues

Queues are one of the most underrated concepts in system design. They quietly power almost every scalable app you use.

4:59
Why Every (great) System Design Uses Queues

37,854 views

4 months ago

IBM Technology
What is a Message Queue?

Learn more about Message Queues → https://ibm.biz/IBM_MQ_documentation Check out IBM MQ ...

15:38
What is a Message Queue?

121,003 views

4 years ago

Hayk Simonyan
Message Queues in System Design

Become a Remote Senior Software Engineer with a Job Guarantee: ...

4:31
Message Queues in System Design

30,736 views

1 year ago

Bro Code
Learn Queue data structures in 10 minutes 🎟️

Queue data structure java tutorial example explained #queue #data #structure ...

10:07
Learn Queue data structures in 10 minutes 🎟️

209,155 views

4 years ago

Laravel Daily
Queues in Laravel: Main Things You Need to Know (Two Examples)

"Overview" of this big topic in 12 minutes. Links mentioned in the video: - Official Laravel Docs on Queues: ...

12:18
Queues in Laravel: Main Things You Need to Know (Two Examples)

30,805 views

10 months ago

DigiKey
Introduction to RTOS Part 5 - Queue | Digi-Key Electronics

A queue is a first-in, first-out (FIFO) system that is used to store and pass information between tasks in an RTOS. Data copied to a ...

12:01
Introduction to RTOS Part 5 - Queue | Digi-Key Electronics

158,797 views

5 years ago

mycodeschool
Data structures: Array implementation of Queue

See complete series on data structures here: http://www.youtube.com/playlist?list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P ...

14:59
Data structures: Array implementation of Queue

935,375 views

12 years ago

The Pudding
Tired of waiting in line? An expert explains why queues are so tricky

Queues are everywhere we go—discover the hidden mechanics that keep them moving smoothly. Check out more stories at: ...

8:42
Tired of waiting in line? An expert explains why queues are so tricky

45,915 views

1 year ago

Lydia Hallie
JavaScript Visualized - Event Loop, Web APIs, (Micro)task Queue

Learn how the browser event loop, task queue, microtask queue, and Web APIs work together to enable non-blocking, ...

12:35
JavaScript Visualized - Event Loop, Web APIs, (Micro)task Queue

1,088,087 views

1 year ago

Jacob Sorber
How to Implement a Queue in C

Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...

7:53
How to Implement a Queue in C

77,339 views

5 years ago

HackerRank
Data Structures: Stacks and Queues

Learn the difference between linear data structures stacks and queues. This video is a part of HackerRank's Cracking The Coding ...

5:46
Data Structures: Stacks and Queues

598,385 views

9 years ago

WilliamFiset
Priority Queue Introduction

Introduction to the priority queue data structure Practicing for interviews? I have used, and recommend `Cracking the Coding ...

13:18
Priority Queue Introduction

516,884 views

9 years ago

CS Dojo
Introduction to Stacks and Queues (Data Structures & Algorithms #12)

Here's my introduction to stacks, queues, and deques (double-ended queues)! You can check out the problem I mentioned at the ...

16:30
Introduction to Stacks and Queues (Data Structures & Algorithms #12)

362,447 views

5 years ago

Software Developer Diaries
Deep dive into Dead-Letter Queues

Event-driven architectures need a reliable way of analysing missed or errorneous messages that have been lost along the way.

15:08
Deep dive into Dead-Letter Queues

4,658 views

6 months ago

CodeOpinion
Using your Database as a Queue? Good or bad idea?

Do you need a message broker, or can you use your database as a queue? Well, as in most cases, it depends. Let me explain ...

9:31
Using your Database as a Queue? Good or bad idea?

21,757 views

2 years ago

James Eastham
Stream, Event Bus or Queue? What's the Difference?

Stream, Event Buses and Queues? What are they, what is the difference between them and when might you pick one over the ...

12:20
Stream, Event Bus or Queue? What's the Difference?

11,977 views

1 year ago

CodeBeauty
Queue and FIFO/FCFS explained in 10 minutes + a bonus task 📣📣 (Data Structures course)

Learn how to solve problems and build projects with these Free E-Books ⬇️ C++ Lambdas e-book - free download here: ...

10:14
Queue and FIFO/FCFS explained in 10 minutes + a bonus task 📣📣 (Data Structures course)

81,035 views

4 years ago

Portfolio Courses
Queue Data Structure In STL | C++ Tutorial

How to use the queue data structure built-in to the C++ Standard Template Library. The queue class template in the C++ STL is a ...

18:44
Queue Data Structure In STL | C++ Tutorial

28,132 views

2 years ago

linuxhint
Queues in C Programming Language

In this video, we will show you the working of the Queue Data structures. Moreover, we demonstrated the implementation of ...

6:54
Queues in C Programming Language

26,847 views

4 years ago

ReelLearning
Data Structures: Queue (Abstract Data Type)

Concepts: FIFO (First in First Out) Structure Queue in constrast to the Stack Parts of a Queue: Head (Front) and Tail (Back) ...

7:14
Data Structures: Queue (Abstract Data Type)

95,029 views

13 years ago