ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

43 results

Deep Engineering
Kotlin in Java Teams: Idiomatic Kotlin, Coroutines vs Virtual Threads & Modern JVM Practices

What does it take for experienced Java teams to adopt Kotlin in production without turning it into “Java in different syntax”? In this ...

1:10:05
Kotlin in Java Teams: Idiomatic Kotlin, Coroutines vs Virtual Threads & Modern JVM Practices

0 views

5 days ago

Jfokus
Virtual Threads, Structured Concurrency and Scoped Values: Putting it all together

By Balkrishna Rawool Project Loom brings lightweight concurrency to Java with Virtual Threads, Structured Concurrency, and ...

42:29
Virtual Threads, Structured Concurrency and Scoped Values: Putting it all together

157 views

5 days ago

LD TechLab – IT & Programming Made Simple
Java 21 for Students: Modern Java Features You Must Learn in 2026

In this video, we cover: Virtual Threads – scalable and lightweight concurrency Record Classes – clean and immutable data ...

6:00
Java 21 for Students: Modern Java Features You Must Learn in 2026

8 views

5 days ago

Code And Joy
Spring Boot & Microservices | Part 8 | Java Virtual Thread & Reactor | Truth about concurrency

00:00 Why reactor and virtual threads 00:36 Imperative blocking mental model 02:13 Concurrency problem: thread explosion ...

50:17
Spring Boot & Microservices | Part 8 | Java Virtual Thread & Reactor | Truth about concurrency

0 views

4 days ago

Frank Delporte
What You Missed: Java's Biggest Leaps Between LTS Releases (#90)

Episode 90 of the Foojay Podcast. All info, show notes, and links are available at https://foojay.io/today/category/podcast/.

1:03:56
What You Missed: Java's Biggest Leaps Between LTS Releases (#90)

743 views

3 days ago

CodeCastling
Understanding Multithreading || Virtual Threads Explained || Part 3

