ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

345 results

Google for Developers
Task Queue Basics

This lesson presents an overview and inner workings of the Task Queue. The task queue has two flavors: push queue and pull ...

23:16
Task Queue Basics

31,527 views

12 years ago

MIT OpenCourseWare
17. Synchronization Without Locks

MIT 6.172 Performance Engineering of Software Systems, Fall 2018 Instructor: Charles Leiserson View the complete course: ...

1:20:10
17. Synchronization Without Locks

37,673 views

6 years ago

JSConf
What the heck is the event loop anyway? | Philip Roberts | JSConf EU

JavaScript programmers like to use words like, “event-loop”, “non-blocking”, “callback”, “asynchronous”, “single-threaded” and ...

26:53
What the heck is the event loop anyway? | Philip Roberts | JSConf EU

3,706,503 views

11 years ago

Google for Developers
Google I/O 2011: Putting Task Queues to Work

Nicholas Verne, Vivek Sahasranaman Does your app require software that you can't run on App Engine? By using the brand new ...

42:54
Google I/O 2011: Putting Task Queues to Work

7,594 views

14 years ago

CppCon
CppCon 2017: Ansel Sermersheim “Multithreading is the answer. What is the question? (part 2 of 2)”

http://CppCon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

49:30
CppCon 2017: Ansel Sermersheim “Multithreading is the answer. What is the question? (part 2 of 2)”

14,749 views

8 years ago

BigData Boutique
Mastering Flink on Kubernetes | Best Practices for Running Flink on Kubernetes

Ready to level up your Apache Flink deployments on Kubernetes? Join Lior Friedler, Data Team Lead at BigData Boutique, as he ...

22:27
Mastering Flink on Kubernetes | Best Practices for Running Flink on Kubernetes

4,929 views

1 year ago

CodeHelp - by Babbar
Lecture 61: Queue FAANG Interview Questions || Placement Series by Love Babbar

In this Video, we are going to solve 8 Queue Interview Questions. There is a lot to learn, Keep in mind “ Mnn bhot karega k chor yrr ...

2:23:55
Lecture 61: Queue FAANG Interview Questions || Placement Series by Love Babbar

396,931 views

3 years ago

Jon Gjengset
January 2026 Q&A

As has become tradition, it's time for another new year's Q&A! In the span of three hours, we got through 45 questions covering ...

2:48:37
January 2026 Q&A

564 views

1 hour ago

Anurag Singh ProCodrr
Event Loop and Callback Queue in JavaScript | The Complete JavaScript Course | Ep.37

Starter Code: https://github.com/procodrr/javascript-course/tree/main/ep-37_event-loop-and-callback-queue/starter-code Final ...

31:17
Event Loop and Callback Queue in JavaScript | The Complete JavaScript Course | Ep.37

30,531 views

3 years ago

codestorywithMIK
Orderly Queue -(Amazon): Explanation ➕ Live Coding

This is our 6th Video on our String Playlist In this video we will try to solve a Hard problem : "Orderly Queue" This Question is Easy ...

20:17
Orderly Queue -(Amazon): Explanation ➕ Live Coding

13,618 views

3 years ago

Back To Back SWE
Implement A Binary Heap - An Efficient Implementation of The Priority Queue ADT (Abstract Data Type)

Free 5-Day Mini-Course: https://backtobackswe.com Try Our Full Platform: https://backtobackswe.com/pricing Intuitive Video ...

20:19
Implement A Binary Heap - An Efficient Implementation of The Priority Queue ADT (Abstract Data Type)

125,737 views

6 years ago

Sheldons Frontend Show
The Javascript Runtime Environment (JRE): Overview of the Engine, Event Loop, Queue and APIs

eventloop #javascriptengine The JRE, concurrency model, event loop in Javascript. The first video in the Javascript behind the ...

26:10
The Javascript Runtime Environment (JRE): Overview of the Engine, Event Loop, Queue and APIs

434 views

3 years ago

Anuj Kumar Sharma
Circular Queue Implementation using Array | Queue in Data Structure | DSA-One Course #49

