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
170,932 results
memento design pattern
iterator pattern
flyweight design pattern
decorator pattern
strategy design pattern
mediator design pattern
command design pattern
Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ I've received over the ...
76,299 views
4 years ago
Dive into the Visitor design pattern and understand how it promotes clean, modular code by separating algorithms from the ...
8,438 views
1 year ago
In this video, we dive into the Visitor Design Pattern, a powerful behavioral pattern in software development. Learn how to add ...
5,339 views
Code from the Video: http://goo.gl/XkW8s Welcome to my Visitor Design Pattern Tutorial! This is the last part of my design pattern ...
286,521 views
13 years ago
Become a patron and get access to source code and exclusive live streams: ...
21,695 views
2 years ago
Please support me on Patreon: https://www.patreon.com/thesimpleengineer https://twitter.com/thesimpengineer ...
61,323 views
6 years ago
One reason the Visitor Pattern can feel confusing is because of double dispatch. So before we dive into the Visitor Pattern itself, ...
4,002 views
8 months ago
Unity C# Architecture: This is how I finally understood the Visitor Programming Pattern - Building a Power Up System in Unity.
43,262 views
https://cppcon.org/ --- Breaking Dependencies - The Visitor Design Pattern in C++ - Klaus Iglberger - CppCon 2022 ...
47,461 views
Let's explore the Visitor Design Pattern while we refactor C# dotnet code. Be a Patreon to get the source code: ...
10,781 views
An implementation of the visitor pattern in Rust. You should of course read more about this for a deeper understanding. * Catch ...
2,745 views
rustlang #softwarearchitecture #softwaredevelopment Watch the rest of this series: ...
3,404 views
src: https://github.com/codetechandtutorials/DesignPatterns resource(not sponsored): ...
4,361 views
3 years ago
In OpenRewrite recipes, a visitor is where the core logic lives. All OpenRewrite visitors share a common structure and life cycle.
2,177 views
Did you ever notice that the Composite Pattern breaches two of the SOLID code principles? Not any more, it doesn't. Source code ...
2,084 views
Article - https://codewitharyan.com/system-design/low-level-design Structured DSA (Basics to Advanced) Practice ...
2,707 views
9 months ago
What is the Visitor pattern? The Visitor pattern allows you to add or define new functionality to an object without changing the code ...
19,124 views
Using programming patterns, such as the Visitor Pattern, in object-oriented programming can be tedious and difficult to master.
911 views
Among the patterns from the GoF, the Visitor is probably the more complex to implement. One of the difficulties is that you need to ...
14,567 views