13. Proxy Design Pattern Explanation | LLD System Design | System Design Interview Question | Java

13. Proxy Design Pattern Explanation | LLD System Design | System Design Interview Question | Java

Concept && Coding - by Shrayansh

2 года назад

33,932 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Abhinav
Abhinav - 09.09.2023 16:15

Sir Please code ko aur acche se samjha diya kariye

Ответить
Lak
Lak - 08.09.2023 20:09

Do you think it makes sense to use singleton pattern for EmployeeDaoImpl? Also making the proxy object singleton (in the case of multiple proxies, implementing singleton for all the proxies) ?

Ответить
Shefali singh
Shefali singh - 07.09.2023 20:00

Thankyou for the video I ahve been following your LLD playlist and its been useful. Although Can you also tell how the response is sent to proxies before giving it back to client? Does the EmployeeDao class also need to have has-a relationship with EmployeeDaoProxy in that case ?

Ответить
shubham kumar
shubham kumar - 16.08.2023 22:39

can some one send repository link pleas

Ответить
Way To LiveLife
Way To LiveLife - 16.08.2023 12:23

in your employee example what are the other benefits of proxy class..this authetication task can be checked in concrete class as well..? college me proxy server wala example i understood bhai.

Ответить
Mayank Kashyap
Mayank Kashyap - 15.08.2023 11:44

I am thinking of middleware while watching this video are they similar?

Ответить
Niitsh Prasad Kushwaha
Niitsh Prasad Kushwaha - 31.07.2023 13:47

nicee

Ответить
pree
pree - 10.07.2023 05:11

Could you add subtitles in english ?

Ответить
Anurag
Anurag - 07.06.2023 10:58

Hi Shreyansh,
looks like you missed adding the code for ProxyDesign Pattern in your repo.
Can you please check it?
OR
if someone is able to find it, please give me link.

Ответить
Sus
Sus - 23.05.2023 07:42

is this same as middleware in nodejs?

Ответить
Ashutosh Kumar
Ashutosh Kumar - 09.04.2023 21:08

ye kuch decorator dp jaisa lag rha

Ответить
Code with ADI
Code with ADI - 29.03.2023 16:37

There are some design patterns code are unavailable. Please provide it.

Ответить
prem ium
prem ium - 08.03.2023 21:48

It felt like decorator pattern which has and is relation exist... whats diff?

Ответить
Swadha Pathak
Swadha Pathak - 04.03.2023 13:22

Hey, thankyou for such a good content. Could you please add code for all design patterns you taught in this playlist on your gitlab link? It would be great help.

Ответить
ARGHYADEEP MANDAL
ARGHYADEEP MANDAL - 09.02.2023 19:51

In the constructor of proxy class we are creating a new object of implementation class.Shouldn't that object be passed as constructor injection?🤔

Ответить
Surya basetty
Surya basetty - 07.02.2023 05:26

Why don't we place the validation and other part in employee table class? Is it because of Single Responsibility Principle?

Ответить
auroshis ray
auroshis ray - 18.01.2023 21:37

thanks a lot for this amazing tutorial!!

Ответить
Gurupreet Singh
Gurupreet Singh - 28.12.2022 11:23

Hey , here what is different b/w proxy and facade, ? Here i can see instead of proxy we can achieve same thing with facde pattern also , right?

Ответить
Venkata Jagannath
Venkata Jagannath - 13.12.2022 14:47

What is the difference between this & Chain of Responsibility pattern ? In COR pattern, we keep seperate handlers and handles the validations or other business logic separately.

Ответить
SR
SR - 27.11.2022 21:34

Can we use this pattern to avoid null checks for Strings?

Ответить
Hemant Parihar
Hemant Parihar - 26.11.2022 18:36

Hi, How will you restrict the client from creating the object of EmployeeDoaImpl directly? We want EmployeeDoaImpl only created through EmployeeDoaProxy.

Ответить
Omprakash Yadav
Omprakash Yadav - 22.11.2022 15:15

Great video , thanks

Ответить
Coding Seekho
Coding Seekho - 16.10.2022 22:31

Bhai playlist ulti hogai hai, sahi se isko kaunsa video pehle dekhna hai us hisab se arange kardo. Ya bata do kis video ke baad kisko follow karu?

Ответить
NAMAN SARASWAT
NAMAN SARASWAT - 15.10.2022 17:57

Good examples given in this video.

Ответить
Harsh In Red Zone
Harsh In Red Zone - 14.10.2022 18:22

Bhai, aapka channel grow ho raha hai

Ответить
Real Things
Real Things - 02.10.2022 03:49

Hi, Can you please cover all possible important design patterns please? the way you explain will help a lot in understanding.

Ответить
ashutosh parashar
ashutosh parashar - 23.09.2022 18:08

Hi Sir, I have a question regarding learning these design patterns how you have learned these concepts by yourself like have you seen videos or through documentation.

In a broader sense, I want to understand how to learn a new concept on my own, for lld I have you videos but in long run I have solve the problem on my own how to build that mindset. Please Suggest.

Ответить
Nikhil K
Nikhil K - 29.08.2022 10:44

Which design pattern is best suited for designing an authentication service? Is proxy pattern the one ?

Ответить
Shuchi
Shuchi - 11.07.2022 03:49

Hi .. please cover all the design imp patterns as soon as possible... Your videos are extremely great... the way you explain is quite awesome 🙂

Ответить