Hey guys, In this video, We're going to implement Queue using Array and Circular Array. Join my paid Java DSA course here: ...

20:55
Circular Queue Implementation using Array | Queue in Data Structure | DSA-One Course #49

80,484 views

4 years ago

Questpond
JavaScript Interview Questions & Answers | JavaScript Interview Questions

For more JavaScript Q&A videos visit http://www.questpond.com Learn JavaScript Interview Question & Answers with real-time ...

1:01:13
JavaScript Interview Questions & Answers | JavaScript Interview Questions

320,780 views

3 years ago

Amazon Web Services
Introducing the new Async Sink | Amazon Web Services

As of August 30th, 2023, Kinesis Data Analytics is now Amazon Managed Service for Apache Flink* In this session, you'll get an ...

38:09
Introducing the new Async Sink | Amazon Web Services

2,503 views

3 years ago

Digital Switching - I
Input Queued Switch

... you look into input queue can I relax some condition what I am actually currently doing is if there is a hat of the line blocking and ...

37:18
Input Queued Switch

1,580 views

9 years ago

TLA+ - The Temporal Logic of Actions
TLA + specification of PCR parallel programming pattern - Jose Solsona & Sergio Yovine

https://conf.tlapl.us/2020/10-Yovine_and_Solsona-TLA_+_specification_of_PCR_parallel_programming_pattern.pdf.

31:56
TLA + specification of PCR parallel programming pattern - Jose Solsona & Sergio Yovine

227 views

5 years ago

CodeWithHarry
Introduction to Circular Queue in Data Structures

Circular Queue implementation using arrays: In this video, we will see why we should be using circular queues and what circular ...

24:25
Introduction to Circular Queue in Data Structures

395,886 views

5 years ago

Tech With Tim
Asyncio in Python - Full Tutorial

Asynchronous programming allows our code to be more efficient by doing multiple things at once without any unnecessary ...

24:59
Asyncio in Python - Full Tutorial

284,364 views

1 year ago

CodeWithHarry
Queue Using Linked Lists

How to Implement queue using Linked List: This video will talk about queue using linked list data structure in hindi. Queue can be ...

26:30
Queue Using Linked Lists

190,754 views

5 years ago

CodeHelp - by Babbar
Lecture 60: Queues in C++ [STL + Implementation + Types of Queues ]

In this Video, we are going to learn about Queue Data Structure and its types. There is a lot to learn, Keep in mind “ Mnn bhot ...

1:05:02
Lecture 60: Queues in C++ [STL + Implementation + Types of Queues ]

461,577 views

3 years ago

DataFlair
Implementation of Queue using Array in Data Structures | Array Implementation of Queue in DSA Hindi

Master Data Structures & Algorithms for Top Tech Jobs: https://techvidvan.com/courses/dsa-c-hindi/?campaign=ytdsad&ref=1374 ...

39:57
Implementation of Queue using Array in Data Structures | Array Implementation of Queue in DSA Hindi

52,157 views

2 years ago

Jon Gjengset
Lock-Free to Wait-Free Simulation in Rust (part 2)

In this stream, we continue implementing the concurrency algorithm from the academic paper "A Practical Wait-Free Simulation for ...

5:24:49
Lock-Free to Wait-Free Simulation in Rust (part 2)

12,630 views

4 years ago

NHN Cloud
[NHN FORWARD 2020] RabbitMQ and Cloud Messaging Platform

NHN FORWARD 2020 TOAST 클라우드의 메시징 플랫폼인 TOAST Notification이 RabbitMQ를 이용해 클라우드 메시징 플랫폼의 ...

37:08
[NHN FORWARD 2020] RabbitMQ and Cloud Messaging Platform

4,370 views

5 years ago

Back To Back SWE
Search A 2D Sorted Matrix - Fundamentals of Search Space Reduction

Free 5-Day Mini-Course: https://backtobackswe.com Try Our Full Platform: https://backtobackswe.com/pricing Intuitive Video ...

29:31
Search A 2D Sorted Matrix - Fundamentals of Search Space Reduction

52,304 views

6 years ago