ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,892,908 results

Related queries

design patterns react

coding patterns

architecture patterns

design patterns interview questions

observer pattern

design patterns c# interview questions

strategy pattern

head first design patterns

adapter pattern

creational design patterns

design patterns java

builder pattern

design patterns شرح

design pattern drawing

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

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

10 months 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,705,007 views

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

1 year ago

People also watched

BettaTech
Every Architecture Pattern Explained in 18 Minutes

In this video, I compare monolith, modular monolith, microservices, serverless, and events/CQRS so you can understand their ...

18:18
Every Architecture Pattern Explained in 18 Minutes

40,685 views

2 months ago

BettaTech
7 Design Patterns Every Programmer Should Know

In this video, you'll learn 7 design patterns every programmer should know to write clean, scalable code. Link to the Design ...

14:33
7 Design Patterns Every Programmer Should Know

89,925 views

3 months ago

Mark Kashef
Master ALL 20 Agentic AI Design Patterns [Complete Course]

Join My Community to Level Up ➡ https://www.skool.com/earlyaidopters/about Gumroad Link to Assets in the Video: ...

1:03:41
Master ALL 20 Agentic AI Design Patterns [Complete Course]

90,645 views

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

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

7 months ago

Eric Roby
You're Probably Building FASTAPI Apps WRONG (Clean Architecture)

FastAPI is a fantastic Python web API framework. This video covers how to professional create a FastAPI architecture. FastAPI ...

28:08
You're Probably Building FASTAPI Apps WRONG (Clean Architecture)

88,055 views

9 months ago

Indently
Every Decorator in Python Needs THIS: @wraps

In today's video we're going to be learning why @wraps is a crucial part of creating decorators in Python. ▷ Become job-ready ...

6:46
Every Decorator in Python Needs THIS: @wraps

24,444 views

11 months 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,662 views

2 years ago

Core Dumped
Why Python Is Removing The GIL

This video was #sponsored by #jetbrains . You can use JetBrains IDEs for free for noncommercial use. Check out WebStorm and ...

13:36
Why Python Is Removing The GIL

6,683 views

2 hours ago

ArjanCodes
Observer Pattern Tutorial: I NEVER Knew Events Were THIS Powerful 🚀

Events are a variant of the observer / listener design pattern. This video is inspired by a real-life example I recently encountered, ...

15:17
Observer Pattern Tutorial: I NEVER Knew Events Were THIS Powerful 🚀

214,800 views

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

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

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

1 month 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,368 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,382 views

9 months ago

NeuralNine
Factory Design Pattern - Advanced Python Tutorial #7

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

11:24
Factory Design Pattern - Advanced Python Tutorial #7

116,621 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,285 views

2 years ago

ArjanCodes
The Builder Pattern in Python: Finally Explained!

In this video, I show you the Builder Pattern in Python. It's a practical and underrated design pattern you're probably already using ...

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

52,587 views

5 months ago

ArjanCodes
Deep Dive Into the Repository Design Pattern in Python

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'll take a closer look at the repository ...

11:56
Deep Dive Into the Repository Design Pattern in Python

95,219 views

1 year ago

levonog
Design Patterns: The Movie

Dive deep into the world of Object-Oriented Programming (OOP) as we unravel the essence of all 23 design patterns!

1:23:12
Design Patterns: The Movie

46,981 views

1 year ago

ArjanCodes
Uncle Bob’s SOLID Principles Made Easy 🍀 - In Python!

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I discuss the SOLID design principles ...

19:09
Uncle Bob’s SOLID Principles Made Easy 🍀 - In Python!

339,361 views

4 years ago