ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

11,631 results

Java
Pattern Matching in Java: Better Code, Better APIs

Join us for JavaOne 2026. Sign up now to get ongoing updates https://go.oracle.com/LP=149517 Switch and instanceof have ...

37:32
Pattern Matching in Java: Better Code, Better APIs

20,208 views

7 months ago

Java
The Elegance of Pattern Matching in Modern Java

JavaOne is back! ➱ https://oracle.com/javaone This presentation will examine the evolution of switch from a statement to an ...

29:40
The Elegance of Pattern Matching in Modern Java

13,950 views

3 years ago

Java
Pattern Matching in Java - Past, Present, Future

_`switch` and `instanceof` have been the gates of data introspection in Java since 1.0. In modern times, the same constructs have ...

54:07
Pattern Matching in Java - Past, Present, Future

10,893 views

1 year ago

Java
Java 21 Pattern Matching Tutorial #RoadTo21

Java 21 is the first Java release with all essential pattern matching features finalized: sealed types and type patterns in an ...

23:28
Java 21 Pattern Matching Tutorial #RoadTo21

30,245 views

2 years ago

Developer Summit
Pattern Matching in Java by Venkat Subramaniam

We all have written our share of mundane, repetetive if-else statements that becomes hard to read, understand, and maintain.

1:01:22
Pattern Matching in Java by Venkat Subramaniam

2,256 views

1 year ago

Java
Pattern Matching, Under the Microscope

Project Amber has introduced pattern matching into the Java language, improving both safety and expressiveness of our ...

50:10
Pattern Matching, Under the Microscope

5,399 views

2 months ago

Java
“Pattern Matching” with Gavin Bierman - Inside Java Podcast 17

Java #OpenJDK #JDK17 In this Inside Java Podcast episode, David discusses with Gavin Bierman a new set of Java language ...

41:25
“Pattern Matching” with Gavin Bierman - Inside Java Podcast 17

2,401 views

4 years ago

Devoxx
The Art of Java Language Pattern Matching by Simon Ritter

The goal of project Amber within OpenJDK is to explore the inclusion of smaller, productivity-oriented Java language features.

41:34
The Art of Java Language Pattern Matching by Simon Ritter

2,595 views

2 years ago

Java
Pattern Matching with Brian Goetz

This talk highlights the pain points that need to be solved in order to implement the pattern matching in Java and proposes ways to ...

53:36
Pattern Matching with Brian Goetz

15,656 views

8 years ago

GlobalLogicUkraine
Oleksandr Navka Pattern Matching in Java 1

This webinar by Oleksandr Navka (Lead Software Engineer, Consultant, GlobalLogic) was delivered at Java Community Webinar ...

53:45
Oleksandr Navka Pattern Matching in Java 1

497 views

5 years ago

Developer Summit
The Art of Java Language Pattern Matching -  Simon Ritter

Project Amber within OpenJDK focuses on introducing smaller, productivity-oriented Java language features. One key area of ...

54:43
The Art of Java Language Pattern Matching - Simon Ritter

64 views

7 months ago

Java
Pattern Matching in Java 17 and Beyond

Pattern Matching is finding its way into Java, one step at a time, along three paths: patterns, switch improvements, sealed classes.

27:02
Pattern Matching in Java 17 and Beyond

9,871 views

4 years ago

Engineering Community
Pattern matching in Modern Java by Jorge Vargas

This presentation will examine the evolution of switch from a statement to an expression and on to powerful pattern-matching ...

44:42
Pattern matching in Modern Java by Jorge Vargas

257 views

3 years ago

Devoxx
The Art of Java Language Pattern Matching by Simon Ritter

The goal of project Amber within OpenJDK is to explore the inclusion of smaller, productivity-oriented Java language features.

50:22
The Art of Java Language Pattern Matching by Simon Ritter

2,879 views

3 years ago

Devoxx
Value types and Pattern matching: bringing your data back on stage By José Paumard, Remi Forax

Data modeling is one thing in Java that didn't change much in the last 20 years when generics and enumerations were introduced ...

2:40:40
Value types and Pattern matching: bringing your data back on stage By José Paumard, Remi Forax

2,328 views

2 years ago

NeetCode
Regular Expression Matching - Dynamic Programming Top-Down Memoization - Leetcode 10

https://neetcode.io/ - A better way to prepare for Coding Interviews Twitter: https://twitter.com/neetcode1 Discord: ...

27:56
Regular Expression Matching - Dynamic Programming Top-Down Memoization - Leetcode 10

224,283 views

4 years ago

Devoxx
The New Java Best Practices by  Stephen Colebourne

Java evolves. And so must our Best Practices. Because it is not enough to simply learn the new features, we must learn how to ...

47:36
The New Java Best Practices by Stephen Colebourne

38,386 views

2 months ago

life michael
Pattern Matching in Java [Free Meetup]

This is the video that was captured during the meetup we had about Pattern Matching in Java. You can find more information ...

27:02
Pattern Matching in Java [Free Meetup]

36 views

9 months ago

Java
Optimizing your equals() methods with Pattern Matching - JEP Cafe #21

How can you write simple and performant equals() methods for your Java classes: the full tutorial. Usually you do not write your ...

32:56
Optimizing your equals() methods with Pattern Matching - JEP Cafe #21

19,460 views

2 years 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

126 views

9 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

173 views

2 months ago

NYJavaSIG
Pattern Matching for Java

Pattern Matching is already known to Java Developers. Over time, the Java language has expanded its pattern matching ...

1:06:46
Pattern Matching for Java

321 views

Streamed 3 years ago

Devoxx
The Art of Java Language Pattern Matching | Simon Ritter | Devoxx Ukraine 2023

Simon Ritter, Deputy CTO @Azul https://twitter.com/speakjava ☑ Website: https://devoxx.com.ua/ ☑ Facebook: ...

56:08
The Art of Java Language Pattern Matching | Simon Ritter | Devoxx Ukraine 2023

1,323 views

2 years ago

Devoxx
Clean Code with Records, Sealed Classes and Pattern Matching by José Paumard

The releases of the JDK 17 to 19 bring interesting features in the Java language: sealed types, pattern matching for switch (as a ...

48:51
Clean Code with Records, Sealed Classes and Pattern Matching by José Paumard

29,671 views

3 years ago

Kotlin by JetBrains
But Java has pattern matching!

Inspecting data is an important task in every piece code we problem. Pattern matching is a powerful solution to this problem, and ...

1:15:03
But Java has pattern matching!

5,991 views

Streamed 1 year ago