ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

278,932 results

Geekific
The Proxy Pattern Explained and Implemented in Java | Structural Design Patterns | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Today, we add the last ...

5:49
The Proxy Pattern Explained and Implemented in Java | Structural Design Patterns | Geekific

56,646 views

3 years ago

Christopher Okhravi
Proxy Pattern – Design Patterns (ep 10)

Video series on Design Patterns for Object Oriented Languages. This time we look at the Proxy Pattern. BUY MY BOOK: ...

37:35
Proxy Pattern – Design Patterns (ep 10)

173,698 views

8 years ago

levonog
Proxy - Design Patterns in 5 minutes

Dive into the world of software design patterns with this insightful guide to the Proxy Pattern in Object-Oriented Programming ...

3:59
Proxy - Design Patterns in 5 minutes

7,411 views

1 year ago

Hello Byte
Proxy Design Pattern: Easy Guide for Beginners

Discover the Proxy Design Pattern with ByteVigor! In this video, we explore how proxy objects can control access to real objects, ...

4:35
Proxy Design Pattern: Easy Guide for Beginners

3,073 views

1 year ago

Code, Tech, and Tutorials
The Proxy Pattern - Programming Design Patterns - Ep 10 - C++ Coding

Repo: https://github.com/codetechandtutorials/DesignPatterns --- Video Written, Edited, & Produced By: ▷ Matthew Early ...

34:58
The Proxy Pattern - Programming Design Patterns - Ep 10 - C++ Coding

1,499 views

3 years ago

Derek Banas
Proxy Design Pattern Tutorial

Code is Here: http://goo.gl/dzqhV Welcome to my Proxy Design Pattern Tutorial! The Proxy design pattern limits access to just the ...

8:13
Proxy Design Pattern Tutorial

169,482 views

13 years ago

Daily Code Buffer
Proxy Design Pattern in detail | Interview Question

Head to https://cutt.ly/spring_micro and use Coupon Code SUPER70 to get 70% off the course. Proxy is a structural design pattern ...

6:11
Proxy Design Pattern in detail | Interview Question

19,957 views

3 years ago

Fathy & Abusrea - فتحي و أبوسريع
3- Proxy Pattern | Design Patterns in javascript

Proxy Pattern | Design Patterns in javascript 00:00 What's the proxy pattern? 01:21 Code Examples 03:38 Pros & Cons Useful ...

4:48
3- Proxy Pattern | Design Patterns in javascript

5,525 views

3 years ago

ByteByteGo
Proxy vs Reverse Proxy (Real-world Examples)

Weekly system design newsletter: https://bit.ly/3tfAlYD Checkout our bestselling System Design Interview books: Volume 1: ...

5:17
Proxy vs Reverse Proxy (Real-world Examples)

743,611 views

3 years ago

DoableDanny
Proxy Pattern - C# Design Patterns (ep 18)

Learn about the Proxy Pattern, a structural design pattern that provides a surrogate or placeholder for another object, controlling ...

18:18
Proxy Pattern - C# Design Patterns (ep 18)

206 views

1 year ago

CppNuts
Proxy Design Pattern In C++

In this video we will learn about a Proxy Design Pattern In C++. Few points about the proxy design patterns are: * A proxy class ...

4:29
Proxy Design Pattern In C++

3,243 views

1 year ago

NeuralNine
Proxy Design Pattern - Advanced Python Tutorial #8

In this video we talk about the proxy design pattern in Python. ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾ Programming Books ...

5:12
Proxy Design Pattern - Advanced Python Tutorial #8

41,964 views

4 years ago

