ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,367 results

Bulgarian Java User Group
The Java memory model explained, Rafael Winterhalter
48:01
The Java memory model explained, Rafael Winterhalter

29,109 views

3 years ago

The Coding Gopher
Concurrency vs. Parallelism

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

10:02
Concurrency vs. Parallelism

49,728 views

8 months ago

Bulgarian Java User Group
Introduction and pitfalls of Java's new concurrency model, David Vlijmincx

Java 20 will preview one of the most anticipated features, virtual threads, and structured concurrency. It rethinks the way ...

41:32
Introduction and pitfalls of Java's new concurrency model, David Vlijmincx

337 views

2 years ago

The Debug Zone
Is AtomicInteger incrementAndGet() Thread Safe? Understanding Java Concurrency

In this video, we delve into the intricacies of Java concurrency, focusing on the `AtomicInteger` class and its `incrementAndGet()` ...

5:08
Is AtomicInteger incrementAndGet() Thread Safe? Understanding Java Concurrency

10 views

1 year 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

971 views

9 months ago

Bulgarian Java User Group
Revolutionize DB App Development with Reactive Streams and Java Virtual Threads, Juarez Barbosa Jr

With the advent of Reactive Programming and Virtual Threads, Java developers can scale Java database access using either ...

44:18
Revolutionize DB App Development with Reactive Streams and Java Virtual Threads, Juarez Barbosa Jr

91 views

2 years ago

Bulgarian Java User Group
The Secrets of Concurrency, Heinz Kabutz

Heinz''s talk at the first edition of the jPrime conference (27.05.2015) From the first version of Java, we have been able to create ...

53:21
The Secrets of Concurrency, Heinz Kabutz

9,055 views

10 years ago

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 2)

In this stream we continue the work of porting Java's ConcurrentHashMap to Rust. We finish up the concurrent hash table resizing ...

5:20:13
Porting Java's ConcurrentHashMap to Rust (part 2)

13,514 views

6 years ago

Bulgarian Java User Group
Asynchronous Programming in Java using Virtual Threads, Venkat Subramaniam

Threads have been part of Java since the beginning. But, the new virtual threads, introduced as prerelease in Java 19, are ...

49:16
Asynchronous Programming in Java using Virtual Threads, Venkat Subramaniam

17,132 views

2 years ago

Engineering Community
Java Concurrency Essentials by Bogdan Komar

The speech intended to cover basic concurrency theory. During the meeting we will touch the Java concurrency concepts. We will ...

51:19
Java Concurrency Essentials by Bogdan Komar

376 views

4 years ago

Bulgarian Java User Group
Reactive Java Programming: a new Asynchronous Database Access API, Kuassi Mensah

The existing JDBC API leads to blocked threads, threads scheduling and contention; the advent of Java Fibers will alleviate those ...

37:06
Reactive Java Programming: a new Asynchronous Database Access API, Kuassi Mensah

103 views

6 years ago

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 3)

This stream is (probably) the last segment in our journey into porting Java's ConcurrentHashMap to Rust. We start writing some ...

5:39:15
Porting Java's ConcurrentHashMap to Rust (part 3)

10,948 views

6 years ago

TechPrep
Concurrency vs Parallelism | Simply Explained

This is a solution to the classic Concurrency vs Parallelism technical interview question. Links Concurrency ...

2:12
Concurrency vs Parallelism | Simply Explained

6,525 views

1 year ago

Ivan Ponomarev
Mainor 2022. Java Concurrency, Part 1

Concurrency is perhaps the most complex field of programming. It requires a knowledge of multiple fundamental principles, like ...

1:20:57
Mainor 2022. Java Concurrency, Part 1

1,068 views

3 years 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

503,723 views

10 months ago

The Debug Zone
Concurrent Reads in Java MappedByteBuffer: Solutions and Best Practices

In this video, we delve into the intricacies of using `MappedByteBuffer` in Java, focusing on the challenges and solutions ...

4:14
Concurrent Reads in Java MappedByteBuffer: Solutions and Best Practices

22 views

1 year ago

Roel Van de Paar
What is "Split Data Model", mentioned in the book "Java Concurrency In Practice"?

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

3:34
What is "Split Data Model", mentioned in the book "Java Concurrency In Practice"?

1 view

3 years ago

Engineering Community
New concurrency model in Java by Yan Chumak

Project Loom improves multithreaded code's maintainability, scalability, reliability, and observability. Virtual threads enable to ...

1:03:29
New concurrency model in Java by Yan Chumak

316 views

3 years 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

4 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

3 months ago