ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

666,692 results

Max Taylor
5 Essential Rust Design Patterns to Write Better Code

Writing maintainable and scalable code still requires good design patterns. In this video, we'll cover five of the most essential ...

4:48
5 Essential Rust Design Patterns to Write Better Code

43,458 views

10 months ago

ByteMonk
Design Patterns in Java Every Developer Should Know | Factory, Observer, Strategy

Not all design patterns are created equal. In this video, we explore 3 of the most **practical and production-worthy patterns** ...

8:50
Design Patterns in Java Every Developer Should Know | Factory, Observer, Strategy

27,734 views

6 months ago

Serket Studios
Every Programming Design Pattern Explained in 90 Minutes (COMPILATION)

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

1:35:46
Every Programming Design Pattern Explained in 90 Minutes (COMPILATION)

2,708 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

315,762 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]

103,669 views

4 months ago

ByteMonk
Design Patterns Explained | Java, Singleton, Thread Safety & Anti-Pattern

Design patterns are timeless solutions to recurring software problems — and mastering them sharpens how you think about ...

7:41
Design Patterns Explained | Java, Singleton, Thread Safety & Anti-Pattern

28,078 views

6 months ago

Vertitime
Design Patterns in C, C++ & Java

Design Patterns in C, C++ & Java.

9:21
Design Patterns in C, C++ & Java

4 views

7 months ago

CodeBeauty
What is Singleton Design Pattern -Tutorial with Practical Example (For Beginners)

In this video, you'll learn what is Singleton Design Pattern and how to implement it from scratch, step by step. This is a ...

28:12
What is Singleton Design Pattern -Tutorial with Practical Example (For Beginners)

8,285 views

9 months ago

WebGentle
C# Design Patterns: Command Design Pattern Explained with Code

In this video, I'll explain the Command Design Pattern in C# and show you how to implement it in your .NET applications.

11:14
C# Design Patterns: Command Design Pattern Explained with Code

1,732 views

11 months ago

CppNuts
Observer Design Pattern in C++ | Real-World Example Explained

JOIN ME https://www.youtube.com/channel/UCs6sf4iRhhE875T1QjG3wPQ/join https://www.patreon.com/cppnuts In this video, we ...

5:48
Observer Design Pattern in C++ | Real-World Example Explained

2,365 views

6 months ago

EzzyLearning
Builder Design Pattern in C#: Stop Writing Monstrous Constructors

The Builder Design Pattern is the elegant solution you need! The Builder Pattern is a Creational Design Pattern that allows you to ...

10:09
Builder Design Pattern in C#: Stop Writing Monstrous Constructors

307 views

3 months ago

Poorna Soysa
Strategy Pattern in C# | Implementing Design Patterns in .NET 9 with ASP.NET Core

In this beginner-friendly C# tutorial, we'll walk through how to implement the Strategy Design Pattern in .NET 9 using ASP.

12:41
Strategy Pattern in C# | Implementing Design Patterns in .NET 9 with ASP.NET Core

3,076 views

9 months ago

robocodehub
Mastering Design Pattern in C++

Design patterns are *proven solutions* to recurring software problems. They provide structured ways to write cleaner, more ...

3:29
Mastering Design Pattern in C++

12 views

3 months ago

CoreCppIL
Back to Basics: Design Patterns [Noam Weiss]

Presented at Core C++ 2024 conference, Tel Aviv. In this talk we will talk about what are design patterns. Why they matter.

57:10
Back to Basics: Design Patterns [Noam Weiss]

447 views

11 months ago

CodeBeauty
What are Design Patterns? A Simple Introduction for Beginners

In this video, I'll explain what are design patterns, why they're important for your development career, and how learning them can ...

12:35
What are Design Patterns? A Simple Introduction for Beginners

6,495 views

9 months ago

Questpond
Solid Principles Interview Questions in C#

... https://www.youtube.com/questpondvideos Architecture, Design Pattern Interview Questions :- https://youtu.be/1CYLX0wnVbE ...

32:33
Solid Principles Interview Questions in C#

93,397 views

11 months ago

CodeIgnite
Design patterns in c

Download 1M+ code from https://codegive.com/57ff80c okay, let's dive into the world of design patterns in c. while c isn't an ...

20:44
Design patterns in c

1 view

10 months ago

Chicago Java Users Group
Java Design Patterns Revisited through a Functional Lens by Daniel Hinojosa

Details: Exciting things are happening for CJUG this February!! CJUG will again be collaborating with the Chicago Kotlin Users ...

2:05:11
Java Design Patterns Revisited through a Functional Lens by Daniel Hinojosa

235 views

Streamed 10 months ago

Coder Army
Facade Design Pattern | Real-world use case + Code | Design patterns in LLD

Welcome to Lecture 17 of the Ultimate Low-Level Design (LLD) Series by Coder Army! fourth week for #lowleveldesign ...

18:53
Facade Design Pattern | Real-world use case + Code | Design patterns in LLD

17,157 views

7 months ago

Dr. Michael Miljanovic
More Design Patterns in C++

Welcome uh this is our last video uh of the semester for CSCI 1061 talking about some more design patterns uh than the ones we ...

35:11
More Design Patterns in C++

223 views

9 months ago

CodeBeam
Modern c design patterns full course

Download 1M+ code from https://codegive.com/ac2827d okay, let's dive into the world of modern c++ design patterns. this will be ...

20:58
Modern c design patterns full course

5 views

10 months ago

GitLab Unfiltered
Custom Rules in GitLab Duo Agentic Chat - C Design Patterns without goto

The `goto` anti-pattern in C is discouraged as it makes code harder to read and debug. There are occasions where `goto` is ...

6:56
Custom Rules in GitLab Duo Agentic Chat - C Design Patterns without goto

165 views

5 months ago

Coder Army
Adapter Design Pattern | Real-world use case + Code | Design patterns in LLD

Welcome to Lecture 16 of the Ultimate Low-Level Design (LLD) Series by Coder Army! fourth week for #lowleveldesign ...

21:53
Adapter Design Pattern | Real-world use case + Code | Design patterns in LLD

13,134 views

7 months ago

Andre Okazaki
Design Patterns in Practice with C#: FLUENT API

Today we're going to talk about a design pattern that's very present in our code, yet many developers aren't even aware of its ...

26:42
Design Patterns in Practice with C#: FLUENT API

1,323 views

3 months ago

TheRayCode
The Creational design pattern Sngelton using C++

Kickstart your journey into C++ Design Patterns with my latest video! This episode dives into the Singleton Pattern—why it ...

4:43
The Creational design pattern Sngelton using C++

12 views

11 months ago