ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

59 results

Ahmed Sammour
How to proxy design pattern in java?. easiest way.

In this tutorial, we will learn how to implement proxy design pattern in Java programming. Proxy allows for object level access ...

2:46
How to proxy design pattern in java?. easiest way.

591 views

9 years ago

Roel Van de Paar
Proxy chaining: how does it exactly work?

Proxy chaining: how does it exactly work? Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

1:48
Proxy chaining: how does it exactly work?

62 views

4 years ago

Roel Van de Paar
Software Engineering: Difference between the Adapter pattern and the Proxy pattern? (2 Solutions!!)

Software Engineering: Difference between the Adapter pattern and the Proxy pattern? Helpful? Please support me on Patreon: ...

1:52
Software Engineering: Difference between the Adapter pattern and the Proxy pattern? (2 Solutions!!)

49 views

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

5 years ago

Otavio Santana
Where can I see Java Proxy on Applications?

shorts You use Java Proxy more often than you think, mainly if you use any Java platform such as Spring and Jakarta EE. #Java ...

0:58
Where can I see Java Proxy on Applications?

236 views

2 years ago

The Debug Zone
Resolving JDK Dynamic Proxy Injection Issues with Reactor.fn.Consumer

In this video, we delve into the complexities of JDK dynamic proxy injection issues that can arise in Java applications.

2:26
Resolving JDK Dynamic Proxy Injection Issues with Reactor.fn.Consumer

15 views

4 months ago

42 Entwickler
Multi-Masking with #EntityMask - generate multiple #DTOs

Using the EntityMask source generator, you can automatically create DataTransfer objects. It implements the Protected Proxy ...

1:26
Multi-Masking with #EntityMask - generate multiple #DTOs

1,212 views

7 months ago

Roel Van de Paar
proxy pattern in Python

proxy pattern in Python Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks & praise to ...

2:44
proxy pattern in Python

8 views

3 years ago

Code with tkssharma
Prototype pattern in Javascript   Design Pattern #73

Mastering JavaScript Design Patterns Elevate Your JavaScript Development with Proven Patterns Design patterns provide ...

1:14
Prototype pattern in Javascript Design Pattern #73

357 views

7 years ago

Roel Van de Paar
Code Review: Proxy/Wrapper class for a dynamic object from a SOAP API (2 Solutions!!)

Code Review: Proxy/Wrapper class for a dynamic object from a SOAP API Helpful? Please support me on Patreon: ...

3:14
Code Review: Proxy/Wrapper class for a dynamic object from a SOAP API (2 Solutions!!)

4 views

3 years ago

Roel Van de Paar
Ruby: Proxy pattern, reducing method calls (2 Solutions!!)

Ruby: Proxy pattern, reducing method calls Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

3:26
Ruby: Proxy pattern, reducing method calls (2 Solutions!!)

23 views

3 years ago

Roel Van de Paar
Software Engineering: Design question: Is this good case for proxy pattern, or "over done"?

Software Engineering: Design question: Is this good case for proxy pattern, or "over done"? Helpful? Please support me on ...

2:28
Software Engineering: Design question: Is this good case for proxy pattern, or "over done"?

1 view

3 years ago

Roel Van de Paar
Software Engineering: What is a real-world usage for Prototype pattern in Java? (3 Solutions!!)

Software Engineering: What is a real-world usage for Prototype pattern in Java? Helpful? Please support me on Patreon: ...

2:18
Software Engineering: What is a real-world usage for Prototype pattern in Java? (3 Solutions!!)

24 views

3 years ago

Roel Van de Paar
MVP Passive View -> Dependency Injection -> Factory Pattern -> Is testing behaviour whilst...

Software Engineering: MVP Passive View -> Dependency Injection -> Factory Pattern -> Is testing behaviour whilst ignoring ...

2:23
MVP Passive View -> Dependency Injection -> Factory Pattern -> Is testing behaviour whilst...

8 views

3 years ago

Design Patterns Lectures
The Builder Design Pattern

In this video, the Builder software design pattern is explained. Builder: Create parts of an object individually and assemble them in ...

3:07
The Builder Design Pattern

675 views

5 years ago

Otavio Santana
Java Reflection Annotation: what is the difference between Retension vs Target.

shorts To start using Java reflection and create its annotation, remember that there are retention and target annotations. But what ...

0:42
Java Reflection Annotation: what is the difference between Retension vs Target.

271 views

2 years ago

Ingeniero John Ortiz Ordoñez
JavaScript - Ejercicio 928: Aplicar el Patrón de Diseño Singleton al Momento de Crear una Aplicación

928. Aplicar el Patrón de Diseño Singleton al Momento de Crear una Aplicación con el lenguaje de programación JavaScript.

3:59
JavaScript - Ejercicio 928: Aplicar el Patrón de Diseño Singleton al Momento de Crear una Aplicación

296 views

5 years ago

Design Patterns Lectures
The Message Endpoint Design Pattern

In this video, the Message Endpoint software design pattern is explained. Message Endpoint: Provide functionality to send and ...

2:56
The Message Endpoint Design Pattern

725 views

5 years ago

Code Master
Curso Patrones de Diseño

En esta serie estaremos publicando semanalmente 🗓️ videos sobre el uso de diferentes patrones de diseño con Java .

1:49
Curso Patrones de Diseño

2,735 views

1 year ago

src7cse
Python Design Patterns Tutorial for Beginners 2025 #python3 #oop #PythonDesignPatterns #src7cse

Python Design Patterns Tutorial for Beginners 2025 #python3 #oop #PythonDesignPatterns #src7cse Welcome to my Channel...!

2:51
Python Design Patterns Tutorial for Beginners 2025 #python3 #oop #PythonDesignPatterns #src7cse

31 views

4 months ago

Roel Van de Paar
Code Review: Web-scraping through a rotating proxy script

Code Review: Web-scraping through a rotating proxy script Helpful? Please support me on Patreon: ...

3:01
Code Review: Web-scraping through a rotating proxy script

7 views

3 years ago

Roel Van de Paar
Magento: Factory Class vs. Proxy Class in magento2 (2 Solutions!!)

Magento: Factory Class vs. Proxy Class in magento2 Helpful? Please support me on Patreon: ...

2:11
Magento: Factory Class vs. Proxy Class in magento2 (2 Solutions!!)

167 views

4 years ago

42 Entwickler
EntityMask - Easily transform methods into DTOs #designpatterns #softwarearchitecture

Using the EntityMask source generator, you can automatically create DataTransfer objects. It implements the Protected Proxy ...

1:30
EntityMask - Easily transform methods into DTOs #designpatterns #softwarearchitecture

934 views

7 months ago

Roel Van de Paar
TCP Proxy with multiple clients? (4 Solutions!!)

TCP Proxy with multiple clients? Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

2:07
TCP Proxy with multiple clients? (4 Solutions!!)

29 views

4 years ago

PichlaTutorials - IT
Design Pattern #14 - FACADE

In diesem Video wird das Facade Design Pattern behandelt: - Was ist eine Fassade? - Wozu wird es verwendet?

2:10
Design Pattern #14 - FACADE

177 views

4 years ago