ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

31 results

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

6 hours 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

53 views

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

12 views

18 hours 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

173 views

1 day 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+

75 views

Streamed 2 days ago

TalkWithBrian
The Secret to Unlocking Performance: How Project Loom Reshapes Java 25 Microservices

In this episode, Brian and Dave discuss the secret to unlocking performance: how project loom reshapes java 25 microservices.

25:38
The Secret to Unlocking Performance: How Project Loom Reshapes Java 25 Microservices

6 views

5 days ago

Hands On Course Demo
Virtual Threads vs. Platform Threads

Welcome back, fellow architects and engineers! Yesterday, we laid the groundwork, bootstrapping our Spring Boot microservice ...

0:54
Virtual Threads vs. Platform Threads

0 views

4 days ago

Java from scratch
Java New Features Explained | Java 17 to Java 24 in One Video 🚀 | Must-Know Updates

github link ...

29:47
Java New Features Explained | Java 17 to Java 24 in One Video 🚀 | Must-Know Updates

8 views

7 days ago

Interview Mentor App
Thread vs Process in Java Explained in 90 Seconds

Master the difference between threads and processes in Java. Learn why threads share memory, how this impacts performance, ...

1:50
Thread vs Process in Java Explained in 90 Seconds

2 views

7 days 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

64 views

1 day ago

Interview Mentor App
How to Create Threads with Runnable in Java | Interview Guide

Learn the correct way to create threads using the Runnable interface in Java. We cover implementing Runnable, defining the run ...

1:37
How to Create Threads with Runnable in Java | Interview Guide

2 views

7 days ago

systemdrll-2
Day 38: Consistency Levels - The Latency/Availability Tradeoff

Today we're unpacking Cassandra consistency levels and the hidden latency/availability tradeoff that frameworks like Spring Data ...

1:22
Day 38: Consistency Levels - The Latency/Availability Tradeoff

0 views

7 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:49
How Java 21 Boosts Performance and Simplifies Modern Development

51 views

Streamed 6 hours ago

BITBEE
Episode-5 l Java & Spring Interview Series |  LTI Mindtree | 3+ Years

Welcome to Episode 5 of our Java Interview Series, where we dive into real-time interview questions specifically for professionals ...

24:28
Episode-5 l Java & Spring Interview Series | LTI Mindtree | 3+ Years

291 views

3 days ago

BugFixer X
History of Java | Coffee & Code ☕ – Ultimate Java Career Guide | 001

History of Java | Evolution of Java Programming Language Java is one of the most popular and powerful programming languages ...

12:22
History of Java | Coffee & Code ☕ – Ultimate Java Career Guide | 001

48 views

6 days ago

BugFixer X
Features & Versions of Java | Coffee & Code ☕ – Ultimate Java Career Guide | 002

Java Evolution: Features from Java 8 to Java 26 Java has evolved massively since Java 8, adding functional programming, ...

26:07
Features & Versions of Java | Coffee & Code ☕ – Ultimate Java Career Guide | 002

50 views

5 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

1 day ago

Umendra Dev
Multithreading and Packages in Java | Full Explained With Examples

... best practice Java thread resource sharing Java concurrency strategies Java package encapsulation Java virtual threads Java ...

22:28
Multithreading and Packages in Java | Full Explained With Examples

11 views

6 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

32 views

1 day ago

Tony Ni
Java Virtual Threads and Thread Safety
22:21
Java Virtual Threads and Thread Safety

0 views

54 minutes ago

Ashok IT
Difference Between Shallow Copy and Deep Copy in Java (Interview Question) | Ashok IT

Shallow Copy vs Deep Copy in Java – Explained with Real-Time Examples Understanding Shallow Copy and Deep Copy in Java ...

23:49
Difference Between Shallow Copy and Deep Copy in Java (Interview Question) | Ashok IT

829 views

3 days ago

THE PHINTAGE COLLECTOR
Why Mac OS X 10.0 Wasn’t the Clean Break Apple Planned

Mac OS X 10.0 was Apple's most ambitious operating system shift since the original Macintosh — and also one of its most ...

16:28
Why Mac OS X 10.0 Wasn’t the Clean Break Apple Planned

7,981 views

5 days ago

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”?

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

0 views

1 day ago

Systemdrllp5
Day 20: Concurrency Simulation – Virtual Threads vs Scheduled Executor Service

Here's a YouTube demo description (6–7 lines) specifically crafted for this lesson: In this video, we show why single-threaded ...

1:13
Day 20: Concurrency Simulation – Virtual Threads vs Scheduled Executor Service

0 views

2 days ago

Assignment On Click
What Will the Future of Visual Molecular Dynamics (VMD) Look Like by 2035 | @assignmentonclick

What Will the Future of Visual Molecular Dynamics (VMD) Look Like by 2035 | ⁨@assignmentonclick⁩ Visual Molecular ...

6:18
What Will the Future of Visual Molecular Dynamics (VMD) Look Like by 2035 | @assignmentonclick

0 views

2 days ago