Observer Design Pattern explained in EASY way with CODE and Real Examples!! ✌️

Sdílet
Vložit
  • čas přidán 2. 06. 2022
  • A very important design pattern that I have discussed in multiple interviews and that has many applications in real world as well. Let me know in comments how you found the video!
    𝐑𝐞𝐠𝐢𝐬𝐭𝐞𝐫 𝐨𝐧 𝐑𝐞𝐥𝐞𝐯𝐞𝐥 𝐭𝐨 𝐠𝐞𝐭 𝐲𝐨𝐮𝐫 𝐃𝐫𝐞𝐚𝐦 𝐉𝐨𝐛:
    relvl.co/frp4
    𝐑𝐞𝐠𝐢𝐬𝐭𝐞𝐫 𝐨𝐧 𝐑𝐞𝐥𝐞𝐯𝐞𝐥 𝐒𝐞𝐥𝐞𝐜𝐭:
    relvl.co/jcwk
    You can get 𝐃𝐈𝐒𝐂𝐎𝐔𝐍𝐓𝐒 using code "KEERTI" -
    ➡️ On 𝐈𝐧𝐭𝐞𝐫𝐯𝐢𝐞𝐰𝐑𝐞𝐚𝐝𝐲 - get.interviewready.io/?_aff=K...
    ➡️ On 𝐄𝐝𝐮𝐜𝐚𝐭𝐢𝐯𝐞 - educative.io/keerti
    ➡️ On all 𝐆𝐞𝐞𝐤𝐬𝐅𝐨𝐫𝐆𝐞𝐞𝐤𝐬 paid courses - practice.geeksforgeeks.org/co...
    Please 𝐬𝐮𝐛𝐬𝐜𝐫𝐢𝐛𝐞 here - / keertipurswani
    You can also connect with me on-
    𝐈𝐧𝐬𝐭𝐚𝐠𝐫𝐚𝐦 (for not so professional, chill side of my life) - keerti.purs...
    𝐓𝐞𝐥𝐞𝐠𝐫𝐚𝐦 Channel - t.me/keertipurswani
    𝐓𝐰𝐢𝐭𝐭𝐞𝐫 - KeertiPurswani?s=09
    𝐋𝐢𝐧𝐤𝐞𝐝𝐈𝐧 - / keertipurswani
    𝐂𝐡𝐞𝐜𝐤 𝐨𝐮𝐭 𝐭𝐡𝐞𝐬𝐞 𝐩𝐥𝐚𝐲𝐥𝐢𝐬𝐭𝐬-
    𝐌𝐨𝐜𝐤 𝐈𝐧𝐭𝐞𝐫𝐯𝐢𝐞𝐰𝐬 - • Mock Coding Interview ...
    𝐃𝐞𝐬𝐢𝐠𝐧 𝐏𝐚𝐭𝐭𝐞𝐫𝐧𝐬 -
    • Intro to Design Patter...
    𝐃𝐒𝐀 - • Median of 2 Sorted Arr...
    𝐃𝐲𝐧𝐚𝐦𝐢𝐜 𝐏𝐫𝐨𝐠𝐫𝐚𝐦𝐦𝐢𝐧𝐠 - • Burst Balloon Problem ...
    𝐇𝐨𝐧𝐞𝐬𝐭 𝐂𝐨𝐧𝐯𝐞𝐫𝐬𝐚𝐭𝐢𝐨𝐧𝐬 -
    • Meet Hiring Manager at...
    𝐂++ - • VTable & VPointers - V...
    𝐁𝐚𝐬𝐢𝐜𝐬 𝐨𝐟 𝐈𝐧𝐯𝐞𝐬𝐭𝐦𝐞𝐧𝐭𝐬 - • What are IPOs? How to ...
    𝐋𝐢𝐟𝐞 𝐚𝐭 𝐈𝐧𝐭𝐮𝐢𝐭 - • Meet my Manager at Int...
    𝐒𝐡𝐨𝐫𝐭𝐬 - • Floor, Ceil use for Pr...
    𝐂++ 𝐒𝐓𝐋 - • What is C++ STL? Why d...
    𝐓𝐫𝐞𝐞𝐬 & 𝐆𝐫𝐚𝐩𝐡𝐬 - • BFS, DFS|Explanation w...
    𝐖𝐢𝐭𝐡 𝐏𝐚𝐩𝐚 - • Explaining OOPs concep...
    𝐒𝐲𝐬𝐭𝐞𝐦 𝐃𝐞𝐬𝐢𝐠𝐧 - • Factory Design Pattern...
    𝐏𝐚𝐢𝐧𝐭𝐢𝐧𝐠𝐬 - • Wall Art | SwitchBoard...
    𝐕𝐥𝐨𝐠𝐬 - • Best Ladakh Bike Trip ...
    #systemdesign #designpatterns #softwareengineering

