ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

167,239 results

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,273,727 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,709,590 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

195,183 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,350 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,579 views

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

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

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

4 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!

53,365 views

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

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

424,523 views

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

4 years ago

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

302,604 views

2 months ago

Sweet Codey
Singleton Design Pattern in Python | Step-by-Step Guide for Beginners

Learn how to implement the Singleton Design Pattern in Python and why it's a fundamental concept in software development.

8:04
Singleton Design Pattern in Python | Step-by-Step Guide for Beginners

3,644 views

11 months ago

Sweet Codey
Factory Design Pattern in Python | Simplified Explanation with Examples

Discover how to implement the Factory Design Pattern in Python and understand its importance in software development. In this ...

9:40
Factory Design Pattern in Python | Simplified Explanation with Examples

3,262 views

11 months ago

Pylosopher
Design Patterns in Python - Review

Hey guys! Due to the success of my book review video , I´ve decided to do another one! This time I'm reviewing Design ...

8:48
Design Patterns in Python - Review

647 views

3 years ago

ArjanCodes
The Unit of Work Design Pattern Explained

In today's video, I'll explain the Unit of Work design pattern, a crucial concept for anyone who regularly interacts with databases.

12:37
The Unit of Work Design Pattern Explained

33,271 views

1 year ago

TechSamadhan
Python Design Patterns Explained | Singleton, Factory & Observer!

In this video, we'll explore 3 essential design patterns every Python developer should know: Singleton, Factory, and Observer ...

14:41
Python Design Patterns Explained | Singleton, Factory & Observer!

48 views

9 months ago

ArjanCodes
Avoid Messy Code: Design Patterns for AI Agents in Python

Check out https://www.squarespace.com/arjancodes to save 10% off your first purchase of a website or domain using code ...

18:19
Avoid Messy Code: Design Patterns for AI Agents in Python

22,882 views

3 months ago

Hallow Teaches Stuff
Command Pattern Explained Simply | Programming and Design Patterns in Python

Github Repo Link: https://github.com/HallowSiddharth/Programming-And-Design-Patterns-Lab (You can star the repository if you ...

8:46
Command Pattern Explained Simply | Programming and Design Patterns in Python

187 views

5 months ago

Hallow Teaches Stuff
Template Pattern Explained | Programming and Design Patterns in Python

Github Repo Link: https://github.com/HallowSiddharth/Programming-And-Design-Patterns-Lab (You can star the repository if you ...

19:31
Template Pattern Explained | Programming and Design Patterns in Python

156 views

5 months ago

CodeAesthetic
Dependency Injection, The Best Pattern

Try using the attachment service at https://www.patreon.com/codeaesthetic You'll also find deleted scenes, song names and more.

13:16
Dependency Injection, The Best Pattern

1,088,821 views

2 years ago

Hallow Teaches Stuff
Adaptor Pattern Explained Simply | Programming and Design Patterns in Python

Github Repo Link: https://github.com/HallowSiddharth/Programming-And-Design-Patterns-Lab (You can star the repository if you ...

5:43
Adaptor Pattern Explained Simply | Programming and Design Patterns in Python

167 views

6 months ago

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

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

19:41
What is the Decorator Pattern? (Software Design Patterns)

30,304 views

5 years ago