ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

20,280 results

MUCplusplus
[MUC++] Klaus Iglberger - Command vs Strategy (Lightning Talk)

The Command and Strategy design patterns have been our companions for more than two decades. And still, we keep wondering ...

12:08
[MUC++] Klaus Iglberger - Command vs Strategy (Lightning Talk)

1,127 views

4 years ago

CppNow
Dmitri Nesteruk: Design Patterns in the 21st Century

Design patterns started with Smalltalk and "old" C++. Since then, programming languages and paradigms have advanced quite a ...

41:31
Dmitri Nesteruk: Design Patterns in the 21st Century

2,399 views

9 years ago

Microsoft Visual Studio
SOLID Design Patterns

In this episode, Robert is joined by Phil Japikse for a chat about design patterns. Software design patterns have been around long ...

57:18
SOLID Design Patterns

254,343 views

9 years ago

Software Architecture Monday
Lesson 28 - Service Design Patterns

In this lesson Mark Richards “opens up and looks under the hood” inside a service (microservice or macro service) and describes ...

5:46
Lesson 28 - Service Design Patterns

12,638 views

7 years ago

Microsoft Visual Studio
Design Patterns: Decorator

This is the last of an eight part series where Robert is joined by Phil Japikse to discuss design patterns. A design pattern is a best ...

17:21
Design Patterns: Decorator

27,477 views

8 years ago

VoidRealms
QML Object Serialization - Qt 5 Design Patterns

Qt 5 Design Patterns on Udemy https://www.udemy.com/course/qt-5-design-patterns/?referralCode=3C2C41D87AB3A17B395F.

13:23
QML Object Serialization - Qt 5 Design Patterns

2,633 views

5 years ago

VoidRealms
Magic Statics - Singleton Replacement - Qt 5 Design Patterns

Qt 5 Design Patterns on Udemy https://www.udemy.com/course/qt-5-design-patterns/?referralCode=3C2C41D87AB3A17B395F.

7:21
Magic Statics - Singleton Replacement - Qt 5 Design Patterns

2,618 views

5 years ago

Design Patterns Lectures
The Scoped Locking Design Pattern

In this video, the Scoped Locking software design pattern is explained. Scoped Locking: Use language scope semantics to ...

3:57
The Scoped Locking Design Pattern

587 views

5 years ago

VoidRealms
Null Object Pattern - Qt 5 Design Patterns

Qt 5 Design Patterns on Udemy https://www.udemy.com/course/qt-5-design-patterns/?referralCode=3C2C41D87AB3A17B395F.

3:59
Null Object Pattern - Qt 5 Design Patterns

1,794 views

5 years ago

Microsoft Visual Studio
Design Patterns: Strategy

This is the second of an eight part series where Robert is joined by Phil Japikse to discuss design patterns. A design pattern is a ...

13:59
Design Patterns: Strategy

39,023 views

8 years ago

CppNow
Tony Van Eerd: Thread-safe Observer Pattern - You're doing it wrong

We've all written an Observer Pattern or list of Listeners at some point or another. And then later had to make it "thread safe".

1:30:18
Tony Van Eerd: Thread-safe Observer Pattern - You're doing it wrong

5,833 views

9 years ago

Microsoft Visual Studio
Design Patterns: Adapter and Façade

This is the seventh of an eight part series where Robert is joined by Phil Japikse to discuss design patterns. A design pattern is a ...

22:29
Design Patterns: Adapter and Façade

18,111 views

8 years ago

Scott Stanchfield
Design Patterns Session 6 (Composite, Visitor)

Composite and Visitor Patterns Code: https://github.com/javadude/patterns.session6.

57:02
Design Patterns Session 6 (Composite, Visitor)

776 views

10 years ago

strager
3 real-world visitor design pattern examples in Rust, JS, & C++

Why would we ever want to use the visitor design pattern? Aren't design patterns a waste of time? Let's look at how programmers ...

5:16
3 real-world visitor design pattern examples in Rust, JS, & C++

16,245 views

3 years ago

Microsoft Visual Studio
Design Patterns: Observer and Publish-Subscribe

This is the fourth of an eight part series where Robert is joined by Phil Japikse to discuss design patterns. A design pattern is a ...

18:18
Design Patterns: Observer and Publish-Subscribe

24,037 views

8 years ago

VoidRealms
Decorator Pattern - Qt 5 Design Patterns

Qt 5 Design Patterns on Udemy https://www.udemy.com/course/qt-5-design-patterns/?referralCode=3C2C41D87AB3A17B395F.

8:04
Decorator Pattern - Qt 5 Design Patterns

2,607 views

5 years ago

VoidRealms
Single Responsibility Principle - Qt 5 Design Patterns

Qt 5 Design Patterns on Udemy https://www.udemy.com/course/qt-5-design-patterns/?referralCode=3C2C41D87AB3A17B395F.

6:34
Single Responsibility Principle - Qt 5 Design Patterns

2,308 views

5 years ago

ProgramArtist
Design Patterns - Visitor

In this episode I show the Visitor design pattern, explain when it is useful and when not. I show an example of how to implement ...

28:27
Design Patterns - Visitor

3,236 views

8 years ago

Vicente Adolfo Bolea Sánchez
4) Autotools and Design patterns

In this seminar I talk about autotools and design patterns, the scope goes as follow: Autotools example: 18:36 - autotools - design ...

54:20
4) Autotools and Design patterns

135 views

9 years ago

Scott Stanchfield
Design Patterns Session 4 (Command, Undo/Redo)

Command Pattern, Undo/Redo https://github.com/javadude/patterns.session4.

56:04
Design Patterns Session 4 (Command, Undo/Redo)

7,849 views

10 years ago

Design Patterns Lectures
The Counted Pointer Design Pattern

In this video, the Counted Pointer design pattern is explained. Counted Pointer: Count the references to an object, and delete the ...

9:49
The Counted Pointer Design Pattern

950 views

5 years ago

Microsoft Visual Studio
Design Patterns: Singleton

This is the fifth of an eight part series where Robert is joined by Phil Japikse to discuss design patterns. A design pattern is a best ...

16:11
Design Patterns: Singleton

29,437 views

8 years ago

Mark Sherriff
CS 3240 - ON7 - Design Patterns 1

We have a visitor for most of today's short lecture :-). Notes: * Information on the XP adjustments for online * Q&A session went ...

10:43
CS 3240 - ON7 - Design Patterns 1

451 views

5 years ago

CppNow
Mach7: The Design and Evolution of a Pattern Matching Library for C++

Yuriy Solodkyy's talk from C++Now 2014 Slides are available here: ...

1:35:38
Mach7: The Design and Evolution of a Pattern Matching Library for C++

2,932 views

11 years ago

CppNow
C++Now 2019: Daisy Hollman “Thoughts on Curiously Recurring Template Pattern”

http://cppnow.org — Lightning Talk — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

5:05
C++Now 2019: Daisy Hollman “Thoughts on Curiously Recurring Template Pattern”

5,933 views

6 years ago