ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

37 results

Carlos Chacin
🛑️ Stop Using ThreadLocal! Migrate to Java Scoped Values

ThreadLocal worked great for traditional threads — but with Java 21's Virtual Threads, it causes memory bloat and mutable state ...

12:59
🛑️ Stop Using ThreadLocal! Migrate to Java Scoped Values

294 views

8 months ago

Using std::cpp
Squaring the Circle: value-oriented design in an object-oriented system -Juanpe Bolívar

In this talk, we will present a new open-source library of cursors. Cursors are inspired by functional lenses and reactive streams to ...

58:19
Squaring the Circle: value-oriented design in an object-oriented system -Juanpe Bolívar

215 views

2 months ago

Carlos Chacin
Deck of Cards: Why Collections Should Be Immutable (Skull King Ep. 9)

Java TDD Tutorial: Building an immutable Deck of Cards with top-down design! In this Java 25 TDD episode, I implement the ...

15:30
Deck of Cards: Why Collections Should Be Immutable (Skull King Ep. 9)

80 views

5 months ago

Alfa Yohannis
Builder Pattern Explained: Build Complex Objects Step by Step (Java/OOP)

Stop fighting telescoping constructors and half-built objects. Learn how the Builder design pattern assembles complex objects ...

2:14
Builder Pattern Explained: Build Complex Objects Step by Step (Java/OOP)

5 views

2 weeks ago

The Debug Zone
Java 9 Set.of() and Map.of() Varargs Overloads: Common Issues and Solutions

In this video, we dive into the powerful varargs overloads introduced in Java 9 with the Set.of() and Map.of() methods. While these ...

1:29
Java 9 Set.of() and Map.of() Varargs Overloads: Common Issues and Solutions

0 views

7 months ago

The Debug Zone
Understanding Map.of in Java: Why Null Keys and Values Are Not Allowed

In this video, we delve into the intricacies of the `Map.of` method in Java, a powerful feature introduced in Java 9 that simplifies the ...

2:18
Understanding Map.of in Java: Why Null Keys and Values Are Not Allowed

1 view

9 months ago

Carlos Chacin
🛑️ Stop Eager Initialization! Java 25 Stable Values Explained

Java 25's Stable Values (JEP 502) solve a critical performance problem: slow application startup caused by eager initialization.

10:09
🛑️ Stop Eager Initialization! Java 25 Stable Values Explained

141 views

8 months ago

The Coding Gopher
99% of Developers Don't Get PostgreSQL

Check out Supabase: https://supabase.plug.dev/qnxeTMY ❤️ Get 40% OFF CodeCrafters: ...

12:40
99% of Developers Don't Get PostgreSQL

289,642 views

8 months ago

Coding with Minmer
Range Sum Query || Leetcode 303 || 1 Variant that Big Tech Asks

Discover the actual variant Big Tech asks on Leetcode problem 303: Range Sum Query. Timestamps: 00:00 Leetcode Overview ...

19:36
Range Sum Query || Leetcode 303 || 1 Variant that Big Tech Asks

2,926 views

9 months ago

The Debug Zone
Jackson xml module: deserializing immutable type with a @JacksonXmlText property

Today's Topic: Jackson xml module: deserializing immutable type with a @Jackson22Sjtt Thanks for taking the time to learn more.

3:37
Jackson xml module: deserializing immutable type with a @JacksonXmlText property

1 view

5 months ago

Otavio Santana
AI Integration with NoSQL: Implementing the AI Planning Pattern in Java 🚀

We also examine the architectural differences and trade-offs of utilizing immutable Java Records alongside classic mutable ...

11:02
AI Integration with NoSQL: Implementing the AI Planning Pattern in Java 🚀

25 views

13 days ago

Roel Van de Paar
Immutable objects builder

Immutable objects builder Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:11
Immutable objects builder

2 views

2 months ago

The Debug Zone
Understanding Mutable Const in Programming: Key Concepts and Examples

In this video, we delve into the intriguing concept of mutable const in programming, a topic that often confuses both beginners and ...

1:54
Understanding Mutable Const in Programming: Key Concepts and Examples

5 views

9 months ago

The Debug Zone
Why Transforming a Variable to a Final One-Element Array Matters in Java

In this video, we delve into the significance of transforming a variable into a final one-element array in Java. This seemingly simple ...

1:53
Why Transforming a Variable to a Final One-Element Array Matters in Java

0 views

11 months ago

JCConf Taiwan
402CD 3 Simplifying Java Build Tooling with Object Oriented Programming by Li Haoyi

Uh hi everyone So this presentation is about Java build tools Um so the motivation for this talk is that although Java is known to be ...

47:43
402CD 3 Simplifying Java Build Tooling with Object Oriented Programming by Li Haoyi

56 views

7 months ago

Geoffrey Schmit
02.02: Javascript introduction continued.

Web Application Frameworks. Naperville North High School, Software Engineering, 2025-2026.

34:45
02.02: Javascript introduction continued.

24 views

7 months ago

Alfa Yohannis
Prototype Design Pattern Explained: Clone Objects to Skip Costly Setup

Stop rebuilding expensive objects from scratch. Learn how the Prototype pattern clones a fully prepared object so every spawn is ...

2:04
Prototype Design Pattern Explained: Clone Objects to Skip Costly Setup

5 views

2 weeks ago

Bulgarian Java User Group
Observing Project Valhalla, Cay Horstmann

Project Valhalla introduces value types into the Java language and virtual machine. Value types can be more efficient since they ...

49:05
Observing Project Valhalla, Cay Horstmann

45 views

8 days ago

Javier Orozco | Observer
Fedora 44 | In-Depth Technical Analysis: Kernel, Desktops, and the Immutable Future

In this video, I'll perform an in-depth technical analysis and general review of Fedora 44, regardless of whether it's the ...

28:35
Fedora 44 | In-Depth Technical Analysis: Kernel, Desktops, and the Immutable Future

2,344 views

1 month ago

Carlos Chacin
🛑️ Stop Using Try-Catch: Java 25 Pattern Matching for Errors

Stop Using Try-Catch: Java 25 Pattern Matching for Errors Stop throwing exceptions in Java and start treating errors as data!

34:21
🛑️ Stop Using Try-Catch: Java 25 Pattern Matching for Errors

284 views

8 months ago