ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

11,926 results

Related queries

iterator java

strategy pattern

observer design pattern

visitor design pattern

java collections

Geekific
The Iterator Pattern Explained and Implemented in Java | Behavioral Design Patterns | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ If you're a Java ...

6:14
The Iterator Pattern Explained and Implemented in Java | Behavioral Design Patterns | Geekific

52,190 views

4 years ago

Christopher Okhravi
Iterator Pattern – Design Patterns (ep 16)

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

1:37:25
Iterator Pattern – Design Patterns (ep 16)

101,802 views

8 years ago

levonog
Iterator - Design Patterns in 5 minutes

Dive into the Iterator Design Pattern in OOP with this comprehensive guide. Learn how iterators provide a way to access the ...

3:58
Iterator - Design Patterns in 5 minutes

4,004 views

1 year ago

Hello Byte
Iterator Design Pattern: Easy Guide for Beginners

In this ByteVigor video, we explore the Iterator Design Pattern, a powerful behavioral design pattern in software development.

2:56
Iterator Design Pattern: Easy Guide for Beginners

3,442 views

1 year ago

Derek Banas
Iterator Design Pattern

Get the Code: http://goo.gl/yODM3 Welcome to my Iterator Design Pattern Tutorial! The iterator design pattern allows you to ...

22:47
Iterator Design Pattern

175,803 views

13 years ago

Java Brains
Iterator pattern explained - Brain Bytes (Java Brains)

In this video, I'll tell you a story of an old man in a village, and before you know it, you'll learn what an iterator pattern is in software ...

8:02
Iterator pattern explained - Brain Bytes (Java Brains)

72,176 views

4 years ago

People also watched

ArjanCodes
I Hate Long If-Elif Chains: This Design Pattern Solved It Once and For All

Learn how to design great software in 7 steps: https://arjan.codes/designguide. If your code is littered with endless if-elif chains ...

15:24
I Hate Long If-Elif Chains: This Design Pattern Solved It Once and For All

304,008 views

2 months ago

ForrestKnight
7 Design Patterns EVERY Developer Should Know

That's what a design pattern is. A repeatable solution to a software engineering problem. Templates that can be applied to ...

23:09
7 Design Patterns EVERY Developer Should Know

920,745 views

1 year ago

BettaTech
7 Design Patterns Every Programmer Should Know

In this video, you'll learn 7 design patterns every programmer should know to write clean, scalable code. Link to the Design ...

14:33
7 Design Patterns Every Programmer Should Know

91,191 views

4 months ago

TodoCode
DESIGN PATTERNS: What are they? And why should you use them?

Design patterns are general and reusable solutions to common problems that arise when designing software. Applying design ...

8:33
DESIGN PATTERNS: What are they? And why should you use them?

18,820 views

2 months ago

Impure Pics
Functional alternatives to every GoF pattern

Let's go through each of the 23 GoF patterns and see which one I actually see being used and what the functional alternatives are ...

1:09:36
Functional alternatives to every GoF pattern

8,883 views

8 days ago

ByteByteGo
Top 7 Most-Used Distributed System Patterns

Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter.: https://blog.bytebytego.com Animation ...

6:14
Top 7 Most-Used Distributed System Patterns

330,232 views

2 years ago

Sweet Codey
Master Low Level Design Patterns | Complete Tutorial 2025

Unlock the power of Design Patterns in Python and take your coding skills to the next level! In this 1+ hour in-depth tutorial, you'll ...

1:09:55
Master Low Level Design Patterns | Complete Tutorial 2025

1,805 views

1 month ago

Programming with Mosh
Design Patterns in Plain English | Mosh Hamedani

Design Patterns tutorial explained in simple words using real-world examples. Ready to master design patterns? - Check out ...

1:20:01
Design Patterns in Plain English | Mosh Hamedani

1,525,966 views

6 years ago

ArjanCodes
The Real Reason the Singleton Pattern Exists

... design patterns, check out this playlist: https://www.youtube.com/playlist?list=PLC0nd42SBTaNf0bVJVd9e2oBV-mcUuxS0 ...

15:31
The Real Reason the Singleton Pattern Exists

