ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,730 results

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!

46 views

9 months 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

289,935 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!

51,781 views

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

10 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,042 views

10 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,390 views

3 months 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

146 views

5 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

159 views

5 months ago

Hallow Teaches Stuff
Abstract Factory - Factory of Factories! | 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 ...

14:38
Abstract Factory - Factory of Factories! | Programming and Design Patterns in Python

247 views

5 months ago

ArjanCodes
The Lazy Loading Pattern: How to Make Python Programs Feel Instant

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I dive deep into the **Lazy Loading ...

19:39
The Lazy Loading Pattern: How to Make Python Programs Feel Instant

34,135 views

2 weeks ago

Hallow Teaches Stuff
Factory Pattern - Clean Object Creation | 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 ...

11:54
Factory Pattern - Clean Object Creation | Programming and Design Patterns in Python

78 views

5 months ago

Christophe Mommer
The REPOSITORY design pattern explained and applied in C#

😎 Join this channel to benefit from exclusive perks: https://www.youtube.com/channel/UCBu6vkOw_tMx_mWNKTpnv-w/join ✔️ Want to ...

11:46
The REPOSITORY design pattern explained and applied in C#

1,815 views

7 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

38,860 views

3 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

140 views

5 months ago

ArjanCodes
You’re Passing Way Too Many Arguments (and How to Fix It)

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Tired of passing five arguments to every function?

19:45
You’re Passing Way Too Many Arguments (and How to Fix It)

100,517 views

1 month ago

Sweet Codey
Strategy Design Pattern in Python | Explained with Real-World Examples

The Strategy Design Pattern is a behavioral pattern that allows you to define a family of algorithms, encapsulate them, and switch ...

7:49
Strategy Design Pattern in Python | Explained with Real-World Examples

1,180 views

8 months ago

Hallow Teaches Stuff
Python Comprehensions – Lists, Dicts | Programming and Design Patterns

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

9:21
Python Comprehensions – Lists, Dicts | Programming and Design Patterns

8 views

5 months ago

Serket Studios
Every CONCURRENCY Design Pattern Explained in 8 Minutes

Design patterns are typical solutions to commonly occurring problems. Here's a high-level overview of the most common ...

7:59
Every CONCURRENCY Design Pattern Explained in 8 Minutes

1,656 views

10 months ago

Hallow Teaches Stuff
Facade Pattern – Simplify Complex Systems | 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 ...

6:35
Facade Pattern – Simplify Complex Systems | Programming and Design Patterns in Python

201 views

5 months ago

Hallow Teaches Stuff
State Pattern Simple Explanation | 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 ...

12:15
State Pattern Simple Explanation | Programming and Design Patterns in Python

68 views

5 months ago

Sweet Codey
Adapter Design Pattern in Python | Real-World Example & Explanation

Learn how the Adapter Design Pattern works in Python with real-world examples! This pattern helps in bridging incompatible ...

6:37
Adapter Design Pattern in Python | Real-World Example & Explanation

1,238 views

10 months ago

Hallow Teaches Stuff
Strategy 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 ...

11:05
Strategy Pattern Explained Simply | Programming and Design Patterns in Python

154 views

5 months ago

Software Developer Diaries
The Outbox Pattern is seriously underrated...

In this video, I'll show you how to implement the Outbox Pattern in a Node.js microservices setup using MySQL and RabbitMQ.

15:37
The Outbox Pattern is seriously underrated...

81,203 views

7 months ago

GABRIEL FARI MELENDEZ HUARACHI
Enterprise Design Patterns: Real-World Implementation in Python Using Patterns

Curso: Patrones de software.

6:52
Enterprise Design Patterns: Real-World Implementation in Python Using Patterns

12 views

3 months ago

Hallow Teaches Stuff
Flyweight 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:22
Flyweight Pattern Explained Simply | Programming and Design Patterns in Python

130 views

5 months ago