ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

731 results

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,522 views

2 years ago

Pyari Programming
Space pattern using java | Program to display space pattern | Tricks for space pattern

This video will help the students to learn: 1) What is space pattern? 2) How to display display space at the beginning of the pattern ...

20:03
Space pattern using java | Program to display space pattern | Tricks for space pattern

435 views

1 year ago

Java
Refactoring Java 8 code with Java 17 new features - JEP Café #9

How to use the new features from Java 17, especially Records, to improve your Java 8 code. Do you need to make your code ...

25:08
Refactoring Java 8 code with Java 17 new features - JEP Café #9

70,561 views

4 years ago

Java
Data Oriented Programming in Java 21, Solving the Countdown game - JEP Cafe #22

In this JEP Café, we will use a lot of the new features added to the JDK in the context of the Data Oriented Programming support: ...

34:10
Data Oriented Programming in Java 21, Solving the Countdown game - JEP Cafe #22

29,545 views

2 years 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,698 views

2 years ago

Neural Cipher
Master Java Pattern Questions | Easy Step-by-Step for Beginners | Part-2

Welcome to Neural Cipher! In this video, we solve Pattern Printing Questions in Java (Part-2) with clear explanations ...

30:11
Master Java Pattern Questions | Easy Step-by-Step for Beginners | Part-2

113 views

3 months ago

Java
All New Java Language Features Since Java 21 #RoadTo25

Java 25 ships with a number of new language features, many of which fit under the umbrella of data-oriented programming, ...

35:09
All New Java Language Features Since Java 21 #RoadTo25

43,834 views

5 months ago

Java
Java 21 New Feature: Sequenced Collections - JEP Cafe #19

Learn the principles of the Sequenced Collections, Sets, and Maps, a new feature introduced in JDK 21. Sequenced Collections ...

20:10
Java 21 New Feature: Sequenced Collections - JEP Cafe #19

30,227 views

2 years ago

Neural Cipher
✅ Master Java Pattern Questions | Easy Step-by-Step for Beginners | Part-1 #javaprogramming #java

Welcome to Neural Cipher! In this video, we solve Pattern Printing Questions in Java (Part-1) with clear explanations ...

25:25
✅ Master Java Pattern Questions | Easy Step-by-Step for Beginners | Part-1 #javaprogramming #java

109 views

3 months ago

Jeremy Chone
Rust Programming: The Ultimate Builder Pattern Tutorial

Rust Programming Builder patterns tutorial and constructors patterns as well. We will also outline the pros & cons between the ...

20:22
Rust Programming: The Ultimate Builder Pattern Tutorial

45,728 views

3 years ago

Tales from the jar side
Ranking Java Features Added from Versions 8 to 21!

Ranking Java Features from Java 8 to 21 | Ken Kousen's Ultimate Tier List Join Ken Kousen in 'Tales from the Jar Side' as he ...

27:03
Ranking Java Features Added from Versions 8 to 21!

45,107 views

1 year ago

Perdita Stevens
patterns

And I hope to illustrate that as we talk about these patterns today. So let's jump straight in with what is perhaps the simplest pattern ...

33:14
patterns

470 views

4 years ago

Corey Schafer
Regular Expressions (Regex) Tutorial: How to Match Any Pattern of Text

In this regular expressions (regex) tutorial, we're going to be learning how to match patterns of text. Regular expressions are ...

37:55
Regular Expressions (Regex) Tutorial: How to Match Any Pattern of Text

1,347,222 views

8 years ago

Coding Tutorials
The Composite Pattern

What's the difference between a tree, a trunk, a branch, a twig and a leaf? With the Composite Pattern, very little. Source code ...

24:38
The Composite Pattern

2,578 views

4 years ago

Yegor Bugayenko
RAII in Java (Webinar #52)

Resource Acquisition Is Initialization (RAII) is a design idea introduced in C++ by Bjarne Stroustrup for exception-safe resource ...

37:37
RAII in Java (Webinar #52)

2,282 views

Streamed 5 years ago

Java Ninja
Abstract Factory Pattern in Java with code example #designpatterns #abstractfactory

In this video, I have explained the abstract factory pattern in detail. GitHub link for code:- ...

20:26
Abstract Factory Pattern in Java with code example #designpatterns #abstractfactory

66 views

1 year ago

TechStack9
What is Singleton Design Pattern In Java | Singleton Class | 6 Different implementations

This video covers the following: 1. What is a Design Pattern 2. Use of Design Pattern 3. What is Singleton Design Pattern 4.

20:47
What is Singleton Design Pattern In Java | Singleton Class | 6 Different implementations

8,123 views

4 years ago

Debug Agent
Modern Java Threading Part 2 | StampedLock, ReentrantReadWriteLock

In this installment of the course we continue the talk about java threading in the modern world. Java was the first major language ...

20:42
Modern Java Threading Part 2 | StampedLock, ReentrantReadWriteLock

724 views

2 years ago

Java
Leverage Java 17 New Features to Create Your Wordle Checker - JEP Café #10

How to use Java 17 new features, i.e. Records, Switch Expression and Pattern Matching for Switch (a preview feature of JDK 17) ...

37:56
Leverage Java 17 New Features to Create Your Wordle Checker - JEP Café #10

14,088 views

3 years ago

Christopher Okhravi
Adapter Pattern – Design Patterns (ep 8)

Video series on Design Patterns for Object Oriented Languages. This time we look at the Adapter Pattern. BUY MY BOOK: ...

26:36
Adapter Pattern – Design Patterns (ep 8)

262,448 views

8 years ago

IIT Roorkee July 2018
Lecture 48: Factory Pattern in Java

... circle when you're running the code you will get the output drawing circle right so this is how the factory pattern in Java works so ...

31:06
Lecture 48: Factory Pattern in Java

806 views

11 months ago

CodeHelp - by Babbar
Lecture22: All about Char Arrays, Strings & solving LeetCode Questions

In this Video, we are going to learn about char arrays, strings and solve the following questions: - Length of String - Reverse a ...

1:53:20
Lecture22: All about Char Arrays, Strings & solving LeetCode Questions

1,372,419 views

4 years ago

Java
Learn how to write fast Java code with the Vector API - JEP Café #18

The Vector API can tremendously speed up computations by using the SIMD capabilities of your CPU. Learn how parallel ...

27:48
Learn how to write fast Java code with the Vector API - JEP Café #18

25,717 views

2 years ago

CS50
Pattern Matching with Regular Expressions

Regular expressions is primarily a tool, but also sometimes used in code actively to essentially match patterns and strings.

26:01
Pattern Matching with Regular Expressions

12,892 views

13 years ago

CodeCraft with Pankaj
Command Pattern

Video Description: Command Pattern - Behavioral Design Pattern in Java Welcome to today's session on the Command ...

31:11
Command Pattern

12 views

7 months ago