ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

195 results

Alfa Yohannis
Composite Pattern in Java: Build Tree Structures with One Uniform Interface

Learn the Composite design pattern in Java and treat single objects and whole groups exactly the same way through one uniform ...

2:07
Composite Pattern in Java: Build Tree Structures with One Uniform Interface

1 view

1 month ago

fariz daniel
STIAK1124 DATA STRUCTURES AND ALGORITHM ANALYSIS GROUP PROJECT
9:59
STIAK1124 DATA STRUCTURES AND ALGORITHM ANALYSIS GROUP PROJECT

2 views

2 weeks ago

devmark_ru
Fibonacci Algorithm in Java: 5 Implementations from Loops to Recursion

Contents: 00:43 A Simple Long Loop 02:28 Large Numbers with BigInteger 04:06 Naive Recursion 05:21 Recursion with Memory 06:46 ...

8:44
Fibonacci Algorithm in Java: 5 Implementations from Loops to Recursion

50 views

2 weeks ago

David Bunde
Sample first lecture on fork/join framework in Java for CS2
49:58
Sample first lecture on fork/join framework in Java for CS2

0 views

5 days ago

Bulgarian Java User Group
Visualizing the Java Concurrency API, Christian Heitzmann

... as thread pools, synchronizers, and thread-safe data structures, making parallel programming simpler, more elegant, and safer.

50:13
Visualizing the Java Concurrency API, Christian Heitzmann

52 views

3 weeks ago

Alfa Yohannis
State Pattern Explained: Clean Up Conditionals with State Objects (Java Example)

Tired of tangled if/else chains that break every time you add a new mode? The State pattern lets an object change its behavior ...

2:12
State Pattern Explained: Clean Up Conditionals with State Objects (Java Example)

16 views

2 weeks ago

Alfa Yohannis
Chain of Responsibility Pattern in Java: Approval Chain Tutorial

Learn how the Chain of Responsibility design pattern passes a request along a chain of handlers until one handles it—using a ...

2:07
Chain of Responsibility Pattern in Java: Approval Chain Tutorial

5 views

3 weeks ago

Coding with Minmer
What Big Tech actually asks for Designing Data Structures || TALLY SERVICE

Discover the actual variant Big Tech asks for Designing Data Structures. Timestamps: 00:00 Intro 04:34 Explanation 15:11 Edge ...

19:43
What Big Tech actually asks for Designing Data Structures || TALLY SERVICE

141 views

8 days ago

Still Figuring It Out
We Built a Java Checkers Game for Our CS Assignment (Here's How) ⬛🟪🔴

In this video, I walk you through the Java Checkers game my friend and I built for our college CS assignment — fully from scratch.

3:52
We Built a Java Checkers Game for Our CS Assignment (Here's How) ⬛🟪🔴

109 views

2 weeks ago

Commit Conf and Sirviendo Código
Toni Muñoz - Functional Core, Imperative Shell en Java 25

Durante los últimos años, Java ha incorporado características como Records, Sealed Classes/Interfaces y Pattern Matching, que ...

43:00
Toni Muñoz - Functional Core, Imperative Shell en Java 25

24 views

4 days ago

devmark_ru
Java Collections Made Simple: List, Set, Map, and Stream API in 7 Minutes

Contents: 00:13 List, Set, and Map 00:43 Example Data 01:14 Iterating over Elements with forEach 01:29 Stream API: A Common ...

7:08
Java Collections Made Simple: List, Set, Map, and Stream API in 7 Minutes

150 views

2 weeks ago

Alfa Yohannis
Facade Design Pattern Explained with Java Home Theater Example

Learn the Facade design pattern by building a Home Theater system in Java—turn a tangled mess of subsystem calls into one ...

2:25
Facade Design Pattern Explained with Java Home Theater Example

6 views

4 weeks ago

Nida Karagoz
Java: A fractal algorithm shows prime number patterning

Java: A fractal algorithm shows prime number patterning ✧ I really hope you found a helpful solution! ♡ The Content is licensed ...

5:20
Java: A fractal algorithm shows prime number patterning

1 view

2 weeks ago

Otavio Santana
How to Use the New HTTP QUERY Method in Java REST APIs 🚀

In this video, we break down the absolute best approach to handling complex data filtering and queries inside a RESTful Java ...

14:01
How to Use the New HTTP QUERY Method in Java REST APIs 🚀

271 views

12 days ago

Nida Karagoz
JavaFX ListView programmatic selection scroll only when item is outside visible range (2 SOLUTIONS!!

JavaFX ListView programmatic selection scroll only when item is outside visible range (2 SOLUTIONS!! ✧ I really hope you found ...

2:52
JavaFX ListView programmatic selection scroll only when item is outside visible range (2 SOLUTIONS!!

3 views

13 days ago

Nida Karagoz
I covered all subclasses of a sealed class in a switch expression, but the Java compiler still claim

I covered all subclasses of a sealed class in a switch expression, but the Java compiler still claim ✧ I really hope you found a ...

1:45
I covered all subclasses of a sealed class in a switch expression, but the Java compiler still claim

0 views

2 weeks ago

Roel Van de Paar
Can a Java Static method be visualised as, a function in python + a instance method with the...

amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! Can a Java Static method be ...

2:40
Can a Java Static method be visualised as, a function in python + a instance method with the...

2 views

2 weeks ago

Owen Wu
Closest Node to Path in Tree

Leetcode #2277.

12:29
Closest Node to Path in Tree

23 views

3 weeks ago

Roel Van de Paar
How Can I call a diferent function for each element stream in Java 8? (2 Solutions!!)

How Can I call a diferent function for each element stream in Java 8? Helpful? Please use the *Thanks* button above! Or, thank ...

3:25
How Can I call a diferent function for each element stream in Java 8? (2 Solutions!!)

7 views

8 days ago

Alfa Yohannis
Iterator Design Pattern Explained: Traverse Collections Without Exposing Internals

... pattern decouples traversal from a collection's underlying data structure and keeps client code stable across storage changes.

2:16
Iterator Design Pattern Explained: Traverse Collections Without Exposing Internals

3 views

2 weeks ago