ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

18 results

The Java Loom
Java Locking Mechanisms Complete Guide | synchronized vs. ReentrantLock, ReadWriteLock & StampedLock

Deep dive into Java Locking Mechanisms! Learn how explicit locks improve upon intrinsic synchronized blocks, how read-write ...

7:36
Java Locking Mechanisms Complete Guide | synchronized vs. ReentrantLock, ReadWriteLock & StampedLock

21 views

5d ago

Hands On Course Demo
Day 14: Java ReentrantLock : Fix Race Conditions & ConcurrentModificationException

Learn how to protect shared state in Java with ReentrantLock. In Day 14 of Mastering Core Java & JVM Mechanics (AstraKV), we ...

1:25
Day 14: Java ReentrantLock : Fix Race Conditions & ConcurrentModificationException

6 views

1d ago

Hands On Course Demo
Day 15: Java ConcurrentHashMap Tutorial: Lock-Free Reads, Volatile Flags & High Concurrency

Learn how to replace coarse ReentrantLock with ConcurrentHashMap and volatile flags for lock-free reads in a Java key-value ...

2:27
Day 15: Java ConcurrentHashMap Tutorial: Lock-Free Reads, Volatile Flags & High Concurrency

3 views

1d ago

The Java Loom
Java Collections Internal Mechanics: HashMap, ConcurrentHashMap & CopyOnWriteArrayList

Deep dive into the internal mechanics of Java Collections under concurrent load! Understand HashMap bucket arrays, ...

7:49
Java Collections Internal Mechanics: HashMap, ConcurrentHashMap & CopyOnWriteArrayList

10 views

1d ago

Hands On Course Demo
Day 18: Java Write-Ahead Log + MemTable | Crash-Consistent KV Store with CRC32 Recovery

Build a crash-consistent Java key-value store by integrating a disk-backed Write-Ahead Log (WAL) with an in-memory MemTable ...

1:10
Day 18: Java Write-Ahead Log + MemTable | Crash-Consistent KV Store with CRC32 Recovery

0 views

4h ago

TheCodeAlchemist
Java Thread Dumps: Stop Misreading Thread States

Java thread dumps look like noise until you know which patterns actually matter. In this hands-on guide, you'll use jcmd ...

31:40
Java Thread Dumps: Stop Misreading Thread States

284 views

2d ago

IT爱学堂好课分享
【鲁班学院】Java架构师VIP第03期 - 带源码课件25、编程之AQS原理及ReentrantLock源码分析

获课:aixuetang.xyz/24879/

3:57
【鲁班学院】Java架构师VIP第03期 - 带源码课件25、编程之AQS原理及ReentrantLock源码分析

1 view

4d ago

Hustle & Humor
The Java Story Ep 39: Explicit Locks

The Java Story - Episode 39: Explicit Locks Current cut (coherent narration + animated visuals). The Java Story is a structured ...

4:08
The Java Story Ep 39: Explicit Locks

3 views

6d ago

S M Ibrahim Hossain
Java Class 29:Synchronization Explained, Race Condition, wait()/notify() & Producer Consumer Problem

Why can 100 threads each adding one penny to an account NOT reliably produce a balance of 100? This class explains race ...

47:20
Java Class 29:Synchronization Explained, Race Condition, wait()/notify() & Producer Consumer Problem

9 views

1d ago

The Autonomous Architect
Redis Architecture & Data Structures — Interview Prep Guide

FAANG Technical Interview Preparation: Redis Architecture & Data Structures (Distributed Systems) Complexity Target: Time: ...

3:38
Redis Architecture & Data Structures — Interview Prep Guide

13 views

2d ago