ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

12,029 results

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,225 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,842 views

8 years 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,461 views

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

13 years ago

People also watched

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

922,854 views

1 year ago

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

305,259 views

2 months 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,526,392 views

6 years ago

ProgrammersHouse
آموزش دیزاین پترن | جلسه 33 - Mediator Pattern | قسمت اول

الگوی طراحی Mediator، یک الگوی طراحی نرم‌افزار از نوع رفتاری (Behavioral Design Pattern) است که برای کاهش وابستگی مستقیم ...

17:39
آموزش دیزاین پترن | جلسه 33 - Mediator Pattern | قسمت اول

75 views

6 days ago

Alex Hyett
5 Design Patterns That Are ACTUALLY Used By Developers

CHAPTERS 00:00 - Introduction 00:37 - What is a Design Pattern? 02:01 - What are the Design Patterns? 03:27 - Strategy Pattern ...

9:27
5 Design Patterns That Are ACTUALLY Used By Developers

425,487 views

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

3 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,900 views

2 months ago

DevSage
Javascript Design Patterns #4 - Iterator Pattern

What is the Iterator design pattern? The Iterator pattern is a pattern that allows you to effectively loop over a collection of objects.

8:16
Javascript Design Patterns #4 - Iterator Pattern

29,302 views

6 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,897 views

2 months ago

Brian Lagunas
C# Yield Return: What is it and how does it work?

In this video, I explain what the yield return in C# is, how yield return works, and when you would use yield return. When you use ...

15:09
C# Yield Return: What is it and how does it work?

63,582 views

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

4 years 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

330 views

7 years 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,456 views

2 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,697 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,095 views

4 years 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

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,126 views

4 years 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,938 views

6 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,541 views

6 months 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,712,098 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,993 views

9 months 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

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,221 views

1 year ago

Alex Lee
Iterator Java Tutorial #68

OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE!

7:25
Iterator Java Tutorial #68

69,215 views

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

2 years ago