SingletonSean
Proxy Pattern - DESIGN PATTERNS (C#/.NET)

Learn about the proxy pattern, which is a structural pattern that involves controlling access to an object. This pattern is very similar ...

9:19
Proxy Pattern - DESIGN PATTERNS (C#/.NET)

5,313 views

3 years ago

SBCODE
Proxy Design Pattern

Proxy Design Pattern Article : https://medium.com/@sean_bradley/proxy-design-pattern-84fcfd82c4be Sometimes you just want to ...

4:25
Proxy Design Pattern

2,246 views

5 years ago

Kevin Ghadyani - JavaScript
Actual use case for JavaScript PROXY!

Use cases for JavaScript proxies is one of the things most people aren't familiar with doing, but it's a super powerful tool if you ...

13:09
Actual use case for JavaScript PROXY!

19,324 views

4 years ago

Coder Army
Proxy Design Pattern | Virtual Proxy | Protection Proxy | Remote Proxy

Welcome to Lecture 21 of the Ultimate Low-Level Design (LLD) Series by Coder Army! Fifth week for** ...

37:25
Proxy Design Pattern | Virtual Proxy | Protection Proxy | Remote Proxy

6,959 views

6 months ago

International PHP Conference
The Proxy Pattern in PHP - Marco Pivetta | IPC13

What is an Object Proxy? This talk explains how virtual proxies, ghost objects and generally "fake" objects can actually help ...

47:33
The Proxy Pattern in PHP - Marco Pivetta | IPC13

2,301 views

11 years ago

Selenium Express
Proxy Design Pattern - The Heart Of Spring Framework (AOP) | Dynamic Proxy | Design patterns in java

Transaction Management in Spring, Prerequisites. Hi in this lesson we will be learning one of the design pattern in java called the ...

1:32:06
Proxy Design Pattern - The Heart Of Spring Framework (AOP) | Dynamic Proxy | Design patterns in java

38,110 views

3 years ago

TutorialsPoint
Proxy Design Pattern

Proxy Design Pattern Watch more Videos at https://www.tutorialspoint.com/videotutorials/index.htm Lecture By: Mr. Arnab ...

9:59
Proxy Design Pattern

17,268 views

7 years ago

Renato Augusto
Padrão de Projeto Proxy: Melhore a Arquitetura do Seu Código Usando Orientação a Objetos!

Conheça O MAPA DO ARQUITETO - Um guia de carreira completo Do Iniciante ao Arquiteto de Software: ...

19:15
Padrão de Projeto Proxy: Melhore a Arquitetura do Seu Código Usando Orientação a Objetos!

23,423 views

11 months ago

The Coding Gopher
Proxy Design Pattern: Optimize Your App Like a Pro

Learn how the Proxy Design Pattern helps manage access to resource-intensive objects through lazy initialization and controlled ...

5:07
Proxy Design Pattern: Optimize Your App Like a Pro

537 views

1 year ago

DevSage
Javascript Design Patterns #6 - Proxy Pattern

What is a proxy object? A proxy object is an object that acts as an interface (or placeholder) for something else. The proxy could ...

12:11
Javascript Design Patterns #6 - Proxy Pattern

29,824 views

6 years ago

Jesper Kristensen (jtk.eth)
Uncut Gem: Mastering the Diamond Proxy Pattern [Advanced Proxy Pattern]

Learn about diamond proxy patterns, a general yet complex proxy pattern. I'll share with you what you need to get started and dive ...

27:24
Uncut Gem: Mastering the Diamond Proxy Pattern [Advanced Proxy Pattern]

5,372 views

2 years ago

udaykiran․tech
Proxy Pattern | Structural Design Pattern | Intent, Examples, UML, Code & Trade-Offs

How does the Proxy Pattern provide controlled access to resources? In this video, we delve into the Proxy Pattern, a structural ...

11:33
Proxy Pattern | Structural Design Pattern | Intent, Examples, UML, Code & Trade-Offs

50 views

1 year ago

codeonedigest
Proxy Design Pattern Explained with Examples for Software Developers & Beginners

In this video we will learn about Proxy design pattern. This is the third design principle in Integration design patterns category for ...

10:02
Proxy Design Pattern Explained with Examples for Software Developers & Beginners

818 views

2 years ago