ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

84 results

Javarevisited
Blocking Queue in Java | Example Tutorial | Code Below

And, here are the best courses to learn Java from scratch: 1. The Complete Java Masterclass - https://bit.ly/3msOMTd 2. Java ...

12:27
Blocking Queue in Java | Example Tutorial | Code Below

637 views

3 years ago

Udacity
Pull Queues - Developing Scalable Apps with Java

This video is part of an online course, Developing Scalable Apps with Java. Check out the course here: ...

1:42
Pull Queues - Developing Scalable Apps with Java

615 views

10 years ago

Gaurav Sen
What is a MESSAGE QUEUE and Where is it used?

Messaging Queues are widely used in asynchronous systems. Message processing in an asynchronous fashion allows the client ...

9:59
What is a MESSAGE QUEUE and Where is it used?

1,114,760 views

7 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,625 views

6 years ago

Confluent
Errors and Dead Letter Queues | Kafka Connect 101 (2023)

TRY THIS YOURSELF: https://cnfl.io/kafka-connect-101-module-1 Kafka Connect supports various options for handling errors in ...

4:57
Errors and Dead Letter Queues | Kafka Connect 101 (2023)

14,909 views

3 years ago

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,525 views

12 years ago

ByteByteGo
Concurrency Vs Parallelism!

Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bit.ly/bytebytegoytTopic Animation ...

4:13
Concurrency Vs Parallelism!

172,779 views

1 year 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,704,713 views

11 years ago

ArjanCodes
AsyncIO and the Event Loop Explained

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Over the years, I've produced several videos about ...

13:34
AsyncIO and the Event Loop Explained

82,261 views

1 year ago

Geekific
A Guide To CompletableFuture in Java with Examples | Asynchronous Operations in Java | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Java's Future API was ...

9:30
A Guide To CompletableFuture in Java with Examples | Asynchronous Operations in Java | Geekific

57,021 views

3 years ago

Udacity
Fuzzing The Bounded Queue - Software Testing

This video is part of an online course, Software Testing. Check out the course here: https://www.udacity.com/course/cs258.

1:12
Fuzzing The Bounded Queue - Software Testing

794 views

13 years ago

Geekific
Java Deque in 1 min | #geekific #deque #in1min

Our Discord, GitHub repo, and socials: https://linktr.ee/geekific.

1:21
Java Deque in 1 min | #geekific #deque #in1min

3,490 views

7 months ago

ByteByteGo
Top Kafka Use Cases You Should Know

Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bit.ly/bytebytegoytTopic Animation ...

5:56
Top Kafka Use Cases You Should Know

130,105 views

1 year ago

Udacity
Producer Consumer Pattern

This video is part of the Udacity course "GT - Refresher - Advanced OS". Watch the full course at ...

1:34
Producer Consumer Pattern

45,533 views

10 years ago

AashishAcademy
solve multi threading problem using blocking queue and concurrenthashmap  !Multithreading in java

Learn how to solve multi-threading problems using blocking queue and concurrent hashmap in Java. Master the art of ...

16:04
solve multi threading problem using blocking queue and concurrenthashmap !Multithreading in java

212 views

1 year ago

Daniel Tammadge
How to handle message retries & failures in event driven-systems? Handling retires with Kafka?

How to handle message retries & failures in event driven systems? Make sure to watch https://youtu.be/FO2ptQNQKhM (Keeping ...

6:28
How to handle message retries & failures in event driven-systems? Handling retires with Kafka?

36,438 views

4 years ago

LE PHU CUONG
12  Understanding Event Driven Code Execution
6:01
12 Understanding Event Driven Code Execution

45 views

5 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,748 views

8 years ago

Code Collider
How FastAPI Handles Requests Behind the Scenes

Unleash the power of FastAPI! Discover how Asyncio and blocking I/O impact performance. Learn to handle requests concurrently ...

5:09
How FastAPI Handles Requests Behind the Scenes

87,356 views

1 year ago

kite withyou
6.3  Call Stack, Callback Queue, and Event Loop
18:15
6.3 Call Stack, Callback Queue, and Event Loop

20,353 views

4 years ago

Confluent
Spring for Apache Kafka® 101: Receiving Messages with KafkaListener (Hands On)

https://cnfl.io/spring-framework-and-apache-kafka-exercise3 | Learn how to annotate a Java class with KafkaListener, set a topic to ...

6:50
Spring for Apache Kafka® 101: Receiving Messages with KafkaListener (Hands On)

20,001 views

4 years ago

Queue-it
How Can You Prevent Website Crashes? | Quick Questions with Queue-it

Website crashes are a constant threat and can affect everyone from small businesses to governments to retail giants. In this video ...

4:12
How Can You Prevent Website Crashes? | Quick Questions with Queue-it

677 views

2 years ago

Sergey Arkhipov Java Tutorials
Java. Multithreading. Wait and Notify methods. Blocking Queue and Worker Thread.

Previous video: https://youtu.be/44GqCiEjY14 In this video we continue studying elementary multithreading in Java. It's shown ...

8:12
Java. Multithreading. Wait and Notify methods. Blocking Queue and Worker Thread.

19,648 views

6 years ago

Thiago Jabur
Fila (Queue) que já vem na linguagem Java no pacote Util

ED1 - Aula 15 - Fila (Queue) que já vem na linguagem Java no pacote Util Código fonte no meu GitHub: ...

7:42
Fila (Queue) que já vem na linguagem Java no pacote Util

733 views

4 years ago

EAV KIDS
Group of Beautiful Young Peacocks and Peahens are Spreading their Colourful Feathers

A group of beautiful peacocks and peahens gathered at Sirenis resort in Punta Cana, Dominican Republic and displayed their ...

2:35
Group of Beautiful Young Peacocks and Peahens are Spreading their Colourful Feathers

1,462 views

10 years ago