What are Virtual Threads and why is everyone talking about them? In this video, we break down Virtual Threads in Java (Project ...

6:02
Understanding Multithreading || Virtual Threads Explained || Part 3

13 views

4 days ago

Tales from the jar side
I Built a Star Trek Computer with Java 25 & Spring AI

How Java 25 Virtual Threads run 5 diagnostic queries in parallel on the server. - How reactive streaming (.stream().content()) ...

19:12
I Built a Star Trek Computer with Java 25 & Spring AI

160 views

9 hours ago

Jfokus
Make Your Code Parallel with the Structured Concurrency API, José Paumard

Loom already delivered virtual threads and scoped values. It still needs to deliver the Structured Concurrency API, the element ...

48:24
Make Your Code Parallel with the Structured Concurrency API, José Paumard

122 views

5 days ago

Moderne and OpenRewrite
Code Remix Weekly | How to run 100,000 rules in parallel with Java 21+

Don't miss Code Remix Weekly when Merlin Bögershausen joins the stream to show how Java 21+ virtual threads let you scale ...

1:06:45
Code Remix Weekly | How to run 100,000 rules in parallel with Java 21+

130 views

Streamed 6 days ago

Jfokus
More Action, More Overview – From 4k to 1M Threads, by Merlin Bögershausen

Black Friday, a million concurrent requests – and somewhere in the backend, a simple new Thread(). OutOfMemoryError ...

47:11
More Action, More Overview – From 4k to 1M Threads, by Merlin Bögershausen

279 views

5 days ago

Jfokus
Bootiful Spring Boot 4, by Josh Long

Hi, Spring fans! There's never been a better time to be a JVM / Spring developer! Spring Boot 4 brings the worlds of security, batch ...

51:45
Bootiful Spring Boot 4, by Josh Long

432 views

5 days ago

Koenig Solutions
How Java 21 Boosts Performance and Simplifies Modern Development

Performance & Productivity Gains How virtual threads (Project Loom) boost scalability for I/O-intensive apps. Memory efficiency ...

1:35:53
How Java 21 Boosts Performance and Simplifies Modern Development

66 views

Streamed 4 days ago

Hands On Course Demo
Class Data Sharing (CDS) and Startup Efficiency.

In our journey to build systems capable of handling 100 million requests per second, we've explored the power of Virtual Threads ...

1:04
Class Data Sharing (CDS) and Startup Efficiency.

0 views

4 days ago

RiyadhJUG
Faster JVM Applications Without Changing Any Code - by Simon Ritter

Join us for the next Riyadh Java User Group meetup! Java is one of the most popular platforms due to its incredible scalability, ...

1:04:50
Faster JVM Applications Without Changing Any Code - by Simon Ritter

64 views

Streamed 1 day ago

The Quality Analyst
Java Compilation Process Explained | Source Code to JVM | Java for Testers

... What is Bytecode (.class file) ✓ Why Java is Platform Independent ✓ Role of JVM (Java Virtual Machine) ✓ How Java program ...

9:18
Java Compilation Process Explained | Source Code to JVM | Java for Testers

1 view

4 days ago

Java from scratch
volatile Keyword in Java Explained | Java Multithreading From Scratch

github: ...

9:02
volatile Keyword in Java Explained | Java Multithreading From Scratch

0 views

5 days ago

Tech-Bimba (ಬಿಂಬ)
#40.5 [Eng] Inter-Thread Communication | wait(), notify(), notifyAll() | Producer-Consumer Problem

"Welcome to Tech-ಬಿಂಬ" In this video, we clearly understand one of the most confusing and important multithreading topics in ...

20:48
#40.5 [Eng] Inter-Thread Communication | wait(), notify(), notifyAll() | Producer-Consumer Problem

35 views

5 days ago

Prashant Sharma
Java Streams Complete Guide (Java 8–21) | Lazy, Parallel & takeWhile | Intermediate & Terminal Ops

If Java Streams still confuse you, this video will fix that completely. In this complete Java Streams guide, I explain everything in ...

31:51
Java Streams Complete Guide (Java 8–21) | Lazy, Parallel & takeWhile | Intermediate & Terminal Ops

67 views

5 days ago

Java Deep Dive - Interviews
JVM Heap Memory & Garbage Collection Explained (Java Interview)

Heap Area is the common runtime data area where all class instances and arrays are allocated Dynamic Allocation: Memory for ...

2:09
JVM Heap Memory & Garbage Collection Explained (Java Interview)

0 views

6 days ago

Assignment On Click
Top 10 Java Frameworks Every Developer Should Know in 2026 | Assignment On Click

Are you a Java developer looking to level up your skills in 2026? In this video, we break down the Top 10 Java Frameworks every ...

7:15
Top 10 Java Frameworks Every Developer Should Know in 2026 | Assignment On Click

0 views

1 day ago

Assignment On Click
What Will the Future of Java Look Like by 2035? |Is Java Still Worth Learning? | Assignment On Click

Is Java still relevant in 2035, or is it slowly being replaced by newer programming languages? In this video, we explore the future ...

6:26
What Will the Future of Java Look Like by 2035? |Is Java Still Worth Learning? | Assignment On Click

0 views

3 days ago

Assignment On Click
How Java Powers Modern Web Applications Behind the Scenes | EP 06 | Assignment On Click

Have you ever wondered what really powers the websites and web applications you use every day? In this episode, we explore ...

6:23
How Java Powers Modern Web Applications Behind the Scenes | EP 06 | Assignment On Click

0 views

1 day ago

Assignment On Click
Java in 2026: Is This Programming Giant Still Leading the Tech Industry? EP 07 @assignmentonclick

Is Java still relevant in 2026, or is it slowly being replaced by Python, Go, and Rust? In this episode, we explore the real future of ...

10:32
Java in 2026: Is This Programming Giant Still Leading the Tech Industry? EP 07 @assignmentonclick

0 views

1 day ago

Assignment On Click
Why Java Is Still Dominating in 2025 🚀 | Is Java Worth Learning Today?| Assignment On Click

Is Java still relevant in 2025? With so many new programming languages emerging, many developers are asking whether Java is ...

7:27
Why Java Is Still Dominating in 2025 🚀 | Is Java Worth Learning Today?| Assignment On Click

0 views

3 days ago

Java with Divya😍
part 2 -Stop using Wrong Array

java, java tutorial, java hindi, java programming, learn java, java in hindi, java oops, — OOP Concepts: Class & Object Constructor ...

18:20
part 2 -Stop using Wrong Array

38 views

4 days ago