Bro you’re underrated. Keep this format and bring more design pattern videos. It’s a great way to start out learning design patterns. You know how to separate the jargon from the actual concepts. Highly appreciate your efforts.
@DevSage3 жыл бұрын
Thanks man
@abdelrhmanshokr75462 жыл бұрын
this is the cleanest way I've ever seen anyone explaining design patterns before amazing :)
@DevSage2 жыл бұрын
Glad you think so!
@fithurriague4 жыл бұрын
Thank you for the video, I'm doing a js couse,whenever I don't understand something I come here,you make it more clear.
@rozacek Жыл бұрын
Great explanations. Thanks to you I used strategy pattern in my work and code became cleaner and better to read much more.
@be2wa2 жыл бұрын
Stumbled upon your pattern videos now. Great explanation with the examples. Nice
@DevSage2 жыл бұрын
Glad you like them!
@rudijstar5 жыл бұрын
Good stuff - yes please more design pattern videos. Thanks!
@Dhhddsisi3 жыл бұрын
Your demostration is so much better than my paid course on Udemy on this topic! Thank you so much!
@DevSage3 жыл бұрын
😁😁
@diegodelatorre28684 жыл бұрын
Great videos. Very concise and focused. Definitely subscribing!
@ashotmkrtchyan6610Ай бұрын
Hey! This is great! Are you planning to continue these videos and explain more design patterns?
@GSySte2 жыл бұрын
Wow, it was an interesting explanation, imho the example with chatroom is convenient and maybe tend to be the best one :) Thx so much!
@fatimaiqra21692 ай бұрын
Awesome explanation, thanks a lot sir!
@codedealers75015 жыл бұрын
I was about to ask if you doing more but I realised you dropped this yesterday 😅🔥👍🏾
@SocketsGuru2 жыл бұрын
What a great explanation and example. Greetings from México 🇲🇽🇲🇽🇲🇽 !!
@DevSage2 жыл бұрын
Thanks Marco!
@audioplatform62994 жыл бұрын
Appreciate your help!
@DevSage4 жыл бұрын
No problem!
@robertp35963 жыл бұрын
Great stuff, just bought your book. Great info here.
@DevSage3 жыл бұрын
Appreciate it. My plan is to push it out in the next few days
@mohamedeltaquee52362 жыл бұрын
Man you nailed it Thank you
@DevSage2 жыл бұрын
You're welcome
@clingyking2774 Жыл бұрын
I think this is the way I naturally think when writing code.
@PhilanJames5 жыл бұрын
I enjoyed this tutorial. I see myself making a vueJS app using this pattern and concept.
@DevSage5 жыл бұрын
Appreciate you man
@jeanmarcpourchel3074 жыл бұрын
Very good explanation as always ! Are you going to explain all design patterns from the GOF ? If so, it'll be great if you could make a video about the fly weight patern in javascript. Thanks again for all your videos. Short and well explained....perfect ! !
@DevSage4 жыл бұрын
I probably won't do all of them because some patterns just aren't very suited for javascript, but I'll definitely consider the flyweight pattern for one of my future videos!
@theotherme99653 жыл бұрын
Is this the design patterns for service registry for microservices ?
@DevSage3 жыл бұрын
I don't know
@robertp35963 жыл бұрын
Question, why do you choose to use functions and add prototypes instead of creating classes? (I do a lot of python and am learning about node design patterns)
@DevSage3 жыл бұрын
I suppose they could have been done either way. Ultimately, it's because the examples I used to learn these patterns for myself were written with functions and prototypes.
@andreasdevjs2985 жыл бұрын
Thanks for the video! Its time to.. Pub/Sub pattern!!
@mohamedeltaquee52362 жыл бұрын
Please explain stat pattern on web pages changing Thank you
@Cognitoman5 жыл бұрын
I like the PubSub a little more, its less coupled and easier to think about. Although this pattern is great for an actual chat system
@nenozidic15493 жыл бұрын
Hey DevSage! I've got a question. What is the main difference between The Observer Pattern and The Mediator Pattern? When to use which? I've read in Addy Osmani's book, called ,,Javascript Design Patterns", they are very similar methods but I didn't get the point right when to use first or second pattern. Thank you!
@aldwincinco1792 Жыл бұрын
Chatroom is not doing some routing, aren't you supposed to use the chatroom members property to find the toMember?
@nafisnawalnahiyan50324 жыл бұрын
Thank you! You are a great teacher !
@perschonca2 жыл бұрын
i before E except after C! Music to my ears lmao
@giampieropagliara18964 жыл бұрын
Hi to me in console.log from this result: $ {fromMember.name} to $ {this.name}: $ {message} it doesn't give me dialogues, as output, where I'm wrong. thanks
@DevSage4 жыл бұрын
Not sure. Compare your code to the code in the Github
@manibharathipattilingam35823 жыл бұрын
I think you have missed to wrap with backtick ‘’
@manibharathipattilingam35823 жыл бұрын
Thank you for the wonderful video. It helps a lot:-) Can we make Chatroom members object to Array type
@DevSage3 жыл бұрын
Yes I suppose you could. That might complicate things a little though
@Tony.Nguyen1378 ай бұрын
Pls more pattern
@anthonybendeler9473 жыл бұрын
Really not a fan of your code formatting style but love your explanation of patterns :)