ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,880,164 results

Related queries

design patterns react

coding patterns

design patterns interview questions

architecture patterns

design patterns c# interview questions

head first design patterns

creational design patterns

observer pattern

design pattern drawing

design patterns java

builder pattern

adapter pattern

design patterns شرح

strategy pattern

mvc design pattern

ArjanCodes
Why Use Design Patterns When Python Has Functions?

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'll demonstrate that ...

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

138,562 views

2 years ago

CodeTekTeach
! Python design patterns masterclass

1. INTRODUCTION 0:00:00 1. What are design patterns 0:04:13 2. Types of design patterns !\2. CREATIONAL DESIGN ...

3:48:27
! Python design patterns masterclass

18,242 views

10 months ago

NeetCode
8 Design Patterns EVERY Developer Should Know

https://neetcode.io/ - A better way to prepare for coding interviews! Checkout my second Channel: @NeetCodeIO While some ...

9:47
8 Design Patterns EVERY Developer Should Know

1,271,079 views

2 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,702,758 views

3 years ago

CodeTekTeach
📚 Master Python Design Patterns: Build Flexible & Robust Code

Python Design Patterns Unveiled: SOLID Principles, Builders, Factories, Prototypes, and More! | Full Python Tutorial ...

9:16:15
📚 Master Python Design Patterns: Build Flexible & Robust Code

31,352 views

1 year ago

People also watched

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

292,236 views

2 months ago

ArjanCodes
The Builder Pattern in Python: Finally Explained!

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I show you the Builder Pattern in ...

14:19
The Builder Pattern in Python: Finally Explained!

52,084 views

4 months ago

ArjanCodes
The Real Reason the Singleton Pattern Exists

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Singletons are often criticized for introducing ...

15:31
The Real Reason the Singleton Pattern Exists

39,005 views

3 months ago

ArjanCodes
How To Design Robust Python Functions

Try Lokalise today: https://bit.ly/arjancodes. In this video, I'm going to show you the main principles I use to write code that's less ...

20:56
How To Design Robust Python Functions

57,061 views

8 months ago

ArjanCodes
Retry Pattern: The Secret to Resilient Python Code

Design pattern playlist: https://www.youtube.com/playlist?list=PLC0nd42SBTaNf0bVJVd9e2oBV-mcUuxS0 GitHub ...

24:02
Retry Pattern: The Secret to Resilient Python Code

16,731 views

3 days ago

EuroPython Conference
Sebastian Buczyński - Why you don't need design patterns in Python?

"Why you don't need design patterns in Python? [EuroPython 2017 - Talk - 2017-07-11 - PyCharm Room] [Rimini, Italy] Exactly 23 ...

27:03
Sebastian Buczyński - Why you don't need design patterns in Python?

27,543 views

8 years ago

EuroPython Conference
Clean Architectures in Python - presented by Leonardo Giordani

EuroPython 2022 - Clean Architectures in Python - presented by Leonardo Giordani [Liffey A on 2022-07-15] Architectural ...

47:48
Clean Architectures in Python - presented by Leonardo Giordani

34,764 views

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

4 years ago

ArjanCodes
The Ultimate Guide to Writing Classes in Python

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'll share 5 essential tips for ...

25:39
The Ultimate Guide to Writing Classes in Python

150,433 views

2 years ago

The Engineers' Pitstop
Stack vs Heap vs Everything Else - Full Memory Deep Dive

Memory management is one of the most misunderstood topics in software engineering. In this video, I explain how memory ...

12:24
Stack vs Heap vs Everything Else - Full Memory Deep Dive

316 views

6 days ago

code::dive conference
Classic Design Patterns: Where Are They Now - Brandon Rhodes - code::dive 2022

Classic Design Patterns: Where Are They Now About the speaker - Brandon Rhodes Brandon Rhodes is best known as a popular ...

51:31
Classic Design Patterns: Where Are They Now - Brandon Rhodes - code::dive 2022

17,315 views

3 years ago

PyCon Sweden
Design Patterns in Python by Peter Ullrich

Software Design Patterns are commonly used in professional software development and are important for aspiring programmers ...

27:31
Design Patterns in Python by Peter Ullrich

139,294 views

8 years ago

Next Day Video
Python Design Patterns 1

Brandon Rhodes The Python community has learned a lot about how to use our language since we started back in the 1990s, and ...

1:07:50
Python Design Patterns 1

126,821 views

13 years ago

ArjanCodes
The Factory Pattern in Python // Separate Creation From Use

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I explain what the Factory pattern (or: ...

14:58
The Factory Pattern in Python // Separate Creation From Use

194,622 views

4 years ago

ArjanCodes
The State Design Pattern in Python Explained

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'll dive into the State ...

19:14
The State Design Pattern in Python Explained

88,265 views

2 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

901,416 views

1 year 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,247 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

421,675 views

2 years ago

CodeTekTeach
Python SOLID Principles and Top Design Patterns

INTRODUCTION 0:00:00 1. What are Design Patterns and why do we need them 0:02:12 2. The Design Patterns Covered in This ...

4:52:05
Python SOLID Principles and Top Design Patterns

5,288 views

9 months ago

NeuralNine
Singleton Design Pattern - Advanced Python Tutorial #9

In this video we talk about the singleton design pattern in Python. ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾ Programming Books ...

10:22
Singleton Design Pattern - Advanced Python Tutorial #9

75,671 views

4 years ago

miss google
Python Design Patterns Tutorial for Beginners 2022

Welcome to my Channel...! In this video we are going to see the basics of Python Design Patterns . These are the fundamentals of ...

2:11:53
Python Design Patterns Tutorial for Beginners 2022

14,852 views

3 years ago