ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

101 results

!!Con
!!Con West 2019 - Michael Arntzenius: Software patterns … from the 9th century?!!

Presented at !!Con West 2019: http://bangbangcon.com/west In 9th-century Europe, agriculture underwent a major refactoring ...

9:34
!!Con West 2019 - Michael Arntzenius: Software patterns … from the 9th century?!!

196 views

6 years ago

Programming threads
Singleton Pattern in Python: Step-by-Step Implementation with new

Part of the Python Design Patterns Series: Learn Factory, Builder, and other GoF patterns with hands-on examples.

5:05
Singleton Pattern in Python: Step-by-Step Implementation with new

57 views

1 year ago

Programming threads
Stop Using If/Else! Learn Factory Pattern Python

**Key Topics Covered:** Factory pattern Python implementation | Factory method design pattern | Creational design patterns ...

6:54
Stop Using If/Else! Learn Factory Pattern Python

223 views

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

5 years ago

Programming threads
Stop Writing Constructors with 10+ Parameters! | Builder Pattern

... #PythonProgramming #CleanCode Like and subscribe for more Python design patterns! Which design pattern should I ...

5:06
Stop Writing Constructors with 10+ Parameters! | Builder Pattern

129 views

1 year 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,156 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,560 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

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

Design Patterns (Wzorce Projektowe) - Factory Method (Metoda Wytwórcza) Metoda wytwórcza jest kreacyjnym wzorcem ...

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

1,885 views

3 years ago

Mariusz Jurczenko
Design Patterns (Wzorce Projektowe) - Prototype (Prototyp)

Prototyp (Prototype) Prototyp jest kreacyjnym wzorcem projektowym, który umożliwia kopiowanie już istniejących obiektów.

15:28
Design Patterns (Wzorce Projektowe) - Prototype (Prototyp)

563 views

3 years ago

Advance in Coding
Master STATIC PROPERTIES in Under 10 Minutes

Engineering: Clean Code - Rober C. Martin (Uncle Bob) https://amzn.to/4c91Jw8 Design Patterns - Erich Gamma, and others ...

9:27
Master STATIC PROPERTIES in Under 10 Minutes

40 views

1 year ago

wikipedia tts
Software design pattern | Wikipedia audio article

Design patterns are formalized best practices that the programmer can use to solve common problems when designing an ...

15:31
Software design pattern | Wikipedia audio article

8 views

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

5 years ago

Jonathan Dinu
Introduction to Distributed Computing with the Ray Framework

... Docs: https://docs.ray.io/en/master/index.html Original Ray Paper: https://arxiv.org/abs/1712.05889 Ray Design Patterns: ...

15:13
Introduction to Distributed Computing with the Ray Framework

16,025 views

4 years ago

Programming threads
Test Driven Development Explained: Red-Green-Refactor Cycle in Python

Learn Test Driven Development (TDD) step by step and understand why this software development method can transform the way ...

15:26
Test Driven Development Explained: Red-Green-Refactor Cycle in Python

63 views

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

2 years ago

Marco Winzker (Professor)
Pattern Recognition with NN on FPGA - Circuit Architecture and VHDL Design

Video 3. Lecture Series on Neural Network for Pattern Recognition on an FPGA Lecture 3 of a project to implement a neural ...

12:10
Pattern Recognition with NN on FPGA - Circuit Architecture and VHDL Design

3,431 views

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

3 years ago

COMPUTER & EXCEL SOLUTION
Pyramid pattern in Python@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

6:44
Pyramid pattern in Python@COMPUTEREXCELSOLUTION

37 views

3 years ago

Marco Winzker (Professor)
Pattern Recognition with NN on FPGA - Introduction

Video 1. Lecture Series on Neural Network for Pattern Recognition on an FPGA Lecture 1 of a project to implement a neural ...

4:13
Pattern Recognition with NN on FPGA - Introduction

2,584 views

3 years ago

Craig Piercy
Design Models for Servlet Guessing Game

Thinking before coding! Here we present and discuss some diagrams used to understand the components of a simple Web ...

4:07
Design Models for Servlet Guessing Game

3,344 views

11 years ago

EmacsConf and Emacs hangouts
Emacs Research Group, Season Zero: What we did together with Emacs in 2 hours a week for a year

We reflected further on our experiences and methods, linking our CLA to plans and design patterns. As a formal research output, ...

10:23
Emacs Research Group, Season Zero: What we did together with Emacs in 2 hours a week for a year

513 views

4 years ago

Marco Winzker (Professor)
Pattern Recognition with NN on FPGA - Training of Neural Network

Video 2. Lecture Series on Neural Network for Pattern Recognition on an FPGA Lecture 2 of a project to implement a neural ...

9:31
Pattern Recognition with NN on FPGA - Training of Neural Network

5,810 views

3 years ago

SoftAware Project
Layered architecture

Let's start to investigate architectural styles or patterns. One of the easy-to-understand architectures still used in solutions ...

10:40
Layered architecture

8,905 views

4 years ago

makingthematrix
Programming with Functions #3 - Pattern Matching

So, instead of big object-oriented design patterns, you can have just data structures and code handling them in a clear and ...

8:27
Programming with Functions #3 - Pattern Matching

991 views

4 years ago