ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,149 results

TheRayCode
The  Adapter Design Patterns  is a Structural design pattern. using C++

The Adapter pattern acts as a bridge between two incompatible interfaces. In essence, it allows for two different classes with ...

10:00
The Adapter Design Patterns is a Structural design pattern. using C++

14 views

3 days ago

TheRayCode
The Adapter Design Patterns is a Structural design pattern. using C#

The Adapter pattern acts as a bridge between two incompatible interfaces. In essence, it allows for two different classes with ...

9:50
The Adapter Design Patterns is a Structural design pattern. using C#

1 view

1 day ago

Hussein Nasser
5 Backend Design Patterns for Managing Threads and Sockets

In this video I introduce 5 different design patterns for building backend applications. Each mode explains how a socket listener is ...

45:26
5 Backend Design Patterns for Managing Threads and Sockets

7,742 views

12 days ago

The Theory Of Code
Vibe Coding has just killed software abstractions | Clean Code, Clean Architecture, Design Patterns

In the past few decades, software engineering was built on top of abstractions. Things like clean architecture, onion architecture, ...

11:39
Vibe Coding has just killed software abstractions | Clean Code, Clean Architecture, Design Patterns

376 views

2 weeks ago

NDC Conferences
The Real Problem of C++ - Klaus Iglberger - NDC TechTown 2025

This talk was recorded at NDC TechTown in Kongsberg, Norway. #ndctechtown #ndcconferences #developer ...

56:59
The Real Problem of C++ - Klaus Iglberger - NDC TechTown 2025

3,695 views

2 weeks ago

VidhyaKshetra
Real world analogy of singleton design pattern in c#?

Real world analogy of singleton design pattern to truly understand the singleton design pattern it helps to step away from code ...

4:11
Real world analogy of singleton design pattern in c#?

21 views

3 weeks ago

Stephen Blum
C Basics

Software Engineering with C Programming Language.

2:27:57
C Basics

13,741 views

Streamed 2 weeks ago

D3kryption
Fragment Design Pattern Explained | Modular Game Design in Unreal Engine (C++)

In this Unreal Engine video, we break down the **Fragment Design Pattern** — what it is, why it exists, and how it can be used to ...

13:05
Fragment Design Pattern Explained | Modular Game Design in Unreal Engine (C++)

375 views

2 days ago

Stephen Blum
C Basics

Software Engineering with C Programming Language.

2:35:05
C Basics

14,776 views

Streamed 3 weeks ago

Refactoring Bitcoin
C++ Terminology

Learn what is wrong with terms like "pure abstract interface".

11:38
C++ Terminology

125 views

3 weeks ago

UrsaSkyeVODs
Programming Training Day

https://www.twitch.tv/ursaskye Programming Training Day to brush up on my skills from the ground up!

3:07:51
Programming Training Day

0 views

Streamed 6 days ago

Digi Hero - A on Tech
The Hardest Thing About Programming

Databases taught me the power of structure, while design patterns tested my patience. In the end, the hardest part wasn't logic—it ...

1:00
The Hardest Thing About Programming

6 views

3 weeks ago

Codey-Singh
The Design Pattern Behind foreach | Iterator Pattern in C# | Code like a Sr. Dev | Ep. 15

In this video, we break down the Iterator Pattern in C# — the design pattern that powers `foreach` and helps you write cleaner, ...

7:53
The Design Pattern Behind foreach | Iterator Pattern in C# | Code like a Sr. Dev | Ep. 15

4 views

5 days ago

freeCodeCamp.org and tapaScript by Tapas Adhikary
React Performance Optimization Patterns Course

... Course, 15 days of React Design patterns: https://www.youtube.com/playlist?list=PLIJrr73KDmRyQVT__uFZvaVfWPdfyMFHC ...

1:35:56
React Performance Optimization Patterns Course

22,961 views

3 weeks ago

InterviewGuide
Design Pattern Interview Questions and Answers | How to Pass the Interview

We explain creational, structural, and behavioral design patterns in a simple and practical way, with real-world examples to help ...

18:31
Design Pattern Interview Questions and Answers | How to Pass the Interview

25 views

2 weeks ago

ExistentialDev
Stop Using Messy Constructors! Master the Builder Pattern in C++

In this tutorial, we dive deep into the Builder Design Pattern. You'll learn how to transform messy, unreadable object initialization ...

2:11
Stop Using Messy Constructors! Master the Builder Pattern in C++

18 views

5 days ago

Codey-Singh
Command Pattern in C# Explained | Code like a Senior Dev Ep. 14

Like the video if it helped Subscribe for more real-world design patterns Check the full playlist to level up your architecture ...

5:05
Command Pattern in C# Explained | Code like a Senior Dev Ep. 14

0 views

12 days ago

C-mmon
Singleton Design Pattern: Real World Use Case

... implementation and the way we we are going to uh achieve this is using some design pattern right so just for the spoiler alert we ...

11:46
Singleton Design Pattern: Real World Use Case

5 views

2 weeks ago

The DotNet Way
C# .NET Core Interview: SOLID Principles & Design Patterns (Ep 1)

C# .NET Core Interview: SOLID Principles & Design Patterns | Real-World Scenario (Ep 1) Welcome to The DotNet Way — your ...

8:19
C# .NET Core Interview: SOLID Principles & Design Patterns (Ep 1)

399 views

13 days ago

LucidCTA
Most dangerous Salesforce Anti-Patterns - Top 13 Mistakes

Most dangerous Salesforce Anti-Patterns - Top 13 Mistakes To know more, follow: https://www.youtube.com/@lucidcta/videos ...

41:40
Most dangerous Salesforce Anti-Patterns - Top 13 Mistakes

1,415 views

4 weeks ago

SoftwareAndSocketWrenches
Design of a Fixed Block Memory Manager and explanation

A video describing the design of a fixed block memory manager I previously implemented in C The source code will be available ...

14:02
Design of a Fixed Block Memory Manager and explanation

24 views

3 weeks ago

Func Prog Sweden
First Online Func Prog Sweden 2026

PeelCode https://peelcode.devsip.tech/ a site that I built to help developers practice functional programming and design patterns ...

2:06:35
First Online Func Prog Sweden 2026

302 views

Streamed 11 days ago

Vriddhi Eduhub
06 Builder Design Pattern Explained | Step-by-Step Construct | c# Beginner Friendly | Vriddhi Eduhub

Welcome to Vriddhi Eduhub In this video, we explain the Builder Design Pattern in a simple, clear, and beginner-friendly way ...

19:59
06 Builder Design Pattern Explained | Step-by-Step Construct | c# Beginner Friendly | Vriddhi Eduhub

18 views

4 weeks ago

Uplatz
Modern Architectures: Consistency, Scalability, and Distributed Design Patterns | Uplatz

Modern software systems operate in highly distributed environments where consistency, scalability, and resilience must be ...

7:09
Modern Architectures: Consistency, Scalability, and Distributed Design Patterns | Uplatz

5 views

2 weeks ago

CppCon
Moving Complexity Down: The Real Path to Scaling Up C++ Code - Malin Stanescu - CppCon 2025

By diving at the level of code itself, we see ways the KISS principle fails and how design patterns work outside of the box. Finally ...

1:05:33
Moving Complexity Down: The Real Path to Scaling Up C++ Code - Malin Stanescu - CppCon 2025

3,159 views

11 days ago