9:54 Din't get this point. When you create a clone you are creating a completely new object that has the same values as the old one but it will be stored in a different place in the memory correct? not in the same place as previous one.
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 🙌
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.
The Builder / strategy pattern has to be one of the most powerful patterns every
9:54 Din't get this point. When you create a clone you are creating a completely new object that has the same values as the old one but it will be stored in a different place in the memory correct? not in the same place as previous one.
That’s correct 🙂
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
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 🙌
Thanks a lot! 🌞
hyped for next thanks!
All classes in nodejs that have an "on" method are actually subclasses of EventEmitter, this includes servers and streams.
awsome video
waiting for the next one
Awesome video
Waiting for part 2 👍
Coming soon 😉
Hey, you should disable the noise cancelling on your mic. It sounds pretty hacky/processed for such a nice looking mic.
I'll take care of it, thanks for the hint 😉
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.
Thanks for sharing, Keep creating..
Always a pleasure! 🌞
Cool
❤❤❤