ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

137,522 results

Related queries

strategy pattern c++

design patterns شرح

state design pattern

visitor design pattern

observer design pattern

strategy design pattern hindi

command design pattern

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

138,442 views

4 years ago

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

138,346 views

1 year ago

BettaTech
STRATEGY | PATRONES de DISEÑO

Kite es un asistente de código gratuito que se integra con prácticamente todos los editores y utiliza IA para el autocompletado.

8:12
STRATEGY | PATRONES de DISEÑO

107,714 views

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

66,151 views

1 year ago

Hello Byte
Strategy Design Pattern: Easy Guide for Beginners

In this video, we explore the Strategy Design Pattern, a powerful behavioral design pattern that allows you to define and switch ...

3:30
Strategy Design Pattern: Easy Guide for Beginners

6,099 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,608,864 views

8 years ago

People also watched

Jamilton Quintero Osorio
Domina el PATRÓN de DISEÑO STRATEGY: ¡Ejemplo Práctico y Real! en JAVA y Spring Boot

Recursos: [https://github.com/JamiltonQuintero/StategyExample] Inserts: INSERT INTO client(id, name, age, favorite_product) ...

20:47
Domina el PATRÓN de DISEÑO STRATEGY: ¡Ejemplo Práctico y Real! en JAVA y Spring Boot

4,104 views

2 years ago

ArjanCodes
Why Use Design Patterns When Python Has Functions?

... https://www.arjancodes.com/courses/ Chapters: 0:00 Intro 3:15 Strategy design pattern 8:04 Observer design pattern 15:06 ...

23:23
Why Use Design Patterns When Python Has Functions?

138,781 views

2 years ago

The PrimeTime
Solid Programming - No Thanks

Recorded live on twitch, GET IN ### Article https://www.freecodecamp.org/news/solid-principles-explained-in-plain-english/ By: ...

32:00
Solid Programming - No Thanks

470,561 views

1 year ago

HolaMundo
The 6 most used design patterns

Access all my courses here and get a 10% discount on your subscription with the coupon 'off10': https://academia.holamundo.io ...

8:59
The 6 most used design patterns

287,876 views

4 years ago

Devoxx UK
Design Patterns Revisited in Modern Java by Venkat Subramaniam

For more info on the next Devoxx UK event www.devoxx.co.uk Design Patterns are common ways to solve problems that ...

51:30
Design Patterns Revisited in Modern Java by Venkat Subramaniam

39,588 views

2 years 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,523,499 views

5 years ago

ArjanCodes
The Strategy Pattern: Write BETTER PYTHON CODE Part 3

Learn how to design great software in 7 steps: https://arjan.codes/designguide. The strategy pattern is a widely used design ...

15:31
The Strategy Pattern: Write BETTER PYTHON CODE Part 3

124,319 views

4 years ago

BettaTech
SINGLETON | DESIGN PATTERNS

👉🏻 Get a 7-day trial and $25 in UpCloud credit 👉🏻 https://upcloud.com/signup/?promo=bettatech The SINGLETON pattern is one of ...

9:34
SINGLETON | DESIGN PATTERNS

111,148 views

5 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

255,647 views

1 year ago

BettaTech
OBSERVER (The Pattern that Sees Everything) | Design Patterns

Get my course on MasterMind! 🚀 https://bit.ly/3kr4bTc In this video from the DESIGN PATTERNS series, we'll look at the ...

11:40
OBSERVER (The Pattern that Sees Everything) | Design Patterns

83,754 views

5 years ago

Derek Banas
Strategy Design Pattern

Code is Here: http://goo.gl/TqrMI Best Design Patterns Book : http://goo.gl/W0wyie MY UDEMY COURSES ARE 87.5% OFF TIL ...

11:32
Strategy Design Pattern

761,759 views

13 years ago

Be A Better Dev
What is the Strategy Pattern? (Software Design Patterns)

In this video, learn why the Strategy Pattern is such an important design pattern. I tell you what the strategy pattern is, how it works, ...

13:18
What is the Strategy Pattern? (Software Design Patterns)

66,824 views

5 years ago

ByteMonk
Design Patterns in Java Every Developer Should Know | Factory, Observer, Strategy

Not all design patterns are created equal. In this video, we explore 3 of the most **practical and production-worthy patterns** ...

8:50
Design Patterns in Java Every Developer Should Know | Factory, Observer, Strategy

25,922 views

5 months ago

levonog
Strategy - Design Patterns in 5 minutes

Dive into the world of Object-Oriented Programming with our comprehensive guide to the Strategy Design Pattern. Learn how this ...

2:36
Strategy - Design Patterns in 5 minutes

2,727 views

1 year ago

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

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ I've received over the ...

5:46
The Visitor Pattern Explained and Implemented in Java | Behavioral Design Patterns | Geekific

76,367 views

4 years ago

Daily Code Buffer
Strategy Design Pattern in detail | Interview Question

Head to https://cutt.ly/spring_micro and use Coupon Code DCBFEST to get a HUGE Discount on the course. Strategy is a ...

9:19
Strategy Design Pattern in detail | Interview Question

10,598 views

2 years ago

The PrimeTime
8 Design Patterns | Prime Reacts

Design patterns are really useful ;) ORIGINAL: https://www.youtube.com/watch?v=tAuRQs_d9F8 Recorded live on twitch, GET IN ...

22:10
8 Design Patterns | Prime Reacts

531,760 views

2 years ago

Geekific
The Bridge Pattern Explained and Implemented in Java | Structural Design Patterns | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ With this video, we add ...

5:23
The Bridge Pattern Explained and Implemented in Java | Structural Design Patterns | Geekific

62,091 views

4 years ago

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

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video, we break ...

6:49
The Observer Pattern Explained and Implemented in Java | Behavioral Design Patterns | Geekific

128,930 views

4 years ago

ForrestKnight
7 Design Patterns EVERY Developer Should Know

Check out Twingate for secure remote work for developers: ...

23:09
7 Design Patterns EVERY Developer Should Know

909,708 views

1 year ago

Geekific
The Template Method Pattern Explained Implemented in Java | Behavioral Design Patterns | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video, we ...

6:09
The Template Method Pattern Explained Implemented in Java | Behavioral Design Patterns | Geekific

52,011 views

4 years ago

Daily Code Buffer
Design Patterns Master Class | All Design Patterns Covered

... Design Pattern ⌚ (03:14:20) Memento Design Pattern ⌚ (03:28:43) Template Design Pattern ⌚ (03:36:46) Strategy Design ...

3:46:08
Design Patterns Master Class | All Design Patterns Covered

135,184 views

2 years ago