If you have Angular interview anytime soon, the best way to prepare for it is Mock-Interview! In my new course "Angular Interview Hacking" you can get an option to have a mock interview with Google Developer Expert in Angular and get access to a constantly growing database of the most popular Angular interview questions and detailed answers! Check this out here: courses.decodedfrontend.io/courses/angular-interview-hacking
@denisbielishev3 жыл бұрын
In my opinion it is the best way to explain how it works. I always try to do the same with my colleagues.
@a.c.vermillion3 жыл бұрын
Discovered this analogy a year or so ago and since then everything made sense with RxJs, can't look back. Great video!
@yapayzeka3 жыл бұрын
7:15 I think release air effects stream. not good example. maybe you measure the water temperature and log it. that would be a very proper "tap" case.
@bukanaka3 жыл бұрын
Отличный пример. До этого визуализировал себе поток как массив с данными, но с водопроводной трубой всё стало ещё глубже к пониманию.
@DecodedFrontend3 жыл бұрын
Рад слышать :) массив данных тоже хороший пример на самом деле.
@DecodedFrontend3 жыл бұрын
How do you imagine streams? Do you also use analogs from real life or for you marble diagrams are just enough? :)
@p.s293 жыл бұрын
Yeah. I use lake as a reference. Hehe. :)
@DecodedFrontend3 жыл бұрын
yeeeah! Good one as well ;)
@ІлляПіранья3 жыл бұрын
I think about potato, when write in rxjs, is it fine?
@DecodedFrontend3 жыл бұрын
@@ІлляПіранья absolutely 😄
@Moelgaard853 жыл бұрын
The one that did if for me back in the days was thinking of it as subscribing to a newsletter. They well keep arriving for example once a week as long as I am subscribed. When i unsubscribe they stop arrive. And if nobody is subscribed to the newsletter, nothing is sent out / nothing happens.
@anjalitanpure6310 Жыл бұрын
You have explained in a best possible way using real life example. Watched your most of the videos, you explained everthing really good and in easy manner. Thank you.
@krisnarusdiono13043 жыл бұрын
the way you represent rxjs stream is BRILLIANT! ... anyone should know your channel buds especially for people who's learning Angular
@DecodedFrontend3 жыл бұрын
Thank you! :)
@rougeassasign3 жыл бұрын
yes !!! More of these please. Streams are still not clear for me.
@nickkulmann2 жыл бұрын
Супер. Этот образ с водой и краном именно так как я сам себе представлял Observables, но Вы конечно все максимально наглядно на схемах нарисовали. Спасибо большое.
@ugochukwuumerie63783 жыл бұрын
Wow amazing stuff. I can literally now visualise the concepts whilst working with rxjs. Thanks for this wonderful video
@DecodedFrontend3 жыл бұрын
You're very welcome!
@NigelStepneyАй бұрын
Thank you for this!, the best video to see and understand rxjs. Now I can continue with the rest of your videos about it.🎉😂
@DecodedFrontendАй бұрын
I hope you will like them as well ;)
@pranavsarang3 жыл бұрын
Please make video on how actually shadow dom works generally in angular and how it is different from real dom and virtual dom
@malenalucero64733 жыл бұрын
I found it really useful! Rxjs is still very difficult for me to understand because I tend to see data as something static that should not be mutated and when I use observables y want them to RETURN something I can work with when the request is finished but that's not how observables work and I know it but I still don't feel comfortable with the concept of streams, so this was great and I hope you can make more videos with real usage examples of Rxjs in Angular. Thank you!
@DecodedFrontend3 жыл бұрын
Thank you for your feedback! :) I am glad to hear that you liked this idea. If audience finds this way of rxjs explanation also useful I will do more videos about some specific rxjs operators using analogs from real life :)
@narainsankar2 жыл бұрын
Wow.. it was the best explanation I ever heard. Thanks for this beautiful content.
@kenanareda3 жыл бұрын
I wish that I knew this amazing video before! Big thank for this richful explanation!
@rezaerabby10977 ай бұрын
wow, thanks , this is probably the best explanation ever
@DecodedFrontend7 ай бұрын
Glad you like it 😉
@mohamadborzouei4711 Жыл бұрын
Good job. I think this is the simplest way to explain streams.
@Moewie3 жыл бұрын
insanely good example
@titokris51623 жыл бұрын
Great methodology and visualization. To me you nailed and passed the different use cases and above all it's understanding!!! Thanks
@DecodedFrontend3 жыл бұрын
You're very welcome!
@oleksandrvoron_ko5802 жыл бұрын
Very well explanation, which ever had seen and also thanks for the today's meeting about Reactive Form)
@DecodedFrontend2 жыл бұрын
Hi Oleksandr! Thank you for you feedback:) glad you liked the today’s talk 😉
@awabalbaalbaky35083 жыл бұрын
You are really amazing, keep going 👍
@vasylsidelnyk2776 Жыл бұрын
Best explanation ever seen before.
@elisaschnabel18113 жыл бұрын
Great video and great visualization! I will recommend this video to my apprentices!
@DecodedFrontend3 жыл бұрын
Thanks a lot, Elisa!
@georgimollov3 жыл бұрын
I have always imagine streams like electricity flow through power lines but struggled with operators. Watching your video kinda make me think for operators like electrical elements that transfor the electricity. But realized maybe pipes and water is more helpful. Good video as always
@DecodedFrontend3 жыл бұрын
Yeah.. electricity is also fine but agree that it is harder :) In order to explain operators there, you need some knowledge about transistors, resistors, etc which might act as operators but I am not good in this area, so I might be wrong 😀
@ariMuayad3 жыл бұрын
Thank you, always with the best content. You're spoiling your viewers. Can you create deep dipe videos into rxjs.
@DecodedFrontend3 жыл бұрын
Haha :) Hope not so much... Regarding rxjs deep dive not sure so far but let's see ;)
@AmarSingh-uw1db Жыл бұрын
Yes, this helped me so much for understanding rxjs. Gratitude Sir🙌🙌
@markcooke48663 ай бұрын
I would suggest that a real-life example of Promises is a pizza delivery. Exactly one [order] in and one delivery out.
@patrickcameron29503 жыл бұрын
Great video and great analogy with the pipes. Thank you!
@SheriffZmroka Жыл бұрын
Amazing video. But I would love to see it in the form of an article. Well, more deeply about mental models.
@Nabulio852 жыл бұрын
very nice analogy, you are talented
@zzing3 жыл бұрын
I think using the $ on waterPipes$ would be out of convention given it isn't actually an observable.
@Rob345703 жыл бұрын
I suspect he added .subscribe later on and didn’t remove the $, as now it would be returning the subscription object as you pointed out.
@vinodsharma-ok1mv3 жыл бұрын
Love your unique way to teach...
@b1onic983 жыл бұрын
Keep up the good work, I love the visualization, it helps a lot in learning and i get it now. Thank you so much.
@innocentmazando38083 жыл бұрын
This is one perfect description of streams, if only I learnt this earlier I would have suffered less :) Thanks @Decoded Froontend
@DecodedFrontend3 жыл бұрын
Thanks for feedback:) Glad that it was helpful!
@chaitanya09123 жыл бұрын
WOW... What an analogy. Really appreciated for analogy😀
@RaviKumar-im7kg3 жыл бұрын
Awesome way of explanation 🙂 with real time situation 🔥 keep rocking
@Rajesh_Me2 жыл бұрын
Crazy and realistic example of water connection in house building. Always loved your content. const stream$ = of('water') 😀
@JmonteroArg3 жыл бұрын
I really like this mental model for understanding RxJS. However it becomes very difficult to visualise some of the advanced operators using the water pipe analogy. Maybe for that kind of scenarios is better o think about it as a factory conveyor belt with parts (parts being the water and the conveyor belt being the pipe) that require special threatments and have time constraints, etc.
@DecodedFrontend3 жыл бұрын
Hi Joseph! You are absolutely right, some other models describe better other parts of rxjs. I also use many others like “the road and cars” or the one you described as well :) the model from the video was just the fist one I recognized and which helped me the most and after that things got easier:)
@omkarbandkar60653 жыл бұрын
Your content is always awesome and above average. Keep the content coming ❤️
@critory10492 жыл бұрын
This is a very good explanation! Thank you!
@dmitryaronov8197 Жыл бұрын
It was really nice explanation! Дуже гарно пояснив)
@romaknocks79863 жыл бұрын
Thanks a lot for your work man!
@andrewarosario3 жыл бұрын
Amazing examples! Great work!
@DecodedFrontend3 жыл бұрын
Thank you! 😃
@LeiferMendez2 жыл бұрын
@aleksandrm34663 жыл бұрын
Thank you very much, super topic. It would be very interesting to see more examples with operators. For example, you can start with simple examples of processing events and sending data... Preferably real examples from projects.
@DecodedFrontend3 жыл бұрын
Next vid will be exactly about that, so stay tuned ;)
@sanketjain7788 Жыл бұрын
Really grateful to you! Thank you!
@coldcircuit993 жыл бұрын
I was just implementing debounced search in react with rxjs. What is this magical timing :d
@DecodedFrontend3 жыл бұрын
It was also one of the first things I have implemented with rxjs 😄
@RamKumar-es3mp Жыл бұрын
Really great content .Please do more examples.
@alsaeedfayed2658 Жыл бұрын
This is extremely awesome !!
@RAJU96223 жыл бұрын
Excellent explanation
@DecodedFrontend3 жыл бұрын
Glad you liked it
@mrthefankyy3 жыл бұрын
Need a course about RxJs with your explanation ;)
@DecodedFrontend3 жыл бұрын
got you :)
@prabhuuiux11 ай бұрын
nice explanation, can you explain in detail about ag-grid
@ahmedsokar29093 жыл бұрын
keep going with this important topic plz.. thanks a lot
@Valdemar2683 жыл бұрын
Cool and useful explanation, thank you!
@denns0r3 жыл бұрын
That was actually great for understanding RXJS! But I somewhat disagree with the Promise addition. Most of the time I simply want to get or post data to an api. I do not need a stream for that, because it's a one-time thing. Unless I want to be able to cancel the ongoing request of course (which is also possible with promises, but kind of ugly). In my applications, there is not much data actually that is "streaming" into my application. It's more "get-data, show data, change data, send data" scenarios. So I end up in using Promises, Promise.all() and using async/await which makes my code way more synchronously readable than using streams. But that's maybe only my perspective 🤷♂️
@p.s293 жыл бұрын
Yeah, I also agree with using async/await when you know the observable will emit single data (httpClient, etc). It makes the code more readable and the control is returned to the main function after the sub function is executed..
@balajeebala78103 жыл бұрын
You are the best 🔥♥️
@dealswithtechtuber24002 жыл бұрын
Yes definitely. Helpful.
@psycodepath3 жыл бұрын
I miss your content sir..
@markusingvarsson21463 жыл бұрын
Great video! Thank you!
@AnamikaSingh-qf8su Жыл бұрын
When do one use Promise vs Observables
@Manuel-fp6ni Жыл бұрын
great job! thank you from Perú!!!
@GrupoSSMC Жыл бұрын
The video is very interesting, but how can I apply this if I have an endpoint made with webflux that returns a content-type of text/event-stream?
@otmanm40953 жыл бұрын
Greeaaaat video !
@amar-iby3 жыл бұрын
The best !
@alexshubin1 Жыл бұрын
Funny! And I was imagine marble diagrams like there is a gun that shots with portion of data )))