Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
54 results
Stop juggling scattered bookmarks and browser tabs. This companion site for the CodeGranular Mastering Java Concurrency ...
51 views
2 months ago
In the first two parts of this series, we covered the core atomic classes for single values, arrays, and field updaters. But there are ...
181 views
3 weeks ago
Have you ever wondered how ConcurrentHashMap handles millions of operations per second without collapsing under the ...
106 views
1 month ago
Picture this: 2 AM, your production app freezes, and it's your fault. Deadlocks are a nightmare, but Java gives you a powerful ...
134 views
4 months ago
Ever wondered how tech giants like Uber, LinkedIn, and Rubrik handle millions of scheduled tasks? In this video, we go beyond ...
281 views
6 months ago
If you're preparing for Low Level System Design interviews, there's one concurrency question that appears again and again: ...
94 views
Have you ever used synchronized just to increment a number? You might be doing more work than you actually need.
4 weeks ago
Ever wondered how Java handles massive concurrency behind the scenes? In this deep dive, we explore Java's Deque ...
63 views
8 months ago
Struggling with thread-safe Java Sets? Choosing the wrong Set implementation can lead to performance bottlenecks, race ...
32 views
Your Java app doesn't crash because of “bad luck.” It crashes because of unmanaged threads. In this deep dive into the Java ...
152 views
7 months ago
Choosing the wrong Java List implementation can silently destroy performance or crash your application with concurrency bugs ...
41 views
Choosing the wrong Map in Java can silently kill performance or break your multithreaded code ⚠️ In this video, we deep-dive ...
345 views
Caching looks simple… until concurrency shows up. In this video, we walk through how a cache really evolves in production ...
115 views
Understanding Java concurrency is essential for any backend developer working with multithreading, Spring Boot, and distributed ...
283 views
9 months ago
When you call shutdownNow() on an ExecutorService, you get a list of tasks that never started—but what about the tasks that were ...
33 views
5 months ago
This video implements minidem for a granular simulation using non moving discrete elements that form a screen Get python ...
1,470 views
5 years ago
Ever seen your app freeze under load for no obvious reason? Most thread‑pool problems are silent killers – until they crash your ...
60 views
Concurrency questions trip up a lot of candidates because they don't know what to look for. In this video, I'll give you a framework ...
168,792 views
Do you really need synchronized blocks and heavy locks to write thread-safe Java code? In this deep-dive, I break down how ...
34 views
Your code can pass all tests… and still be WRONG. In this video, we deeply explain Thread Safety & Synchronization in Java ...
37 views