ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

114 results

Code Granular

106 subscribers

Latest posts from Code Granular

Code Granular

0 views

7 days ago

Code Granular

0 views

3 weeks ago

Code Granular

0 views

3 weeks ago

{ "handle": "" }

0 views

0

Code Granular
I Built a Free Site for Java Concurrency Learners

Stop juggling scattered bookmarks and browser tabs. This companion site for the CodeGranular Mastering Java Concurrency ...

7:35
I Built a Free Site for Java Concurrency Learners

51 views

2mo ago

Code Granular
Java Atomic Package: ABA Problem & High-Performance Counters Explained

In the first two parts of this series, we covered the core atomic classes for single values, arrays, and field updaters. But there are ...

18:47
Java Atomic Package: ABA Problem & High-Performance Counters Explained

181 views

3w ago

Code Granular
Java Concurrency: Locks, Atomic Variables & CAS | Part 1

Have you ever wondered how ConcurrentHashMap handles millions of operations per second without collapsing under the ...

16:48
Java Concurrency: Locks, Atomic Variables & CAS | Part 1

109 views

1mo ago

Code Granular
Design Scheduled Thread Pool Executor : Concurrency LLD Interview

Ever wondered how tech giants like Uber, LinkedIn, and Rubrik handle millions of scheduled tasks? In this video, we go beyond ...

12:47
Design Scheduled Thread Pool Executor : Concurrency LLD Interview

281 views

6mo ago

Code Granular
Complete Java Locking Guide : Part 1 | Synchronized | Reentrant Lock

Picture this: 2 AM, your production app freezes, and it's your fault. Deadlocks are a nightmare, but Java gives you a powerful ...

15:10
Complete Java Locking Guide : Part 1 | Synchronized | Reentrant Lock

135 views

4mo ago

Code Granular
HashSet vs SynchronizedSet vs CopyOnWriteArraySet (Concurrency Explained)

Struggling with thread-safe Java Sets? Choosing the wrong Set implementation can lead to performance bottlenecks, race ...

18:30
HashSet vs SynchronizedSet vs CopyOnWriteArraySet (Concurrency Explained)

32 views

8mo ago

Code Granular
Java Deque Secrets: Work-Stealing & High-Performance Concurrency

Ever wondered how Java handles massive concurrency behind the scenes? In this deep dive, we explore Java's Deque ...

16:02
Java Deque Secrets: Work-Stealing & High-Performance Concurrency

63 views

8mo ago

Code Granular
Java Atomic Package: Scaler vs Array vs Field Updater (Deep Dive)

Have you ever used synchronized just to increment a number? You might be doing more work than you actually need.

17:43
Java Atomic Package: Scaler vs Array vs Field Updater (Deep Dive)

51 views

4w ago

Code Granular
ArrayList vs Vector vs SynchronizedList vs CopyOnWriteArrayList

Choosing the wrong Java List implementation can silently destroy performance or crash your application with concurrency bugs ...

16:24
ArrayList vs Vector vs SynchronizedList vs CopyOnWriteArrayList

41 views

8mo ago

Code Granular
Design a Fixed Size Thread Pool in Java | Concurrency LLD Interview

If you're preparing for Low Level System Design interviews, there's one concurrency question that appears again and again: ...

11:03
Design a Fixed Size Thread Pool in Java | Concurrency LLD Interview

94 views

6mo ago

André Damien
minidem - a tiny 2d DEM python code - granular simulation with "screen"

This video implements minidem for a granular simulation using non moving discrete elements that form a screen Get python ...

1:04
minidem - a tiny 2d DEM python code - granular simulation with "screen"

1,470 views

5y ago

Code Meowstro
Granular Synthesis in Python: Step-by-Step Audio Programming

Support my work: ko-fi.com/codemeowstro In this video, we'll build a granular synthesis engine using Python, step by step and ...

12:09
Granular Synthesis in Python: Step-by-Step Audio Programming

1,898 views

1y ago

Illuminus Device
Morse Code — Granular

Palabra Española en código morse (Illuminus). (Para todo nuestro pueblo). -An Spanish word in Illuminus morse code. (for all our ...

0:11
Morse Code — Granular

0 views

11y ago

Code Granular
Why Your Code Fails Under Load — Understanding Concurrency

Understanding Java concurrency is essential for any backend developer working with multithreading, Spring Boot, and distributed ...

11:24
Why Your Code Fails Under Load — Understanding Concurrency

283 views

9mo ago

Code Granular
Hidden Flaw in shutdownNow() – Track Cancelled Tasks (Useful Trick)

When you call shutdownNow() on an ExecutorService, you get a list of tasks that never started—but what about the tasks that were ...

4:02
Hidden Flaw in shutdownNow() – Track Cancelled Tasks (Useful Trick)

33 views

5mo ago

Code Granular
Build a BLOCKING Saturation Policy | Natural Backpressure

RejectedExecutionException got you down? The built‑in saturation policies either throw, discard, or run the task in the caller ...

14:40
Build a BLOCKING Saturation Policy | Natural Backpressure

91 views

5mo ago

Code Granular
Designing Scalable and Efficient Cache in Java Concurrency

Caching looks simple… until concurrency shows up. In this video, we walk through how a cache really evolves in production ...

13:11
Designing Scalable and Efficient Cache in Java Concurrency

115 views

7mo ago