ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

761 results

JavaJourneyWithMadhavi
Lesson 70 - Strings - Part 12 - Encode-Decode and Pattern Programs - Programming Logic 16

In this video, Encode, Decode program and Pattern program using Strings are explained in Java Environment Link to the Book ...

29:14
Lesson 70 - Strings - Part 12 - Encode-Decode and Pattern Programs - Programming Logic 16

11 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,631 views

2 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,840 views

8 years ago

IIT Roorkee July 2018
Lecture 46: Design Patterns

... so this class has a single shared instance so now in this program so what we do the implementation of single ton pattern in Java ...

28:44
Lecture 46: Design Patterns

1,247 views

1 year 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,099 views

4 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,765 views

2 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,589 views

4 years ago

Kunal Kushwaha
Cycle Sort - Amazon, Google, Microsoft Interview Questions

One of the most important video for Amazon, Google and Microsoft interviews where we cover the cyclic sort algorithm and solve ...

1:35:32
Cycle Sort - Amazon, Google, Microsoft Interview Questions

561,908 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,283 views

Streamed 5 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,349,026 views

8 years ago

Programmer ONE - Sumit Tiwari - SoftEthics
Pattern programs in Java | Hindi | Solve any pattern program | One logic for all patterns|softethics

Welcome to "Master ASCII Patterns with ONE Java Logic!" In this engaging tutorial, I'll show you how to simplify ASCII pattern ...

24:40
Pattern programs in Java | Hindi | Solve any pattern program | One logic for all patterns|softethics

5,936 views

1 year 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,627 views

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

4 years ago

codestorywithMIK
132 Pattern | Intuition explained | Brute Force | Better | Optimal  | META | AMAZON | Leetcode - 456

iPAD PDF Notes ...

31:38
132 Pattern | Intuition explained | Brute Force | Better | Optimal | META | AMAZON | Leetcode - 456

17,593 views

2 years ago

Yegor Bugayenko
The Pain of OOP, Lecture #7: Reflection and Type Casting [object oriented programming crash course]

A lecture for BSc students in Innopolis University. The slides are here: https://github.com/yegor256/painofoop (in LaTeX and PDF) ...

1:19:07
The Pain of OOP, Lecture #7: Reflection and Type Casting [object oriented programming crash course]

3,521 views

2 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,820 views

2 years ago

Otavio Santana
Java Builder Pattern and Fluent-API - how to create complex objects with Java

Java Builder is a pattern that can help you to create complex objects. Every time we create a new instance model, we must ensure ...

21:29
Java Builder Pattern and Fluent-API - how to create complex objects with Java

2,132 views

3 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

809 views

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

69 views

1 year ago

IIT Roorkee July 2018
Lecture 49: Observer Pattern

... lecture I talked about Observer pattern in C++ and in today's lecture I'll start with the implementation of Observer pattern in Java ...

26:33
Lecture 49: Observer Pattern

768 views

1 year ago