ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,534,437 results

Jono Williams
Strategy Pattern, The Best Software Design Pattern

The strategy pattern is my favorite software design pattern ‍ ‍ ‍ Social ...

2:23
Strategy Pattern, The Best Software Design Pattern

140,610 views

1 year ago

Jono Williams
Strategy and Factory Pattern, The Best Software Design Pattern Combo

The strategy and factory pattern is the perfect software design combo. ‍ ‍ ‍ Social ...

3:45
Strategy and Factory Pattern, The Best Software Design Pattern Combo

67,032 views

1 year ago

Christopher Okhravi
Strategy Pattern – Design Patterns (ep 1)

Video series on Design Patterns for Object Oriented Languages. This time we explore the Strategy Pattern. BUY MY BOOK: ...

35:11
Strategy Pattern – Design Patterns (ep 1)

1,612,683 views

9 years ago

Raw Coding
Strategy Design Pattern (C#)

The strategy design pattern explained with examples in code. Hide functionality behind an interface and interchange it. Patreon ...

7:33
Strategy Design Pattern (C#)

11,237 views

4 years ago

git-amend
Clean Code using the Strategy Pattern

Unity C# Architecture: Strategy Programming Pattern in Unity C# using expert Software Engineering Principles. Modularize ...

12:34
Clean Code using the Strategy Pattern

27,183 views

2 years ago

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

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Today, we add another ...

7:26
The Strategy Pattern Explained and Implemented in Java | Behavioral Design Patterns | Geekific

140,020 views

4 years ago

levonog
Strategy - Design Patterns in 5 minutes

From basic concepts to real-world examples, this tutorial covers everything you need to know to implement the Strategy Pattern ...

2:36
Strategy - Design Patterns in 5 minutes

2,851 views

1 year ago

People also watched

ForrestKnight
7 Design Patterns EVERY Developer Should Know

Which includes the greatest pattern of all time, the strategy pattern. Think of it like switching between different navigation apps ...

23:09
7 Design Patterns EVERY Developer Should Know

932,560 views

1 year 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,528,320 views

6 years ago

DotNet Core Central
Strategy Design Pattern (An Introduction for .NET Developers [.NET 6 and C# 10])

A strategy pattern is a Behavioral design pattern. The main intent of the pattern is to define a family of algorithms, encapsulate ...

14:49
Strategy Design Pattern (An Introduction for .NET Developers [.NET 6 and C# 10])

3,924 views

3 years ago

Devoxx
Plain Functional Programming by Martin Odersky

Please subscribe to our YouTube channel @ https://bit.ly/devoxx-youtube Like us on Facebook ...

46:58
Plain Functional Programming by Martin Odersky

98,900 views

8 years ago

platis.solutions
C++ Builder design pattern: A pragmatic approach

A pragmatic approach to the Builder design pattern with C++ GitHub repo: https://github.com/platisd/cpp-builder-pattern Slides: ...

14:49
C++ Builder design pattern: A pragmatic approach

5,342 views

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

427,566 views

2 years ago

Code Radiance
Simplest Strategy Design Pattern in C#

Watch and learn a very simple code example about how to implement the Strategy Design Pattern in the C# programming ...

13:00
Simplest Strategy Design Pattern in C#

11,082 views

5 years ago

Christopher Okhravi
Strategy Pattern (in real life) Screencast – OO Design Patterns Screencasts (ep 2)

Real world example of Strategy Pattern in C#. In this screencast series we explore Design Patterns for Object Oriented Languages ...

51:05
Strategy Pattern (in real life) Screencast – OO Design Patterns Screencasts (ep 2)

21,278 views

7 years ago

Erin Talks Money
Thousands of Retirements, One Surprising Result: The Safer Strategy Fails More Often

Many retirees are drawn to the bucket strategy because it feels safer — setting aside years of cash to avoid selling investments ...

17:53
Thousands of Retirements, One Surprising Result: The Safer Strategy Fails More Often

85,159 views

3 days ago

campbelltech
Factory Pattern in C#: Creating Objects with Ease

In this video, you'll learn how to implement the Factory Pattern in C# and how it can help simplify your object creation process.

12:54
Factory Pattern in C#: Creating Objects with Ease

27,497 views

2 years ago

Eric Tech
[Design Pattern] Strategy Pattern in c#  | Software Design Pattern

Tired of writing if-else spaghetti code every time you add a new feature? The Strategy Pattern is here to save you. In this video ...

5:34
[Design Pattern] Strategy Pattern in c# | Software Design Pattern

3,987 views

3 years ago

The Serious CTO
How the Strategy Pattern Will Save Your Code

In this video, we're going to dive into the world of design patterns and explore one of the most powerful and flexible patterns out ...

3:30
How the Strategy Pattern Will Save Your Code

5,170 views

10 months ago

Mike Shah
C++ Strategy Design Pattern - Part 1 of 2 - Changing Algorithmic Behavior

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

26:31
C++ Strategy Design Pattern - Part 1 of 2 - Changing Algorithmic Behavior

3,670 views

1 year ago

Bitlytic
Modular Upgrades Made Easy Using the Strategy Pattern

In this video we'll look at an application of the Strategy Pattern to game dev in Godot 4. The Strategy Pattern is a programming ...

6:41
Modular Upgrades Made Easy Using the Strategy Pattern

203,097 views

1 year ago

C++Online
The Strategy Design Pattern in Cpp - Mike Shah - C++Online 2024

The Online C++ Conference - https://cpponline.uk/ -- @cpponlineconf --- The Strategy Design Pattern in Cpp - Mike Shah ...

59:55
The Strategy Design Pattern in Cpp - Mike Shah - C++Online 2024

2,516 views

1 year ago

WebGentle
What is Strategy Design Pattern in C# (CSharp)? | How to Implement Strategy Design Pattern in C#

What is Strategy design pattern in C# (CSharp)? The Strategy Design Pattern is one of the most powerful tools in a developer's ...

14:02
What is Strategy Design Pattern in C# (CSharp)? | How to Implement Strategy Design Pattern in C#

1,839 views

1 year ago

NDC Conferences
Functional Design Patterns - Scott Wlaschin

In object-oriented development, we are all familiar with design patterns such as the Strategy pattern and Decorator pattern, and ...

1:05:50
Functional Design Patterns - Scott Wlaschin

316,735 views

8 years ago

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

In this comprehensive and beginner-friendly course, you will learn all of the tools that you need to become an advanced OOP ...

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

263,180 views

1 year ago

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

Learn about the strategy pattern, which is a behavioral design pattern that decouples an algorithm from the client that uses the ...

20:36
Strategy Pattern - DESIGN PATTERNS (C#/.NET)

4,026 views

2 years ago

Sukhad Anand
Strategy Pattern – Design Patterns (ep 1) | LOW LEVEL DESIGN | Techie007 | Sukhad Anand

Strategy Pattern – Design Patterns (ep 1) | LOW-LEVEL DESIGN | Techie007 | Sukhad Anand Hello everyone, Welcome back to ...

8:23
Strategy Pattern – Design Patterns (ep 1) | LOW LEVEL DESIGN | Techie007 | Sukhad Anand

10,979 views

3 years ago