Komentáře • 65

  • @smithau440
    @smithau440 Před 2 lety +13

    I used factory design pattern in my interview recently. Your video on factory DSP was very helpful. Looking forward for other design pattern videos.

  • @spp1896
    @spp1896 Před 2 lety +9

    Hi Keerti, your design patterns series is really useful, thanks for the effors. I have one request, it will be great if you can solve some LLD interview questions and explain how design patterns can fit into the problem.
    This will really help us understand how design patterns can be used in real world problems

  • @abhinavr5533
    @abhinavr5533 Před 2 lety +3

    I love these design pattern videos. The code example helps conceptualize things better.
    I use this pattern all the time in my job, since it is part of MVC, where the data-model acts as the subject that is being 'observed'.

  • @intezaralam9357
    @intezaralam9357 Před 2 lety

    Hello Keerti,
    They was you explain the concepts and then code it up is super easy. I have seen a lot of design patter tutorials but yours is the best one I have come across till. Thank you so much.

  • @neebanv
    @neebanv Před rokem +1

    Watching youtube videos were never as informative and organised before. Appreciate your effort. and thank you so much😘

  • @handover007
    @handover007 Před 10 měsíci

    You have simplified this pattern really well. Thanks a ton. Keep making more videos.

  • @basicthings5506
    @basicthings5506 Před rokem

    Very quick and to the point explanation of concepts 👍👍

  • @balajijangde8470
    @balajijangde8470 Před 2 lety

    Great explanation mam, waiting for this type of content from a long time 👍👍👍👍👍

  • @AbhishekKumar-yv6ih
    @AbhishekKumar-yv6ih Před 2 lety

    Great video, very simple explanation. Keep them coming

  • @user-fp6xd1mv6i
    @user-fp6xd1mv6i Před 3 měsíci

    Your videos are very concise and to the point. Very good for strong basics.

  • @sree1149
    @sree1149 Před 2 lety

    Thanks a lot for the clear explanation 😊

  • @auroshisray9140
    @auroshisray9140 Před rokem

    Thanks a lot for this insightful video!

  • @dineshkumar-kg3ir
    @dineshkumar-kg3ir Před 2 lety +2

    When i started watching i thought you're going to talk about asynchronous js redux and all. But it was really good quick intro to observable pattern. In extra revised all oops concepts as well :)
    Thank you keerti

  • @abhinavmisrha4259
    @abhinavmisrha4259 Před rokem

    thank you ma'am for your simple explanation.

  • @sayandeepghosh2911
    @sayandeepghosh2911 Před 2 lety +1

    Please push design patterns videos quickly. It's really going to help a lot of beginners like me. Thanks for such a precise and quality content ❤️❤️

  • @manas_singh
    @manas_singh Před rokem

    Great explanation!

  • @sujatadeshinge7936
    @sujatadeshinge7936 Před rokem

    Nicely explained, plz keep uploading videos on design patterns

  • @herculean6748
    @herculean6748 Před rokem

    Thank you so much! best explanation and thanks for making it in C++

  • @roushanraj8530
    @roushanraj8530 Před 2 lety

    Top notch content di, eagerly looking forward for more videos in this Playlist...., this Playlist is going to be best on CZcams 💯💯

  • @shakshamchauhan1387
    @shakshamchauhan1387 Před 2 lety

    Amazing content, and looks very helpful.
    So a big Thank you.....😇

  • @ersarthaksethi
    @ersarthaksethi Před 2 měsíci

    greatly explained

  • @ShivamKendre-fc3su
    @ShivamKendre-fc3su Před 2 měsíci

    great explained

  • @nagavijaykumarprathi8531

    Your always awesome.
    Thank you so much for making things super easy.

    • @KeertiPurswani
      @KeertiPurswani  Před 2 lety

      Thank you so so much 🥺🥺🥺🥺❤️❤️❤️

  • @maniyadav3256
    @maniyadav3256 Před 7 měsíci

    Wow , I really liked it!!! I would like to have more examples on each pattern , please do suggest any resource for this !!

  • @abhisheksharma8757
    @abhisheksharma8757 Před 2 lety

    Hello ma'am u r doing great..your explanations are so ... soo good..plz upload on some more patterns

  • @AdityaDey424
    @AdityaDey424 Před 2 lety

    Didi I am requesting to your , please try to upload other design patterns. Your explanation is really appreciable. Just watch once and never forget..... Thanks a lot 👍

  • @rajatahuja8747
    @rajatahuja8747 Před dnem

    In class "Group", Can we have list of 'User' instead of 'ISubscriber' like "list users;" and also in other functions having "ISubscriber" ?
    Basically not having the "ISubscriber" class at all. What is the purpose of having this Interface?

  • @nitinsinghchauhan5186
    @nitinsinghchauhan5186 Před 3 měsíci

    easily explained ...

  • @colinmaharaj
    @colinmaharaj Před 2 lety

    Guess what, I understand the pattern, but recently we had an old sms system without an API. I used Wireshark to decipher the packets, from an old app, compared it to a documented protocol and got it working with my own API client library. I did something similar for an old email server. I used the first library and extensive knowledge of email protocol and email messaging to create an email to sms gateway. cool.

  • @anuraggoyar
    @anuraggoyar Před 9 měsíci

    Hi,
    You said you did used the observer design in 3 of your interviews. I would be interested to what was the context and how you used the design pattern. that way we can relate more to the real life examples.
    Appreciate you work.

  • @sharatpaul
    @sharatpaul Před 2 lety

    Loved it . Nice and short explanation !!

  • @debmalyapan53
    @debmalyapan53 Před 2 lety

    much awaited, loved it. plz do the same for the rest of the patterns as well soon.

    • @KeertiPurswani
      @KeertiPurswani  Před 2 lety

      Coming up soon. Next one coming on sunday. Please do share with your friends ❤️😇

  • @rogueranger9032
    @rogueranger9032 Před 2 lety +4

    Hi Keerti, I am currently working in a startup which has a tech stack of React Native, a hybrid platform to build mobile applications. I saw your other videos and see you have given a lot of interviews. Congratulations By the way! So in your opinion does current stack matter if I want to switch to a SDE role in big tech companies? Or DSA, HLD, LLD will be enough?

  • @enter.netinfinity6136

    I am subscribing ur channel by using ODP hope u will be notified if i understood the concept right 😝😝

  • @nikhilsaini5284
    @nikhilsaini5284 Před 2 lety

    Is redux use this pattern,
    Like whenever state change is re render all subscribeed components?

  • @AZ-se5je
    @AZ-se5je Před rokem

    I'm just curious about "Why did you used list?" only. We can use any std::vector as well right.

  • @akashpawar3382
    @akashpawar3382 Před 2 lety

    could you please make a video on VISITOR Design pattern

  • @kshamapathak4693
    @kshamapathak4693 Před 10 měsíci

    Can u explain it for python programming..

  • @santoshkumarpaul5304
    @santoshkumarpaul5304 Před 2 lety

    Mam plz make a detail video DSA+python 🙏

  • @bhargavim9861
    @bhargavim9861 Před 2 měsíci +1

    why not kafka?

  • @rahulpatil4749
    @rahulpatil4749 Před 2 lety +2

    Doubt :
    i have implemented it without using "ISubscriber" , instead i used "User" every where and it works fine.
    Is "ISubscriber" class really necessary ? if it is why ?
    P.S : Thanks for the playlist.I have watched all videos in this playlist its really great.

    • @saivirat1056
      @saivirat1056 Před rokem

      There can be different types of subscribers with different kinds of notify implementation.

  • @GRHmedia
    @GRHmedia Před 4 měsíci

    You used a list and pointers to register users. Both are antiquated methods. It also is bad for performance. Use a vector instead.

  • @urpradhan
    @urpradhan Před 2 lety

    In user ctor we shouldn't be using this pointer, rather we should initialise the memeber with initialisation list.

  • @aribashhar3960
    @aribashhar3960 Před rokem

    Why do we need ISubscriber interface ? since the notify method will be same for all users why create a redundant interface ? we can just create User class and make list it works right ?
    Please explain what am I missing.

    • @puneetsharma3583
      @puneetsharma3583 Před 7 měsíci

      I have the same doubt. Have you found the answer yet?

  • @vickychettiar5756
    @vickychettiar5756 Před rokem

    Hi,
    why did you create an interface ISubscriber and made your users implement that. What was the specific reason for doing so?

  • @rohitkesari229
    @rohitkesari229 Před rokem +1

    Hi Keerti, my friend (SS) is saying that kuch khaas nhi h is video me, Please upload a kuch khaas video on observer pattern for her😅

  • @puneetsharma3583
    @puneetsharma3583 Před 7 měsíci

    Why didn't we create the list with user class itself instead of creating another class Isubscriber. Please explain

  • @AshishGusain17
    @AshishGusain17 Před 2 lety +1

    is interface necessary here?

  • @zerro361
    @zerro361 Před rokem

    Great video. Congratulation! However, I was wondering. Don't we have a memory leak each time we remove a subscriber?

  • @2587shiv
    @2587shiv Před 4 měsíci

    Can you provide the Java code

  • @monicachhabria3406
    @monicachhabria3406 Před 2 lety

    Please give timestamps . It would be helpful

  • @anuragmalviya2397
    @anuragmalviya2397 Před rokem +1

    Hate the number of likes you get,like they're merely 8% of what you deserve according to the content you provide.

  • @vvpChannel3112
    @vvpChannel3112 Před 5 měsíci

    You know what problems I have seen in your code....you have not used destructors in any of your Design pattern code...people may forget about destructor in interviews

  • @SoulMusicEuphoria
    @SoulMusicEuphoria Před rokem

    Marry me!