ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

119 results

The Coding Gopher
Concurrency vs. Parallelism

Try ChatLLM here: https://chatllm.abacus.ai/ ❤️ Get 40% OFF CodeCrafters: ...

10:02
Concurrency vs. Parallelism

48,325 views

6 months ago

Dr Giacomo Bergami (PhD)
2) Concurrency in Java 23 [Thursday 25th of April, 2024]

The codebase is available at: ...

1:48:25
2) Concurrency in Java 23 [Thursday 25th of April, 2024]

0 views

3 months ago

droidcon & fluttercon
Structured Concurrency: The paradigm shift - Marcin Moskała | droidcon London 2025

Talk: Structured Concurrency: The paradigm shift that changes modern development Speaker: Marcin Moskała Event: ...

32:26
Structured Concurrency: The paradigm shift - Marcin Moskała | droidcon London 2025

223 views

1 month ago

Bulgarian Java User Group
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

Writing correct, thread-safe code is notoriously challenging. Unlike single-threaded code, concurrency bugs often remain hidden, ...

48:10
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

894 views

6 months ago

The Coding Gopher
99% of Developers Don't Get Sockets

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.

12:05
99% of Developers Don't Get Sockets

467,248 views

7 months ago

The Debug Zone
Java Concurrency: Solving Common Issues with Concurrent Maps

In this video, we delve into the intricacies of Java concurrency, focusing specifically on the challenges developers face when ...

5:34
Java Concurrency: Solving Common Issues with Concurrent Maps

0 views

2 months ago

The Debug Zone
Understanding Synchronized Blocks in Java: Object Lock vs. Method Lock Explained

In this video, we delve into the intricacies of synchronized blocks in Java, a crucial concept for managing concurrency in your ...

1:53
Understanding Synchronized Blocks in Java: Object Lock vs. Method Lock Explained

0 views

5 months ago

The Debug Zone
Understanding the Difference Between thenAccept and thenApply in Java

In this video, we delve into the nuances of Java's CompletableFuture API, focusing on the key differences between the ...

1:31
Understanding the Difference Between thenAccept and thenApply in Java

2 views

3 months ago

The Debug Zone
Is a Static Method in Java Implicitly Thread Safe? Understanding Concurrency

In this video, we delve into the intricacies of static methods in Java and their relationship with thread safety. As applications ...

3:13
Is a Static Method in Java Implicitly Thread Safe? Understanding Concurrency

0 views

2 weeks ago

Carlos Chacin
🛑️ Stop Using ThreadLocal! Migrate to Java Scoped Values

ThreadLocal worked great for traditional threads — but with Java 21's Virtual Threads, it causes memory bloat and mutable state ...

12:59
🛑️ Stop Using ThreadLocal! Migrate to Java Scoped Values

124 views

2 months ago

The Debug Zone
How to Wait for Class Initialization in Java: Tips and Solutions

In this video, we delve into the intricacies of class initialization in Java, a crucial aspect for developers looking to optimize their ...

2:53
How to Wait for Class Initialization in Java: Tips and Solutions

1 view

9 months ago

The Debug Zone
How to Cancel an HTTP Request Thread from Another Thread in Java

In this video, we delve into the intricacies of managing HTTP requests in Java, specifically focusing on how to effectively cancel an ...

10:09
How to Cancel an HTTP Request Thread from Another Thread in Java

0 views

4 months ago

The Debug Zone
Can a Separate Thread Modify a Static Variable in Java? Explained!

In this video, we dive into the intriguing world of Java concurrency to explore a critical question: Can a separate thread modify a ...

3:13
Can a Separate Thread Modify a Static Variable in Java? Explained!

8 views

3 months ago

Last Mile Developer
Lockfree Multithreading LMAX Disruptor pattern overview for Beginners

https://cpp.rougneuron.in Disclaimer: The audio is generated using curated resources summarized by Google NotebookLM.

15:51
Lockfree Multithreading LMAX Disruptor pattern overview for Beginners

1,031 views

9 months ago

The Debug Zone
CompletableFuture Explained: Multi-threaded vs Single-threaded Concurrency

In this video, we dive into the world of concurrency in Java, focusing on the powerful CompletableFuture class. We'll explore the ...

1:53
CompletableFuture Explained: Multi-threaded vs Single-threaded Concurrency

3 views

2 months ago

The Debug Zone
Understanding Java 8 ConcurrentHashMap: Common Issues and Solutions

In this video, we delve into the intricacies of Java 8's ConcurrentHashMap, a powerful tool for managing concurrent data access in ...

2:58
Understanding Java 8 ConcurrentHashMap: Common Issues and Solutions

6 views

9 months ago

The Debug Zone
How to Throw Exceptions in CompletableFuture: A Complete Guide

... this important aspect of concurrency in Java. Today's Topic: How to Throw Exceptions in CompletableFuture: A Complete Guide ...

4:11
How to Throw Exceptions in CompletableFuture: A Complete Guide

11 views

11 months ago

The Coding Gopher
99% of Developers Don't Get PostgreSQL

Check out Supabase: https://supabase.plug.dev/qnxeTMY ❤️ Get 40% OFF CodeCrafters: ...

12:40
99% of Developers Don't Get PostgreSQL

152,948 views

2 months ago

Dr Giacomo Bergami (PhD)
3) Properties of Concurrent Programs & (Reentrant)Locks in Java [Friday 26th of April, 2024]

The codebase is available at: ...

1:55:00
3) Properties of Concurrent Programs & (Reentrant)Locks in Java [Friday 26th of April, 2024]

9 views

3 months ago

The Debug Zone
Why Java IO Can't Implement Async Reading: Understanding the Limitations

In this video, we delve into the intricacies of Java's Input/Output (IO) system and explore the reasons behind its inability to support ...

1:36
Why Java IO Can't Implement Async Reading: Understanding the Limitations

10 views

4 months ago