Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
191 results
A java walk-through of the strategy pattern, with code example, UML Diagrams and pros and cons discussion.
269 views
13 years ago
StringJoiner Class in Java 8 Interview questions. One of the best book for Interview Questions Top 1000 Java Interview Questions ...
7,648 views
5 years ago
The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...
21,421 views
6 years ago
This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...
30 views
4 years ago
Calculating days until the user's next birthday.
639 views
8 years ago
Interceptors are a pattern in the Clojure community that help with state management, error handling, and asynchronous ...
707 views
3 years ago
In this video, the Message Endpoint software design pattern is explained. Message Endpoint: Provide functionality to send and ...
737 views
Java Builder is a pattern that can help you to create complex objects. Every time we create a new instance model, we must ensure ...
2,160 views
This stream is (probably) the last segment in our journey into porting Java's ConcurrentHashMap to Rust. We start writing some ...
11,039 views
Extremely Defensive Coding by Sam Phippen Defensive programming is one of those abstract ideas that seems great but is often ...
1,585 views
10 years ago
Regex – or regular expressions – are a method of searching for data that matches a wide variety of criteria. For more on this topic ...
389 views
9 years ago
Learn about strings in JavaScript. Learn about variables and loops. Understand declarative vs. imperative programming. Watch ...
1,822 views
This video explains builder design patter along with real time project usage. One of the best book for Interview Questions Top ...
6,618 views
Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
97 views
The break statement lets you exit a loop from the middle; the continue statement takes you to the next iteration of a loop. This is ...
196 views
108 views
21 views
Regular expressions is primarily a tool, but also sometimes used in code actively to essentially match patterns and strings.
12,909 views
26 views
This post will explain more about the Java record feature, what it is, and how to apply it in several cases beyond DTOs.
1,572 views