I tried ranking Node.js Design Patterns: Builder, Observer, Command, Prototype

preview_player
Показать описание

======⚡⚡⚡======
Consider becoming a member of the channel by joining me ❤️

📚 Resources:

And don't forget to subscribe for more videos like this 😊

#nodejs #designpatterns
Рекомендации по теме
Комментарии
Автор

Lovely content 😍💖 I like your channel because you post very practical things man, like this video or adv Node.js and React playlist... these kind of content i hardly find on youtube, pls keep creating man 🙌

AnshuKumari-uose
Автор

The Builder / strategy pattern has to be one of the most powerful patterns every

kaioneal
Автор

awsome video
waiting for the next one

mahmoud-khaled-abo-elmagd
Автор

The builder / strategy pattern has to be one of the most powerful patterns in existence

Life changes for those who have never used it before

kaioneal
Автор

All classes in nodejs that have an "on" method are actually subclasses of EventEmitter, this includes servers and streams.

Brad_Script
Автор

Hey, you should disable the noise cancelling on your mic. It sounds pretty hacky/processed for such a nice looking mic.

duneode
Автор

Hi, I'm a bit surprised that you used the Builder pattern in the JS code so extensively. Why not simply pass an object to the class constructor? When using TypeScript, mark the needed fields as optional, add the ?? operator with the default value, and we won't need all this boilerplate code with `setSomething` methods.

alexvershinin