Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
652,870 results
Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Today, we add the last ...
62,593 views
4y ago
Video series on Design Patterns for Object Oriented Languages. This time we look at the Proxy Pattern. BUY MY BOOK: ...
177,270 views
9y ago
Dive into the world of software design patterns with this insightful guide to the Proxy Pattern in Object-Oriented Programming ...
9,111 views
2y ago
Discover the Proxy Design Pattern with ByteVigor! In this video, we explore how proxy objects can control access to real objects, ...
5,002 views
Head to https://cutt.ly/spring_micro and use Coupon Code SUPER70 to get 70% off the course. Proxy is a structural design pattern ...
22,034 views
3y ago
In this video we talk about the proxy design pattern in Python. ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾ Programming Books ...
44,110 views
5y ago
Welcome to Lecture 21 of the Ultimate Low-Level Design (LLD) Series by Coder Army! Fifth week for** [#lowleveldesign](https ...
20,567 views
1y ago
Design Pattern #8: Proxy Design Pattern The Proxy Design Pattern is a structural design pattern that acts as a controlled ...
2,283 views
3mo ago
Code is Here: http://goo.gl/dzqhV Welcome to my Proxy Design Pattern Tutorial! The Proxy design pattern limits access to just the ...
170,209 views
13y ago
The Proxy Design Pattern in Java is a structural pattern that provides a surrogate or placeholder to control access to another ...
2,657 views
The Proxy design pattern is a structural pattern that provides a placeholder or surrogate object to control access to an original, ...
500 views
4mo ago
In this video we will learn about a Proxy Design Pattern In C++. Few points about the proxy design patterns are: * A proxy class ...
3,904 views
Learn how the Proxy Design Pattern helps manage access to resource-intensive objects through lazy initialization and controlled ...
621 views
Design Patterns Course. Learn how to use the Proxy design pattern in JavaScript and TypeScript and see how easy it is to ...
4,900 views
Article - https://codewitharyan.com/system-design/low-level-design Structured DSA (Basics to Advanced) Practice ...
4,251 views
Trong video hôm nay, chúng ta sẽ cùng tìm hiểu về 1 loại Structural Design Pattern, đó là Proxy Pattern. Nội dung video: - Giới ...
556 views
Learn: Properties & Implementation with example in Java of Proxy Design Pattern Source ...
38,531 views
7y ago
What is a proxy object? A proxy object is an object that acts as an interface (or placeholder) for something else. The proxy could ...
30,243 views
6y ago
Proxy Design Pattern Watch more Videos at https://www.tutorialspoint.com/videotutorials/index.htm Lecture By: Mr. Arnab ...
17,417 views
8y ago
Source code: https://github.com/CodeWithRSV/Youtube-Tutorials/tree/main/design-patterns/DemoApp In this video, we will ...
995 views
In this video, the Proxy software design pattern is explained. Proxy: Provide a transparent placeholder for another object. This is ...
1,098 views
Proxy Pattern | Design Patterns in javascript 00:00 What's the proxy pattern? 01:21 Code Examples 03:38 Pros & Cons Useful ...
5,865 views
Transaction Management in Spring, Prerequisites. Hi in this lesson we will be learning one of the design pattern in java called the ...
41,482 views
Notes: Shared in the Member Community Post (If you are Member of this channel, then pls check the Member community post, ...
97,098 views
Proxy Design Pattern Article : https://medium.com/@sean_bradley/proxy-design-pattern-84fcfd82c4be Sometimes you just want to ...
2,285 views
In this video we will learn about Proxy design pattern. This is the third design principle in Integration design patterns category for ...
943 views
In this video, I am going to walk through the Proxy Design Pattern. It is an Introduction video for .NET Developers [.NET 5 and C#].
4,755 views
Implementation of Proxy Pattern in C#.
3,615 views
Hey Folks, New video ( Proxy ) in Design Patterns Series ️ ️ ️ Playlist ...
647 views
In this video, we explore the Proxy Design Pattern, a structural pattern that provides a surrogate or placeholder for another object ...
18 views
The Proxy design pattern explained with examples in code & microservices scenario. Patreon ...
10,049 views
Examples are available in the explanation: https://github.com/Eng-MohammedReda Telegram chat with me Contact me directly via ...
35,374 views
Java Interview Questions – Episode 5 What's the difference between the Decorator, Proxy, and Adapter patterns in Java?
84 views
Proxy. Alors au niveau du pattern proxy qu'est-ce qu'on peut faire donc je vais créer un super cage que je vais appeler proxy.
3,968 views
شرح مبسط لأنماط التصميم فى البرمجة باللغة العربية 0:00 مقدمة 1:09 يعنى ايه Structural Pattern 1:44 مثال توضيحى مبسط 5:02 ...
6,968 views
Do you have any Query? Kindly message us on WhatsApp https://wa.me/message/VLQEBSCSNL73P1 . We won't pick calls, just ...
956 views
Proxy is a structural design pattern that lets you provide a substitute or placeholder for another object. A proxy controls access to ...
526 views
Weekly system design newsletter: https://bit.ly/3tfAlYD Checkout our bestselling System Design Interview books: Volume 1: ...
831,794 views
Learn about the Proxy Pattern, a structural design pattern that provides a surrogate or placeholder for another object, controlling ...
278 views
Learn about the proxy pattern, which is a structural pattern that involves controlling access to an object. This pattern is very similar ...
5,523 views
Design patterns, e.g. Proxy design pattern, are meant to solve a real time design problem and are applicable in many ...
3,843 views
Proxy Pattern explained with real-world examples! In this video, we explore the Proxy Design Pattern, a structural pattern used to ...
15 views
Delve into the world of design patterns with a detailed explanation of the Proxy design pattern. Discover how the Proxy pattern ...
74 views
Let's learn the theory of the Proxy pattern. This pattern is intended to provide a surrogate or location marker for another ...
7,435 views
Repo: https://github.com/codetechandtutorials/DesignPatterns --- Video Written, Edited, & Produced By: ▷ Matthew Early ...
1,613 views
Vamos falar sobre o padrão Proxy, Proxies dinâmicos da JDK e CGLIB, conceitos muito utilizados por frameworks como o Spring.
8,806 views
Unlock the power of the Proxy design pattern! In this animated tutorial, we break down how proxies work to make your code more ...
12 views
Just like Pattern Matching in modern Java provides clean, type-safe access to data, structural design patterns give you clean, ...
669 views
2mo ago
In Java, Structural Design Patterns are a group of design patterns that focus on the composition of classes and objects. They are ...
152 views
Master the Proxy pattern in this technical deep dive! Learn how to use "stand-in" objects to add lazy loading, access control, and ...
9 views
Links : http://www.in28minutes.com https://github.com/in28minutes?tab=repositories https://www.udemy.com/user/in28minutes/ ...
3,110 views
10y ago
This is a short video clip that describes the proxy design pattern and explain a simple implementation in PHP.
3,118 views
15y ago
http://java9s.com Proxy Design pattern is one of the most frequently used software design pattern. It can be applied to do some pre ...
26,863 views
In this video, you'll learn how to use the Proxy Design Pattern to create secure and efficient Java applications. We'll explain what ...
76 views
What is Proxy Design Pattern? Proxy pattern is a simple object to access the complex object and it avoids need to create complex ...
193 views
CIS-260 Home Page: http://www.c-jump.com/bcc/c260c/CIS260syllabus.html Handout: ...
70 views
View full course here: https://www.pluralsight.com/courses/c-sharp-design-patterns-proxy Join Pluralsight author Steve Smith as ...
2,655 views
The Proxy Pattern is a structural design pattern that provides a surrogate or placeholder for another object to control access to it.
58 views
Proxy design pattern in a structural design pattern. Video explain the pattern and its usefulness and then uses the pattern to build ...
147 views
Proxy Design Pattern in Java | Detailed Explanation with UML & Real Examples In this video, we dive deep into one of the most ...
29 views
26 views
93 views
This tutorial is about the Proxy Pattern. ❤❤❤ Early access to tutorials, polls, live events, and downloads ❤❤❤ ❤❤❤ https://www ...
7,224 views
Proxy Pattern - the hidden workhorse behind lazy loading, API caching, access control, and remote calls. Once you see it, you'll ...
57 views
Master the Proxy Design Pattern for Senior Software Engineer Interviews Dive deep into the Proxy Design Pattern - an essential ...
40 views
Error at 1:50: "ATM might have other objects" should have been "ATM might have other methods"
139 views
What is the Proxy Pattern, how does it work, and what are its pros and cons? The Proxy Pattern is a structural design pattern that ...
13 views
The structure of the proxy pattern is actually really simple there's three pieces to it one is the interface and then there's two classes ...
5,271 views
In this tutorial, we dive into the implementation of the Proxy pattern using the Messaging Design Pattern (MDP). Proxies are ...
1,597 views
Structural Design Pattern- Proxy Design Pattern.
kkjavatutorials About this Video: Hello Friends, In this video i will talk Proxy Design in JDK and frameworks ? Source code LINK: ...
1,154 views
13.2 Proxy Design Pattern.
110 views
The Gang of Four describe the proxy pattern as: “Provide a surrogate or placeholder for another object to control access to it.
300 views
What happens when 1 million users hit your database simultaneously? In this video, we break down the Proxy Design Pattern in ...
4 views
A proxy, in its most general form, is a class functioning as an interface to something else. In short, a proxy is a wrapper or agent ...
61 views
In this tutorial, we delve into the Proxy Design Pattern using a real-time example of a Proxy Server. Proxy Design Pattern acts as a ...
7,500 views
12y ago
https://www.youtube.com/channel/UC971_t26MVs7uMtjbgf7elQ?sub_confirmation=1 - Please like, share and subscribe to my ...
161 views
How does the Proxy Pattern provide controlled access to resources? In this video, we delve into the Proxy Pattern, a structural ...
90 views
Proxy Design Pattern.
48 views
The Proxy design pattern solves three classic low level design (LLD) problems with one structure: lazy loading, access control, ...
11 views
Como o Proxy Encaixa na Orientação a Objetos: Aprofunde-se na aplicação do Design Pattern Proxy para criar soluções ...
36,158 views
Welcome back everyone to my structural design pattern series and in this video we will discuss the proxy design pattern let's ...
10 views
A couple of in-game clips of how the Proxy design pattern might have been implemented in Assassin's Creed Revelations.
1,001 views
335 views
Learn the Proxy design pattern in minutes! In this episode, Emma explains how the Proxy pattern acts as a substitute for another ...
5 views
11mo ago
82 views
Master the Proxy Design Pattern and learn how to control object access like a professional security system! This comprehensive ...
39 views
A practical deep dive into the Proxy Pattern and how it helps design flexible, maintainable architectures. In this video, we explore ...
6 views
6mo ago
Node.js Design Patterns — Chapter 8, Lesson 1 Topics covered: 1. What a Proxy Does 2. Three Implementation Techniques 3.
2 views
Join us as we talk about: UVM's Factory's hidden gem: Proxy design class. How do you write one in SystemVerilog?
528 views