39,721 views

3 months ago

freeCodeCamp.org
Master Design Patterns & SOLID Principles in C# - Full OOP Course for Beginners

All 23 "Gang of Four" software design patterns. Github repo: https://github.com/DoableDanny/Design-Patterns-in-C-Sharp ...

11:46:54
Master Design Patterns & SOLID Principles in C# - Full OOP Course for Beginners

259,091 views

1 year ago

Packt
Learn Design Patterns with Java : Iterator Design Pattern | packtpub.com

This video tutorial has been taken from Learn Design Patterns with Java. You can learn more and buy the full video course here ...

8:05
Learn Design Patterns with Java : Iterator Design Pattern | packtpub.com

329 views

7 years ago

TutorialsPoint
Iterator Design Pattern

Iterator Design Pattern Watch more Videos at https://www.tutorialspoint.com/videotutorials/index.htm Lecture By: Mr. Arnab ...

6:07
Iterator Design Pattern

14,694 views

7 years ago

Raw Coding
Iterator Design Pattern (C#)

The iterator design pattern explained with examples in code. Patreon https://www.patreon.com/raw_coding Courses ...

8:30
Iterator Design Pattern (C#)

9,091 views

4 years ago

Mike Shah
Design Patterns - Iterator Pattern Explanation and usage with STL in C++

Software Design and Design Patterns Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd9wBflF0f6ynlDQuaeKYzyc ...

17:59
Design Patterns - Iterator Pattern Explanation and usage with STL in C++

4,120 views

4 years ago

Coder Army
Iterator Design Pattern | UML + Code | System Design

Welcome to Lecture 29 of the Ultimate Low-Level Design (LLD) Series by Coder Army! Sixth week for #lowleveldesign ...

40:09
Iterator Design Pattern | UML + Code | System Design

4,501 views

6 months ago

Daily Code Buffer
Iterator Design Pattern in detail | Interview Question

Head to https://cutt.ly/spring_micro and use Coupon Code SUPER70 to get 70% off the course. Iterator is a behavioral design ...

5:26
Iterator Design Pattern in detail | Interview Question

9,454 views

2 years ago

levonog
Design Patterns: The Movie

Dive deep into the world of Object-Oriented Programming (OOP) as we unravel the essence of all 23 design patterns!

1:23:12
Design Patterns: The Movie

48,053 views

1 year ago

Fireship
10 Design Patterns Explained in 10 Minutes

Software design patterns help developers to solve common recurring problems with code. Let's explore 10 patterns from the ...

11:04
10 Design Patterns Explained in 10 Minutes

2,710,876 views

3 years ago

codeWithAryan
Iterator Pattern Tutorial 🔄 | Iterate Collections Like a Pro ⭐

Article - https://codewitharyan.com/system-design/low-level-design Structured DSA (Basics to Advanced) Practice ...

11:32
Iterator Pattern Tutorial 🔄 | Iterate Collections Like a Pro ⭐

4,965 views

9 months ago

Big Brain Coding
Iterator Pattern | Design Patterns #8

Theory: https://bigbraincoding.pages.dev/Design-Patterns/Behavioral/Iterator-Pattern Code: ...

4:43
Iterator Pattern | Design Patterns #8

41 views

1 year ago

SBCODE
Iterator Design Pattern in Python

Iterator Design Pattern Article : https://medium.com/@sean_bradley/iterator-design-pattern-54655e97552c Design Patterns In ...

5:26
Iterator Design Pattern in Python

1,937 views

6 years ago

SingletonSean
Iterator Pattern - DESIGN PATTERNS (C#/.NET)

Learn about the iterator pattern, which is a behavioral pattern that allows clients to traverse collections without knowing about the ...

18:04
Iterator Pattern - DESIGN PATTERNS (C#/.NET)

2,891 views

2 years ago

Ram N Java
Iterator Design Pattern Explained: Introduction and Fundamentals

Welcome to our channel! In this video, we'll introduce you to the Iterator design pattern, a behavioral pattern used in software ...

2:54
Iterator Design Pattern Explained: Introduction and Fundamentals

21,033 views

12 years ago