ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

279 results

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

11 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

209 views

4 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)

49 views

1 month ago

Coding wala Shree
super() and this() Rules are FINALLY DEAD! | JEP 513 | Java 25 - Flexible Constructor Bodies

For 25 years, we've been forced to make this() / super() the first statement in a constructor. No more. In Java 25, JEP 513 ...

2:15
super() and this() Rules are FINALLY DEAD! | JEP 513 | Java 25 - Flexible Constructor Bodies

65 views

1 month ago

SwegEd
Builder Pattern for Java – Clearly explained!

Video about the Builder Pattern in Java as part of Software Engineering Education (SwegEd). We answer the following questions: ...

20:12
Builder Pattern for Java – Clearly explained!

39 views

2 months ago

The Debug Zone
Implementing Factory Design Pattern in Java: A Complete Guide and Solutions

In this video, we delve into the Factory Design Pattern, a fundamental concept in object-oriented programming that promotes ...

4:13
Implementing Factory Design Pattern in Java: A Complete Guide and Solutions

13 views

6 months ago

LadySativa
Java Superfast Recall

Thanks to https://youtu.be/m4-HM_sCvtQ?si=sJmyPrQrRmHFnreu.

0:14
Java Superfast Recall

6 views

11 days ago

CharlesGPT
Java Course 12 (2026): Exception Handling & Regex Made Easy ⚙️

javaprogramming #errorhandling #regex Welcome to Course 12 of our beginner-friendly Java tutorial series! In this video, we ...

36:01
Java Course 12 (2026): Exception Handling & Regex Made Easy ⚙️

9 views

6 months ago

Peter Schneider
Codereview: Simple wildcard pattern matcher in Java

Simple wildcard pattern matcher in Java I hope you found a solution that worked for you :) The Content is licensed under ...

4:16
Codereview: Simple wildcard pattern matcher in Java

3 views

8 months ago

The Debug Zone
How to Parse Strings in Java Using Regex Patterns: A Step-by-Step Guide

In this video, we'll dive into the powerful world of regular expressions (regex) in Java, exploring how to effectively parse strings ...

1:32
How to Parse Strings in Java Using Regex Patterns: A Step-by-Step Guide

4 views

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

11 months ago

The Debug Zone
Java Service Layer vs Repository Pattern: Which to Choose for Your Project?

In this video, we dive into two essential architectural patterns in software development: the Java Service Layer and the Repository ...

1:31
Java Service Layer vs Repository Pattern: Which to Choose for Your Project?

2 views

6 months ago

The Debug Zone
Do java.time.LocalDate and ZonedDateTime Use the Factory Pattern?

In this video, we delve into the fascinating world of Java's date and time API, specifically focusing on `java.time.LocalDate` and ...

1:54
Do java.time.LocalDate and ZonedDateTime Use the Factory Pattern?

0 views

2 months ago

The Debug Zone
Implementing Builder Pattern in Java with Exception Handling Best Practices

In this video, we delve into the Builder Pattern in Java, a powerful design pattern that simplifies the construction of complex objects ...

2:52
Implementing Builder Pattern in Java with Exception Handling Best Practices

2 views

5 months ago

TechByAbhay
Java Star Matrix Pattern | Logic Pattern Program Explained in Hindi | Tech by Abhay

In this video, we will learn Star Matrix Pattern Program in Java step by step. This is a logic based star pattern where stars ...

16:57
Java Star Matrix Pattern | Logic Pattern Program Explained in Hindi | Tech by Abhay

75 views

1 month ago

Peter Schneider
Codereview: Java: prime number envelopes FROM A fractal algorithm shows prime number patterning

Java: prime number envelopes FROM A fractal algorithm shows prime number patterning I hope you found a solution that worked ...

3:35
Codereview: Java: prime number envelopes FROM A fractal algorithm shows prime number patterning

0 views

5 months ago

TechByAbhay
Three Pattern In One Video | Logic Building | Pattern Programs | TechByAbhay 🚀

TechByAbhay 🚀 | Java • Kotlin • Android • DSA in Hindi Welcome to TechByAbhay – a Hindi programming channel focused on Java ...

8:57
Three Pattern In One Video | Logic Building | Pattern Programs | TechByAbhay 🚀

137 views

1 month 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

135 views

4 months ago

Bulgarian Java User Group
Design Patterns with Spring (or any IoC based framework), Ivan Yonkov

It's more than two decades since the wide adoption of IoC based frameworks and J2EE standards had begun. And more ...

44:43
Design Patterns with Spring (or any IoC based framework), Ivan Yonkov

69 views

8 months ago

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

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.

12:05
99% of Developers Don't Get Sockets

494,730 views

9 months ago

Peter Schneider
Codereview: Simple Java program to aggregate lines of a text file

Simple Java program to aggregate lines of a text file I hope you found a solution that worked for you :) The Content is licensed ...

2:37
Codereview: Simple Java program to aggregate lines of a text file

1 view

11 months ago

Julian Mesa
Improve your test writing with the Step Builder pattern in Playwright and Java

In this video, we'll see how to implement the step builder pattern using Playwright and Java. If you like my work, you can ...

14:07
Improve your test writing with the Step Builder pattern in Playwright and Java

320 views

9 months ago

The Debug Zone
Java Nested Builder Pattern: Resolving Duplicate Fields Issue Explained

In this video, we delve into the Java Nested Builder Pattern, a powerful design technique that enhances the construction of ...

2:19
Java Nested Builder Pattern: Resolving Duplicate Fields Issue Explained

1 view

2 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

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

27 views

1 month ago