ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,880,758 results

Related queries

design patterns react

coding patterns

design patterns interview questions

architecture patterns

observer pattern

design patterns شرح

design patterns c# interview questions

design patterns java

adapter pattern

head first design patterns

creational design patterns

builder pattern

design pattern drawing

strategy pattern

design patterns factory

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,576 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,258 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,131 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,901 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,363 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,367 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,110 views

4 months ago

Tech With Tim
Please Master This MAGIC Python Feature... 🪄

Click this link https://sponsr.is/bootdev_TechWithTim and use my code TECHWITHTIM to get 25% off your first payment for ...

25:10
Please Master This MAGIC Python Feature... 🪄

623,575 views

11 months ago

ArjanCodes
10 Python Anti-Patterns That Are Breaking Your Code

Try Lokalise today: https://bit.ly/arjancodes. Think your Python code is clean? Think again. In this video, I'm exposing 10 Python ...

25:16
10 Python Anti-Patterns That Are Breaking Your Code

60,177 views

7 months ago

Kevin Chromik
3 Design Patterns, die Softwareentwickler kennen sollten

In diesem Video schauen wir uns an, was Design Patters, also Entwurfsmuster, sind. Zu jeder Kategorie schauen wir uns jeweils ...

9:13
3 Design Patterns, die Softwareentwickler kennen sollten

12,114 views

4 years 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,067 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

17,179 views

3 days ago

Programmieren Starten
Clean Code Part 2: The SOLID Design Principles

✘ Try Premium now: https://programmieren-starten.de/premium-mitgliedschaft-lp1/?utm_source=youtube&utm_medium=social&utm_term ...

26:22
Clean Code Part 2: The SOLID Design Principles

21,630 views

5 years ago

NeuralNine
Magic Methods & Dunder - Advanced Python Tutorial #1

We are starting out with a new tutorial series on advanced Python programming. In this first video we talk about magic methods or ...

11:43
Magic Methods & Dunder - Advanced Python Tutorial #1

359,703 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,159 views

4 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,298 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

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

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

3 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,650 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,249 views

2 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,267 views

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

4 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,765 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,290 views

9 months 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,522,536 views

5 years ago

Sweet Codey
Master Low Level Design Patterns | Complete Tutorial 2025

Unlock the power of Design Patterns in Python and take your coding skills to the next level! In this 1+ hour in-depth tutorial, you'll ...

1:09:55
Master Low Level Design Patterns | Complete Tutorial 2025

1,337 views

1 month ago