ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

11,887,028 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,888 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,435 views

2 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

266,011 views

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

5 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,940 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,711 views

3 years ago

CppCon
Modern C++: C++ Patterns to Make Embedded Programming More Productive - Steve Bush - CppCon 2022

https://cppcon.org/ --- Modern C++ to Impress Your Embedded Dev Friends - C++ patterns to make embedded programming more ...

1:00:13
Modern C++: C++ Patterns to Make Embedded Programming More Productive - Steve Bush - CppCon 2022

45,211 views

3 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,950 views

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

6 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,133 views

2 years ago

Devoxx UK
Design Patterns Revisited in Modern Java by Venkat Subramaniam

For more info on the next Devoxx UK event www.devoxx.co.uk Design Patterns are common ways to solve problems that ...

51:30
Design Patterns Revisited in Modern Java by Venkat Subramaniam

39,784 views

2 years ago

The PrimeTime
Solid Programming - No Thanks

Recorded live on twitch, GET IN ### Article https://www.freecodecamp.org/news/solid-principles-explained-in-plain-english/ By: ...

32:00
Solid Programming - No Thanks

481,086 views

1 year ago

CodeAesthetic
Don't Write Comments

Why you shouldn't write comments in your code (write documentation) Access to code examples, discord, song names and more ...

5:55
Don't Write Comments

925,669 views

3 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,228 views

6 years 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,950 views

6 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,387 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,200 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,310 views

2 years 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,661 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

942,720 views

1 year 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,077 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,569 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,534 views

4 years ago