ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

117,990 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,962 views

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

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

8 years 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,162 views

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

13 years 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

42,079 views

4 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,308 views

3 years 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,276 views

1 year ago

People also watched

Spring I/O
Top 10 Rest API Design Pitfalls by Victor Rentea @ Spring I/O 2025

Spring I/O 2025 - 22-23 May, Barcelona An entertaining review of the most common mistakes in designing an API, from the most ...

51:44
Top 10 Rest API Design Pitfalls by Victor Rentea @ Spring I/O 2025

16,535 views

4 months ago

Alex Hyett
5 Design Patterns That Are ACTUALLY Used By Developers

CHAPTERS 00:00 - Introduction 00:37 - What is a Design Pattern? 02:01 - What are the Design Patterns? 03:27 - Strategy Pattern ...

9:27
5 Design Patterns That Are ACTUALLY Used By Developers

425,487 views

2 years ago

PyCon Sweden
Design Patterns in Python by Peter Ullrich

Software Design Patterns are commonly used in professional software development and are important for aspiring programmers ...

27:31
Design Patterns in Python by Peter Ullrich

139,409 views

8 years ago

Sweet Codey
Master Low Level Design Patterns | Complete Tutorial 2025

Unlock the power of Design Patterns in Python and take your coding skills to the next level! In this 1+ hour in-depth tutorial, you'll ...

1:09:55
Master Low Level Design Patterns | Complete Tutorial 2025

1,897 views

2 months 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)

748,283 views

3 years ago

ByteByteGo
Top 7 Most-Used Distributed System Patterns

Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter.: https://blog.bytebytego.com Animation ...

6:14
Top 7 Most-Used Distributed System Patterns

330,523 views

2 years ago

CodeAesthetic
Dependency Injection, The Best Pattern

Try using the attachment service at https://www.patreon.com/codeaesthetic You'll also find deleted scenes, song names and more.

13:16
Dependency Injection, The Best Pattern

1,089,991 views

2 years ago

Programming with Mosh
Design Patterns in Plain English | Mosh Hamedani

Design Patterns tutorial explained in simple words using real-world examples. Ready to master design patterns? - Check out ...

1:20:01
Design Patterns in Plain English | Mosh Hamedani

1,526,385 views

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

6 years ago

NeetCode
8 Design Patterns EVERY Developer Should Know

Checkout my second Channel: @NeetCodeIO While some object oriented design patterns are a bit outdated, it's important for ...

9:47
8 Design Patterns EVERY Developer Should Know

1,274,776 views

2 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

20,098 views

3 years 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,501 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,275 views

7 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,247 views

5 years ago

codeWithAryan
Proxy Design Pattern Explained: Benefits, Examples & Use Cases 😊🚀

Article - https://codewitharyan.com/system-design/low-level-design Structured DSA (Basics to Advanced) Practice ...

12:58
Proxy Design Pattern Explained: Benefits, Examples & Use Cases 😊🚀

2,054 views

9 months 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

824 views

2 years 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

542 views

1 year ago

Coding Simplified
Proxy Design Pattern in Java

Learn: Properties & Implementation with example in Java of Proxy Design Pattern Source ...

5:32
Proxy Design Pattern in Java

38,113 views

7 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

7,524 views

7 months ago