ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

49,855 results

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

4 years 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,765 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,815 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,879 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

26,225 views

5 months 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,614 views

2 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

129,206 views

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

4 years ago

Programación en español
Strategy Pattern - Design Patterns - Programming in Spanish

Strategy Pattern - Design Patterns - Programming in Spanish In this video from the programming design patterns series, we'll ...

10:10
Strategy Pattern - Design Patterns - Programming in Spanish

1,346 views

5 months ago

Concept && Coding - by Shrayansh
2. Strategy Design Pattern explanation (Hindi) | LLD System Design  | Design pattern in Java

Its English video: https://youtu.be/RrdNBdkTrcs Hi, in this video we have covered #strategy #designPattern out of many design ...

17:26
2. Strategy Design Pattern explanation (Hindi) | LLD System Design | Design pattern in Java

280,131 views

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

3 years 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,707,545 views

3 years ago

Build & Run
Passo a passo: Implementando o Design Pattern Strategy no Java

Conheça a FBR: https://hotm.art/fbryd Link para o código utilizado no vídeo: ...

11:53
Passo a passo: Implementando o Design Pattern Strategy no Java

18,341 views

2 years ago

Dave Leeds
Applying the Strategy Pattern in Kotlin

The strategy pattern is one of my favorites from the original Design Patterns book. In this video, we'll see why the strategy pattern ...

10:20
Applying the Strategy Pattern in Kotlin

12,274 views

1 year ago

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

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

6:42
The Decorator Pattern Explained and Implemented in Java | Structural Design Patterns | Geekific

113,142 views

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

4 years ago

Isaac Harris-Holt
The Strategy Pattern Will Make Your Python Code CLEANER

If we have lots of different ways of doing the same thing, how do we best represent that in Python? If we want to take a payment, ...

6:45
The Strategy Pattern Will Make Your Python Code CLEANER

8,320 views

2 years ago

Alex Hyett
5 Design Patterns That Are ACTUALLY Used By Developers

Design patterns allow us to use tested ways for solving problems, but there are 23 of them in total, and it can be difficult to know ...

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

423,680 views

2 years ago

Naveen AutomationLabs
What Is Strategy Pattern - How to implement it in Java with Example

In this video, I have explained - What Is Strategy Pattern - How to implement it in Java with Example. Schedule a meeting in case ...

15:20
What Is Strategy Pattern - How to implement it in Java with Example

5,088 views

1 year ago

One Wheel Studio
Change Behaviors with the Strategy Pattern - Unity and C#

The strategy pattern is all about encapsulating or wrapping up a behavior or algorithm in its own class. It has the added bonus of ...

8:07
Change Behaviors with the Strategy Pattern - Unity and C#

44,749 views

5 years ago

Geekific
The Command 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 ...

7:05
The Command Pattern Explained and Implemented in Java | Behavioral Design Patterns | Geekific

95,361 views

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

3 years ago

codeWithAryan
Strategy Pattern Guide ⚙️| Pick the Best Algorithm Dynamically 🚀

0:30 - Introduction to Strategy Design Pattern. 0:35 - Example: Different strategies for payments. 1:00 - Traditional approach to ...

9:23
Strategy Pattern Guide ⚙️| Pick the Best Algorithm Dynamically 🚀

8,554 views

9 months ago

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

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

5:36
The Composite Pattern Explained and Implemented in Java | Structural Design Patterns | Geekific

79,714 views

4 years ago

Java is Awesome
Strategy Design Pattern using Java

Strategy Design Pattern using Java - Mastering Flexible and Dynamic Algorithms Welcome to an exciting exploration of the ...

16:37
Strategy Design Pattern using Java

203 views

2 years ago