ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

577 results

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

Design Patterns Lectures
The Locks Design Pattern

In this video, the Locks Patterns are generally explained. Locks: Acquire a mutual exclusive lock in an atomic manner before a ...

5:01
The Locks Design Pattern

649 views

5 years ago

Bald. Bearded. Builder.
Should my Services be Transient, Scoped, or Singleton?

The basics of Transient, Scoped, and Singleton .NET dependency injection lifetime scopes. This video covers the basics of each ...

3:40
Should my Services be Transient, Scoped, or Singleton?

16,658 views

1 year ago

EmacsConf and Emacs hangouts
EmacsConf 2021: Emacs as Design Pattern Learning - Greta Goetz

00:00 Introduction 01:16 Definition of design patterns and relation to Emacs 05:18 Why this approach matters 09:12 Managing ...

23:00
EmacsConf 2021: Emacs as Design Pattern Learning - Greta Goetz

3,402 views

4 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

Design Patterns Lectures
The Composite Design Pattern

In this video, the Composite software design pattern is explained. Composite: Handle single and multiple objects in the same way.

10:39
The Composite Design Pattern

10,602 views

5 years ago

Design Patterns Lectures
The Message Bus Design Pattern

In this video, the Message Bus software design pattern is explained. Message Bus: Provide a common communication platforom ...

3:10
The Message Bus Design Pattern

7,522 views

5 years ago

Design Patterns Lectures
The Bridge Design Pattern

In this video, the Bridge software design pattern is explained. Bridge: Decouple the client abstraction and underlying ...

6:49
The Bridge Design Pattern

1,173 views

5 years ago

Design Patterns Lectures
The Presentation-Abstraction-Control (PAC) Design Pattern

In this video, the Presentation-Abstraction-Control (PAC) design pattern is discussed. The idea of this pattern is to split up the ...

5:06
The Presentation-Abstraction-Control (PAC) Design Pattern

5,239 views

5 years ago

Design Patterns Lectures
The Visitor Design Pattern

In this video, the Visitor software design pattern is explained. Visitor: Add different behavior for each object type in aggregates of ...

11:39
The Visitor Design Pattern

15,784 views

5 years ago

Design Patterns Lectures
The Thread-Specific Storage Design Pattern

In this video, a short overview for the Thread-Specific Storage software design pattern is given (also called "Thread-Local").

1:36
The Thread-Specific Storage Design Pattern

756 views

5 years ago

Mariusz Jurczenko
Design Patterns (Wzorce Projektowe) - Builder (Budowniczy)

Budowniczy (Builder) Builder jest kreacyjnym wzorcem projektowym, który daje możliwość tworzenia złożonych obiektów etapami ...

19:57
Design Patterns (Wzorce Projektowe) - Builder (Budowniczy)

1,173 views

3 years ago

MMqd
Make Systems Not Games

Learn to Architect Your Dream Game—Systems, Code & Workflow https://mmqd.gumroad.com/l/mmqd-project-mastery-course ...

11:12
Make Systems Not Games

271,003 views

6 months ago

Design Patterns Lectures
The Command Design Pattern

In this video, the Command software design pattern is explained. Command: Encapsulate a task and its context to be executed ...

5:24
The Command Design Pattern

1,933 views

5 years ago

Mariusz Jurczenko
Design Patterns (Wzorce Projektowe) - Abstract Factory (Fabryka abstrakcyjna)

Fabryka abstrakcyjna bardziej praktyczny przykład. Intencją wzorca fabryki abstrakcyjnej jest zapewnienie interfejsu do tworzenia ...

16:39
Design Patterns (Wzorce Projektowe) - Abstract Factory (Fabryka abstrakcyjna)

708 views

3 years ago

Otavio Santana
CDI Introduction and Exploring Polymorphism

These five guides help us understand the need for specific design patterns and software architecture in general. It is an excellent ...

20:34
CDI Introduction and Exploring Polymorphism

264 views

3 years ago

Mariusz Jurczenko
Design Patterns (Wzorce Projektowe) - Most (Bridge)

Most (Bridge) Ten wzorzec ma na celu oddzielenie abstrakcji klasy od implementacji. W rezultacie zapewnia to możliwość ...

15:37
Design Patterns (Wzorce Projektowe) - Most (Bridge)

657 views

3 years ago

Houston FPUG
Steven Proctor, "The Interceptor Pattern"

Interceptors are a pattern in the Clojure community that help with state management, error handling, and asynchronous ...

2:09:39
Steven Proctor, "The Interceptor Pattern"

698 views

3 years ago

Confreaks
RubyConf 2016 - Composition by James Dabbs

RubyConf 2016 - Composition by James Dabbs Our work as programmers consists largely of problem decomposition and ...

47:56
RubyConf 2016 - Composition by James Dabbs

2,251 views

9 years ago

Matthew Renze
Clean Architecture: Patterns, Practices, and Principles

View the full online course here: pluralsight.pxf.io/clean-architecture.

1:27
Clean Architecture: Patterns, Practices, and Principles

3,157 views

7 years ago

timClicks
Teach yourself how to write idiomatic Rust code

Almost everyone comes to Rust with prior programming experience. That can make the experience feel somewhat alien.

9:55
Teach yourself how to write idiomatic Rust code

6,929 views

2 years ago

Mariusz Jurczenko
Design Patterns (Wzorce Projektowe) - Factory Method (Metoda Wytwórcza)

Metoda Wytwórcza bardziej praktyczny przykład. Jak już wiemy intencją wzorca, jest zdefiniowanie interfejsu do tworzenia ...

19:16
Design Patterns (Wzorce Projektowe) - Factory Method (Metoda Wytwórcza)

885 views

3 years ago

Jeremy Likness
Web API Design Patterns Implemented with ASP. NET Core 2.0

This video explains how to get started with a set of hands-on labs to implement Web API Design patterns with ASP. NET Core 2.0.

2:41
Web API Design Patterns Implemented with ASP. NET Core 2.0

2,549 views

8 years ago

Mariusz Jurczenko
Design Patterns (Wzorce Projektowe) - Abstract Factory (Fabryka abstrakcyjna)

Fabryka abstrakcyjna (Abstract Factory) Fabryka abstrakcyjna jest kreacyjnym wzorcem projektowym, który udostępnia interfejs do ...

20:25
Design Patterns (Wzorce Projektowe) - Abstract Factory (Fabryka abstrakcyjna)

1,613 views

3 years ago

Otavio Santana
Java Builder Pattern and Fluent-API - how to create complex objects with Java

Java Builder is a pattern that can help you to create complex objects. Every time we create a new instance model, we must ensure ...

21:29
Java Builder Pattern and Fluent-API - how to create complex objects with Java

2,105 views

3 years ago