proxy-design-pattern
There are 17 repositories under proxy-design-pattern topic.
M-Taghizadeh/Python-Design-Patterns
implementation of design patterns with python
akshatsh0610/Proxy-Design-Pattern-Low-Level-Design-
Hey everyone here is the implementation of Proxy Design Pattern
arminmokri/DesignPatterns
This repo features key design patterns with concise explanations and practical implementations to help you understand and apply software design principles.
BrodyGaudel/design-pattern
design pattern
bujosa/proxy-design-pattern
See example of proxy design pattern in go
divyamsavsaviya/object-oriented-design-patterns
This repository is a comprehensive showcase of various design patterns implemented in Java, demonstrating advanced Object-Oriented Design (OOD) principles in Java. The patterns implemented in this project are fundamental to building robust, flexible, and maintainable software systems.
furkanozev/Object-Oriented-Analysis-Design
Object Oriented Analysis and Design (JAVA Language) Design Patterns, Java GUI
KishorNaik/Sol_Proxy_Pattern_Typescript
example of Proxy Pattern in Typescript
dogukanmuslukcu/DesignPatterns
This is a learning project for Design Patterns
hi-shekhar/low_level_design
Implementation of several LLD using Typescript
nickhealthy-playground/inflearn-spring-advanced2
스프링부트 강의 | designPattern, 동적 프록시, Aop 개념
TheRealPad/calculator
calculator to handle infinite numbers and priorities
akifislam/Proxy-Design-Pattern
This repository demonstrates the Proxy Pattern where client's order will be served from global ware house or proxy warehouse depending on the product availability
daggerok/proxy-pattern-example
Proxy Design Pattern java implementation
ferhatcandas/TStack.Proxy
Dynamic proxy library, proxy design pattern
mehboobali98/Protection-Proxy-Design-Pattern
The repository contains an implementation of the Proxy design pattern. Proxy is a structural design pattern that lets you provide a substitute or placeholder for another object. A proxy controls access to the original object, allowing you to perform something either before or after the request gets through to the original object.