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
195 results
Learn the Composite design pattern in Java and treat single objects and whole groups exactly the same way through one uniform ...
1 view
1 month ago
2 views
2 weeks ago
Contents: 00:43 A Simple Long Loop 02:28 Large Numbers with BigInteger 04:06 Naive Recursion 05:21 Recursion with Memory 06:46 ...
50 views
0 views
5 days ago
... as thread pools, synchronizers, and thread-safe data structures, making parallel programming simpler, more elegant, and safer.
52 views
3 weeks ago
Tired of tangled if/else chains that break every time you add a new mode? The State pattern lets an object change its behavior ...
16 views
Learn how the Chain of Responsibility design pattern passes a request along a chain of handlers until one handles it—using a ...
5 views
Discover the actual variant Big Tech asks for Designing Data Structures. Timestamps: 00:00 Intro 04:34 Explanation 15:11 Edge ...
141 views
8 days ago
In this video, I walk you through the Java Checkers game my friend and I built for our college CS assignment — fully from scratch.
109 views
Durante los últimos años, Java ha incorporado características como Records, Sealed Classes/Interfaces y Pattern Matching, que ...
24 views
4 days ago
Contents: 00:13 List, Set, and Map 00:43 Example Data 01:14 Iterating over Elements with forEach 01:29 Stream API: A Common ...
150 views
Learn the Facade design pattern by building a Home Theater system in Java—turn a tangled mess of subsystem calls into one ...
6 views
4 weeks ago
Java: A fractal algorithm shows prime number patterning ✧ I really hope you found a helpful solution! ♡ The Content is licensed ...
In this video, we break down the absolute best approach to handling complex data filtering and queries inside a RESTful Java ...
271 views
12 days ago
JavaFX ListView programmatic selection scroll only when item is outside visible range (2 SOLUTIONS!! ✧ I really hope you found ...
3 views
13 days ago
I covered all subclasses of a sealed class in a switch expression, but the Java compiler still claim ✧ I really hope you found a ...
amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! Can a Java Static method be ...
Leetcode #2277.
23 views
How Can I call a diferent function for each element stream in Java 8? Helpful? Please use the *Thanks* button above! Or, thank ...
7 views
... pattern decouples traversal from a collection's underlying data structure and keeps client code stable across storage changes.