ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

47 results

Edgars Garsneks
Java Pattern Matching

Pattern matching in Java is a great feature that reduces a lot of boilerplate. Even hated switch statements have become better with ...

1:38
Java Pattern Matching

222 views

8 months ago

Paris JUG
2024/09/10 - The Art of Java Language Pattern Matching

https://www.parisjug.org/events/2024/09-10-azul/ The Art of Java Language Pattern Matching The goal of project Amber within ...

49:08
2024/09/10 - The Art of Java Language Pattern Matching

128 views

10 months 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

183 views

3 months ago

Coding wala Shree
Primitive Types in Pattern Matching - instanceof and switch | Java 25 | JEP 507

Java 25 just gave instanceof and switch a massive upgrade! In this clip, we look at JEP 507: Primitive Types in Patterns.

1:54
Primitive Types in Pattern Matching - instanceof and switch | Java 25 | JEP 507

14 views

9 days ago

Nida Karagoz
Why does pattern matching with switch on InetAddress fail with 'does not cover all possible input va

Why does pattern matching with switch on InetAddress fail with 'does not cover all possible input va ✧ I really hope you found a ...

1:30
Why does pattern matching with switch on InetAddress fail with 'does not cover all possible input va

0 views

10 months ago

Nida Karagoz
Why does using instanceof pattern matching on a record field with a switch expression in the same me

Why does using instanceof pattern matching on a record field with a switch expression in the same me ✧ I really hope you found ...

3:12
Why does using instanceof pattern matching on a record field with a switch expression in the same me

2 views

7 months ago

Carlos Chacin
This Pattern Made Card Design SO Easy (Skull King Ep. 8)

Java OOP Tutorial: Designing a card hierarchy with interfaces and inheritance! In this Java 25 TDD episode, I build the Escape ...

41:36
This Pattern Made Card Design SO Easy (Skull King Ep. 8)

42 views

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

130 views

2 months ago

Engineering Community
Java 21 New Features by Volodymyr Kaidash

Agenda: - Why Java 21? - Java Enhancement Proposal - Record Patterns - Pattern Matching for Switch - Sequenced Collections ...

38:03
Java 21 New Features by Volodymyr Kaidash

154 views

9 months ago

Commit Conf
Antonio Muñoz: Construyendo DSLs en Java: Aprovechando las Nuevas Herramientas del Lenguaje

Te gustaría crear herramientas que hablen el mismo lenguaje que el problema que intentas resolver? En esta charla ...

45:10
Antonio Muñoz: Construyendo DSLs en Java: Aprovechando las Nuevas Herramientas del Lenguaje

97 views

6 months ago

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

151 views

2 months ago

Carlos Chacin
Writing Tests Before Code — Does It Actually Work? (Skull King Ep. 2)

Java TDD Tutorial: Designing the Player class with Test-Driven Development! In this Java 25 programming episode, we build ...

15:55
Writing Tests Before Code — Does It Actually Work? (Skull King Ep. 2)

43 views

2 weeks ago

DevConf
The Future of Java is Today - DevConf.CZ 2025

This includes value classes for the Java virtual machine and improvements to the pattern matching for Java. These features are ...

34:09
The Future of Java is Today - DevConf.CZ 2025

35 views

6 months ago

PixelStacks Academy
Top 10 Design Pattern Interview Questions

Preparing for a software developer interview? Here are the Top 10 Design Pattern Interview Questions you must know before ...

0:18
Top 10 Design Pattern Interview Questions

312 views

2 months ago

Carlos Chacin
My Code Broke Everything — Here's How I Fixed It (Skull King Ep. 3)

Java Error Handling Tutorial: My Result[T] implementation failed! In this Java 25 TDD episode, I show you why my custom error ...

25:51
My Code Broke Everything — Here's How I Fixed It (Skull King Ep. 3)

29 views

2 weeks ago

Coding wala Shree
🔥 Java 24 is Here!🔥 Important Features You Must Know with Code Demos!

Java 24 is here! This release introduces powerful new features, making Java more efficient, secure, and developer-friendly. In this ...

31:13
🔥 Java 24 is Here!🔥 Important Features You Must Know with Code Demos!

406 views

9 months ago

ConfEngine
Is Java 24 a Functional Programming Language? by Ben Evans #FnConf 2025

Our topics include things such as Java's version of algebraic data types, the increasing power of Java pattern matching and ...

47:16
Is Java 24 a Functional Programming Language? by Ben Evans #FnConf 2025

239 views

10 months ago

PixelStacks Academy
System Design Patterns You Must Know

Want to master System Design and ace your next developer interview? Here are the most important System Design Patterns ...

0:36
System Design Patterns You Must Know

67 views

2 months ago

Carlos Chacin
I was able to fix MY MISTAKE: Java TDD (Skull King Ep. 6)

Java Error Handling Tutorial: Building a custom Result[T] type without Vavr! In this Java 25 TDD episode, I remove the Vavr ...

28:27
I was able to fix MY MISTAKE: Java TDD (Skull King Ep. 6)

49 views

12 days ago

Carlos Chacin
Java 25 TDD Series: Let's Build Skull King Together (Ep. 1)

Java 25 TDD Tutorial: Building a card game from scratch! In this Java programming series, I'm creating Skull King using ...

11:59
Java 25 TDD Series: Let's Build Skull King Together (Ep. 1)

72 views

2 weeks ago