Simple, sweet, crisp and up-to the point. Thanks for explaining it this way. Looking forward to more such design pattern videos. Thanks Yogita.
@shariefranaАй бұрын
you always make very clear, easy to understand and simple presentations, request you to create a playlist of all java design patterns.
@romerop15 Жыл бұрын
You nailed it! It was a very simple explanation. Thank you!
@mohans10012 жыл бұрын
Thank you Yogita for one more real time important pattern explanation
@saiprasadkyatam1702 Жыл бұрын
Lovely mam i truly gained knowledge through this video which will be never erased from my mind.
@gurudattshanbhag88782 жыл бұрын
Very easy to understand using these examples. Please make more content like this.
@sachinverma93602 жыл бұрын
Thank you for your videos on design patterns....U make complex content very simple.
@pravaskumar70782 жыл бұрын
great explanation and super example you’re a gem
@GauravKawatrakir2 жыл бұрын
One thing you forget. How is the facade different from the factory / Abstract factory pattern? The explanation of facade is very excellent.
@nageshjatagond4175 Жыл бұрын
Great explanation and example😃
@ks21285 Жыл бұрын
Very good analogy, thank you
@FunplosionHQ2 жыл бұрын
Thank you for making it super simple.
@AkshayKumar-xh2ob Жыл бұрын
Bohot hard, very good explaination. One request if you can attach the video for complete bookmyshow LLD along with this.
@harshadommeti49366 ай бұрын
I have a question, is this same as the service layer in the MVC architecture? Like your controller -> Service class -> repository where controller does not do the transfermations or apply business rules or calls the database instead the service calls does this process. Can we call the service class as facade class here?
@alpanakushwaha9109 Жыл бұрын
😍🤩
@ninjajain27692 жыл бұрын
This is very nice series where you focused on LLD Design. Are you going to add more DP to this series ?
@j.r.krishna1122 Жыл бұрын
Excellent
@ashwin-e1bАй бұрын
how is it different from factory design?? isnt' it same as client call factory and then it calls the main logic??
@digvijaychauhan73122 жыл бұрын
It is same as slf4j.log4j,logback etc.That is facade.Isnt it? May be you can give this example also,so we get some idea of the slf4j.Just a suggestion,though.
@utkarshsingh7579 Жыл бұрын
Can you provide the github link to the code example in the videos?
@jasper5016 Жыл бұрын
I requested several times, why don't you do a few case studies for LLD? BookMyshow, eCommerce, Hospital Management, Meeting Calendar app, etc?
@yaad1222 жыл бұрын
Thanks madam it's really helpful
@kSERITIKGupta2 жыл бұрын
I have one question, currently even freshers are also being asked Low Level Design,I just completed your playlist,I wanted to know whether this much is enough or not and also can you share some resources where I can study the code examples in c++
@harshadommeti49366 ай бұрын
Usually playlists in this channel are are good enough to crack interview for freshers but if you have time why not learn more? All the best for your interviews 😊
@khushaltrivedi9829 Жыл бұрын
is this same as abstraction?
@dhruveshkhandelwal81042 жыл бұрын
in this case you're using facade as a service which performs actions on multiple objects, combines and gives result.
@mdnadeemasgar6279 Жыл бұрын
Hi Yogita, can you please upload the code online and share the code url in the description. So that we can also try manipulating the code for the given design pattern.