ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

11,888,281 results

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,721,248 views

3 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

429,228 views

2 years ago

Martin K. Schröder
Embedded C Programming Design Patterns | Clean Code | Coding Standards |

Udemy courses: get book + video content in one package: Cursor Control: master software engineering acceleration using ...

1:38:10
Embedded C Programming Design Patterns | Clean Code | Coding Standards |

96,300 views

5 years ago

Jono Williams
Strategy Pattern, The Best Software Design Pattern

... is my favorite software design pattern ‍ ‍ ‍ Social ▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭ Github: ...

2:23
Strategy Pattern, The Best Software Design Pattern

141,284 views

1 year ago

Programming with Mosh
Design Patterns in Plain English | Mosh Hamedani

Design Patterns tutorial explained in simple words using real-world examples. Ready to master design patterns? - Check out ...

1:20:01
Design Patterns in Plain English | Mosh Hamedani

1,529,749 views

6 years ago

People also watched

Patrick WashingtonDC
C# Design Patterns - step by step - made easy for Beginners.

Fastest way to learn C# Design Patterns. A 3 day class edited so tight, what resulted was just 2.5 hrs. When you learn a ...

1:00:57
C# Design Patterns - step by step - made easy for Beginners.

160,929 views

7 years ago

CppCon
Design Patterns: Facts and Misconceptions - Klaus Iglberger - CppCon 2021

https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- Design Patterns have proven to be useful over several decades ...

50:43
Design Patterns: Facts and Misconceptions - Klaus Iglberger - CppCon 2021

25,705 views

3 years ago

Martin K. Schröder
Embedded C Programming Design Patterns: Callback

Udemy courses: get book + video content in one package: Cursor Control: master software engineering acceleration using ...

22:55
Embedded C Programming Design Patterns: Callback

18,130 views

2 years ago

CppCon
Breaking Dependencies - The Visitor Design Pattern in Cpp - Klaus Iglberger - CppCon 2022

But there is a common workaround to overcome this weakness: the Visitor design pattern. In this talk, I'll explain the design ...

1:02:09
Breaking Dependencies - The Visitor Design Pattern in Cpp - Klaus Iglberger - CppCon 2022

47,931 views

2 years ago

Geekific
SOLID Design Principles with Java Examples | Clean Code and Best Practices | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Clean and quality code ...

10:47
SOLID Design Principles with Java Examples | Clean Code and Best Practices | Geekific

125,935 views

4 years ago

CppCon
C++ Design Patterns: From C++03 to C++17 - Fedor Pikus - CppCon 2019

http://CppCon.org — Discussion & Comments: https://www.reddit.com/r/cpp/ — Presentation Slides, PDFs, Source Code and other ...

1:00:00
C++ Design Patterns: From C++03 to C++17 - Fedor Pikus - CppCon 2019

38,227 views

6 years ago

Coderized
How principled coders outperform the competition

We'll also discuss programming design patterns and how they can serve as a universal vocabulary for better understanding your ...

11:11
How principled coders outperform the competition

1,958,786 views

2 years ago

miss google
C++ Design Patterns and Behavioural | C++ Master Course

Welcome to my Channel...! ❤ In this video we are going to learn about C++ Design Patterns and Behavioural. These are the ...

3:29:18
C++ Design Patterns and Behavioural | C++ Master Course

1,712 views

1 year ago

Christopher Okhravi
Strategy Pattern – Design Patterns (ep 1)

Video series on Design Patterns for Object Oriented Languages. This time we explore the Strategy Pattern. BUY MY BOOK: ...

35:11
Strategy Pattern – Design Patterns (ep 1)

1,613,805 views

9 years ago

Meeting Cpp
Writing better embedded Software - Dan Saks - Keynote Meeting Embedded 2018

Writing better embedded Software Dan Saks Keynote Meeting Embedded 2018 https://meetingembedded.com/2018.

1:18:07
Writing better embedded Software - Dan Saks - Keynote Meeting Embedded 2018

50,620 views

6 years ago

freeCodeCamp.org
Master Design Patterns & SOLID Principles in C# - Full OOP Course for Beginners

In this comprehensive and beginner-friendly course, you will learn all of the tools that you need to become an advanced OOP ...

11:46:54
Master Design Patterns & SOLID Principles in C# - Full OOP Course for Beginners

265,578 views

1 year ago

Bruce_Douglass
Design Patterns for Embedded Systems in C

This talk discusses design patterns for real-time and embedded systems developed in the C language. Design is all about ...

1:03:04
Design Patterns for Embedded Systems in C

46,186 views

4 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,278,080 views

2 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

941,521 views

1 year 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

536,489 views

2 years ago

Alpha Brains Courses
Modern C++ Design Patterns Full Course ⚡️

About This Course* This course is designed for C++ developers who want to improve their skills by learning key concepts like ...

1:36:40
Modern C++ Design Patterns Full Course ⚡️

19,050 views

2 years ago

ACCU Conference
'Design Patterns in Modern C++' - Dmitri Nesteruk [ ACCU 2016 ]

The original Design Patterns book was written in the early days of C++ when none of the modern constructs were available and ...

1:07:05
'Design Patterns in Modern C++' - Dmitri Nesteruk [ ACCU 2016 ]

12,137 views

9 years ago

tutorialsEU - C#
Singleton Design Pattern in C# - Do it THAT way

One of the well-known "Gang of Four" design patterns, which describe how to solve recurring problems in object-oriented software ...

13:15
Singleton Design Pattern in C# - Do it THAT way

40,554 views

3 years ago

Simplilearn
C# Design Patterns | Design Pattern Tutorial For Beginners | C# Programming Tutorial | Simplilearn

Full Stack Java Developer Program (Discount Code - YTBE15) ...

11:04
C# Design Patterns | Design Pattern Tutorial For Beginners | C# Programming Tutorial | Simplilearn

47,527 views

4 years ago