ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

118,908 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,941 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,493 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,912 views

8 years ago

Engineering Lead
Design patterns - The proxy pattern. ( YT for full video ) #softwareengineering

The proxy pattern this provides a surrogate or placeholder for another object to control access to it an example is image proxies ...

0:27
Design patterns - The proxy pattern. ( YT for full video ) #softwareengineering

707 views

2 years ago

Zoran on C#
Lambdas Almost Killed the Strategy Pattern

Watch the long video: https://youtu.be/jwCW446hoPk Become a sponsor to access source code ...

0:55
Lambdas Almost Killed the Strategy Pattern

37,543 views

1 year ago

Matt Pocock
You HAVE to know this TypeScript pattern

Become a TypeScript Wizard with my TypeScript course: https://www.totaltypescript.com Follow Matt on Twitter ...

1:46
You HAVE to know this TypeScript pattern

47,114 views

6 months ago

Fluxbuild
Proxy Design Pattern

The Proxy structural design pattern in Python is essential for several compelling reasons: Security Enhancement: By using a ...

0:27
Proxy Design Pattern

646 views

1 year ago

Code To Cash Flow
What is the Proxy Design Pattern? (Structural OOP 7 of 7)

Build a virtual proxy in C++ that lazily loads expensive resources and caches them for reuse. We'll implement Image, RealImage, ...

1:07
What is the Proxy Design Pattern? (Structural OOP 7 of 7)

3,152 views

4 months 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,157 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,528 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,075 views

4 years ago

CQR94
Exploring the Proxy Design Pattern | Simplifying Code Structure

Explore the world of design patterns with a focus on the Proxy design pattern. Uncover the principles and benefits of using the ...

0:11
Exploring the Proxy Design Pattern | Simplifying Code Structure

714 views

3 years ago

ArjanCodes
Why Design Patterns are Rarely Used in Python

In today's short, I will explain why unlike Java/C#, there is a lack of design patterns in Python and how this influences your code.

0:52
Why Design Patterns are Rarely Used in Python

73,192 views

2 years ago

Couch Programmer
Design patterns are for brainless programmers • Mike Acton

CppCon 2014: Mike Acton "Data-Oriented Design and C++" ...

0:20
Design patterns are for brainless programmers • Mike Acton

96,929 views

1 year ago

codeonedigest
Proxy Design Pattern Short Tutorial with Examples for Cloud Developers

Proxy service may call different services individually. In Proxy pattern, we can build one level of extra security by providing a dump ...

1:00
Proxy Design Pattern Short Tutorial with Examples for Cloud Developers

488 views

2 years ago

en
How to Implement Proxy Pattern || design patterns simplified

Learn how the Proxy Pattern works in just 15 seconds! This design pattern is useful when you need to control access to an object, ...

0:16
How to Implement Proxy Pattern || design patterns simplified

165 views

8 months ago

People also watched

Impure Pics
Functional alternatives to every GoF pattern

Let's go through each of the 23 GoF patterns and see which one I actually see being used and what the functional alternatives are ...

1:09:36
Functional alternatives to every GoF pattern

9,059 views

9 days ago

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

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

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

1 month 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,286 views

6 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,427 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,406 views

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

2 years ago

Marcia en Desplegando Cloud
You're designing your serverless applications WRONG

⭐️ Join the Desplegando.cloud community: https://join.desplegando.cloud/ 👉🏽 Mini-course on Process Orchestration and Step ...

13:19
You're designing your serverless applications WRONG

289 views

22 hours ago

ArjanCodes
The Factory Pattern in Python // Separate Creation From Use

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I explain what the Factory pattern (or: ...

14:58
The Factory Pattern in Python // Separate Creation From Use

195,356 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,304 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,275 views

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

3 years ago