ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

31 results

MiXiT
Les Threads Virtuels vont-ils rendre la programmation reactive obsolète ? (José Paumard) #MiXiT2025

Java 21 a été publié il y a environ un an et demi, et parmi les nouveautés de cette version se trouvent les threads virtuels, ...

45:35
Les Threads Virtuels vont-ils rendre la programmation reactive obsolète ? (José Paumard) #MiXiT2025

299 views

8 months ago

Nida Karagoz
Do Java 21 virtual threads address the main reason to switch to reactive single-thread frameworks? (

Do Java 21 virtual threads address the main reason to switch to reactive single-thread frameworks? ( ✧ I really hope you found a ...

2:28
Do Java 21 virtual threads address the main reason to switch to reactive single-thread frameworks? (

1 view

11 months ago

Nida Karagoz
Spring boot with java 21 virtual threads - is there a way to terminate gracefully?

Spring boot with java 21 virtual threads - is there a way to terminate gracefully? ✧ I really hope you found a helpful solution!

1:35
Spring boot with java 21 virtual threads - is there a way to terminate gracefully?

5 views

11 months ago

Nida Karagoz
Using toFuture in Spring webClient when using virtual threads

Using toFuture in Spring webClient when using virtual threads ✧ I really hope you found a helpful solution! ♡ The Content is ...

2:19
Using toFuture in Spring webClient when using virtual threads

5 views

10 months 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

183 views

3 months ago

Engineering Community
Java 21 New Features by Volodymyr Kaidash

Agenda: - Why Java 21? - Java Enhancement Proposal - Record Patterns - Pattern Matching for Switch - Sequenced Collections ...

38:03
Java 21 New Features by Volodymyr Kaidash

155 views

11 months 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

950 views

8 months ago

Paris JUG
2025/12/09 - The Past, Present, and Future of Enterprise Java

Over the last 30 years, Java has been the preferred technology for developing enterprise applications. Frameworks and ...

57:52
2025/12/09 - The Past, Present, and Future of Enterprise Java

123 views

1 month ago

DevConf
The Future of Java is Today - DevConf.CZ 2025

Many library and Java Virtual Machine features were added as well, including virtual threads and an ability to interconnect Java ...

34:09
The Future of Java is Today - DevConf.CZ 2025

36 views

7 months ago

The Linux Foundation
JDK21 and Bazel

Talk about the upgrade to JDK21 and how its new features affect Bazel (e.g. Loom, new GC and etc.). Speakers: Chi Wang, Zheng ...

9:06
JDK21 and Bazel

154 views

9 months ago

Nida Karagoz
Using ScopedValue instead of ThreadLocal in Servlet Filter in spring boot app

Using ScopedValue instead of ThreadLocal in Servlet Filter in spring boot app ✧ I really hope you found a helpful solution!

2:42
Using ScopedValue instead of ThreadLocal in Servlet Filter in spring boot app

12 views

9 months ago

Otavio Santana
🚀 Jakarta EE 11 is Out! What’s New + Sneak Peek into Jakarta EE 12 🔍

Jakarta EE 11 is here with official support for Java 17 and full compatibility with Java 21. In this video, explore its most significant ...

8:56
🚀 Jakarta EE 11 is Out! What’s New + Sneak Peek into Jakarta EE 12 🔍

493 views

7 months ago

Carlos Chacin
My Code Broke Everything — Here's How I Fixed It (Skull King Ep. 3)

Java Error Handling Tutorial: My Result[T] implementation failed! In this Java 25 TDD episode, I show you why my custom error ...

25:51
My Code Broke Everything — Here's How I Fixed It (Skull King Ep. 3)

32 views

1 month ago

Carlos Chacin
I was able to fix MY MISTAKE: Java TDD (Skull King Ep. 6)

Java Error Handling Tutorial: Building a custom Result[T] type without Vavr! In this Java 25 TDD episode, I remove the Vavr ...

28:27
I was able to fix MY MISTAKE: Java TDD (Skull King Ep. 6)

53 views

1 month ago

Carlos Chacin
100% Test Coverage with TDD? Let's Try (Ep. 3)

Java TDD Tutorial: Testing the Join Game method with 100% code coverage! In this Java 25 programming episode, we write ...

14:00
100% Test Coverage with TDD? Let's Try (Ep. 3)

40 views

1 month ago

Carlos Chacin
Java 25 TDD Series: Let's Build Skull King Together (Ep. 1)

Java 25 TDD Tutorial: Building a card game from scratch! In this Java programming series, I'm creating Skull King using ...

11:59
Java 25 TDD Series: Let's Build Skull King Together (Ep. 1)

89 views

1 month ago

Carlos Chacin
Before vs After: Code Cleanup with TDD (Skull King Ep. 5)

Java Code Cleanup Tutorial: Refactoring tests for clarity! In this Java 25 TDD episode, we clean up our Skull King card game ...

14:23
Before vs After: Code Cleanup with TDD (Skull King Ep. 5)

22 views

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

11 months ago

Peter Schneider
How to load a huge class/interface (including 40000+ static fields) in a background thread

How to load a huge class/interface (including 40000+ static fields) in a background thread I hope you found a solution that worked ...

5:38
How to load a huge class/interface (including 40000+ static fields) in a background thread

0 views

10 days ago

Carlos Chacin
Why List[Player] is Lying to You (Skull King Ep. 7)

Java DDD Tutorial: Creating domain types instead of primitive collections! In this Java 25 TDD episode, I replace List[Player] ...

22:30
Why List[Player] is Lying to You (Skull King Ep. 7)

45 views

1 month ago