How node JS works | Engineering side

  Рет қаралды 82,620

Hitesh Choudhary

Hitesh Choudhary

Күн бұрын

Пікірлер: 217
@dhananjaywake8222
@dhananjaywake8222 11 ай бұрын
Node JS is like a island in the sea, separate on the surface but connected on the deep. Thank you for a very deep knowledge, it will help us lot to understand a whole stuff behind the scene.
@xtan-io
@xtan-io 11 ай бұрын
Nodejs is a c++ program that uses chrome v8 engine to compile javascript into mechine code, + adds functionality for file manipulation and let us create a server. It's all about it.
@immensives147
@immensives147 6 ай бұрын
Meanwhile this is not what the interviewer wants, ultimately aapko vo malum karna hi padega (professional keywords like event-loop, non-blocking, etc.)
@manashvardhan9965
@manashvardhan9965 6 ай бұрын
Why we don't use cpp directly
@ShivamModanwal-yo8yd
@ShivamModanwal-yo8yd 6 ай бұрын
​@@manashvardhan9965 why you use electric screw driver as it just rotates why not manual screw driver (🪛)
@awaizdottech
@awaizdottech 4 ай бұрын
You just took out the libUV out of the picture 😅
@shubhamrawat2194
@shubhamrawat2194 Ай бұрын
@@manashvardhan9965 it's like python which is written in c but, still people use python
@atharvpatil3106
@atharvpatil3106 Жыл бұрын
will be so helpful if you could make more of such behind the scenes videos
@meowmesh
@meowmesh Жыл бұрын
How ?
@nikhil182
@nikhil182 Жыл бұрын
I love these kind of videos which explain how things are working and how they are abstracted. Please don't stop making type of vidoes. I'd also love to videos on these topics - 1. Detailed video on how message communication is occuring - from website(browser) to website. This will also help us to understand how things are working in the background - OS, Networking etc. 2. Rendering methods in JS(in-depth) with visualization.
@sandip_kanzariya8476
@sandip_kanzariya8476 Жыл бұрын
Amazing Sir, Nowday i feel what i want to learn just open youtube and you got what you want to learn from hitesh choudhary. flutter, nodeJs .....
@sahilnenwani6528
@sahilnenwani6528 9 ай бұрын
It is an amazing video, which teaches us not only the Nodejs internals but the sheer importance of reading the documentation
@ankan-dev
@ankan-dev Жыл бұрын
This is so great stuff by NodeJS. Hats off to both you for such a great explanation & Node for such great work.
@sumitbhardwaz
@sumitbhardwaz Жыл бұрын
Great Sir. These Engineering videos will really help a lot Plus provide articles too from where you read about it. Thanks for help!
@HiteshCodeLab
@HiteshCodeLab Жыл бұрын
Shared all docs in this one
@DissectTheDocs
@DissectTheDocs Жыл бұрын
Best thing about you is that you teach from documentation. So, in case anyone didn't learn something or want to learn more deeply then they can refer back to it 👍
@saikatmukherjee6962
@saikatmukherjee6962 Жыл бұрын
Great Video this Deep Dive Engineering Videos are facinating me to read books deep dive into subjects, and Tech I'm working on Node.js via Express Since a Year and never thought about this and really loved this one. I remember a line from your Old video "Let's make Engineering Great Again"
@HiteshCodeLab
@HiteshCodeLab Жыл бұрын
That’s exactly the value of such videos, they help you to think.
@pranaypaul6361
@pranaypaul6361 10 ай бұрын
mind-boggling....I need to rewatch and read docs again to craft a complete permanent picture of those working steps...from starting a req to stop with a response....the code is so much top 1% layer nothing compared to the 99% of combination of libuv + NodeJS doing behind the scene...true engineering breakdown of inner working...kudos to you sir for this one...
@sathyanarayanandhanuskodi1734
@sathyanarayanandhanuskodi1734 Жыл бұрын
I just noticed you yesterday and I am already loving. Very very helpful video
@HiteshCodeLab
@HiteshCodeLab Жыл бұрын
Awesome! Thank you!
@adlerpazhouhan2170
@adlerpazhouhan2170 Жыл бұрын
Hey, keep making these cool training videos! I love how you really dig into the topics instead of just doing it for the views like some others. Your way of teaching is more like a computer science expert, and I'd totally watch more of your Node.js and React videos. Thanks!
@muthuvalli333
@muthuvalli333 5 ай бұрын
Awesome explanation HITESH SIR...We need 2nd part plz
@maawanahmad4185
@maawanahmad4185 Жыл бұрын
Sir, I am highly influenced with you, please don't stop making such kind of in-depth knowledge filled videos . I was doing Android Dev from 2 years and recently moving towards web . I always try to understand, how internally things are working and here in web dev no body is taking about it ... Everyone says learn js , express and react do multiple projects and you are good to go .. but nobody talks how this node js or react internally works. I understand that developing a project doesn't require this knowledge but It gives me more confidence to work on a tech , that yes I know every bits and pieces of it and if anything goes wrong I will surely debug it on my own . Btw Sir I am learning react from your lco merger pack and seriously its great . Lots of Love and Respect for you from my end ❤
@shaktidubey677
@shaktidubey677 Жыл бұрын
I love these engineering side videos i will say that you should make at least 2 videos per week for these kind of videos as it helps us to understand it from basics and clears a lot of doubt when learning something new.
@rohitpal7836
@rohitpal7836 Жыл бұрын
Been looking for such videos hitesh. Not everyone talks much about back end complexity. Loved it❤. Please do talk about CORE node JS
@ankitmukhia3644
@ankitmukhia3644 Жыл бұрын
I absolutely love your videos! Please make more videos on Express, React, and other topics. I think you should do a series on these topics, as they are very easy to understand if we understand how technology works behind the scenes. Please, please, please start a series on these topics as well! I really appreciate your hard work. More than hard work, it's your passion. I can really feel it through your videos. Love you, man!
@Limitless_launda
@Limitless_launda Жыл бұрын
I love the way you teach, if possible make the videos on these topics, I barely comments on video and I have subscribed you since almost a year or more than that. I also love your new channel that is chai and code, your explanation is really awesome.
@vaibhavgarg4841
@vaibhavgarg4841 Жыл бұрын
Really helped. I was porting NodeJS to custom env to improve efficiency, this really helped in understanding what's happening there
@andromedainspace6583
@andromedainspace6583 Жыл бұрын
i really love these kind of videos,please make this kind of content that helps us to understand the real thing of any tech working. Thank you sir
@tejassarvaiya5589
@tejassarvaiya5589 Жыл бұрын
Hitesh sir is like open source, always find best way to explain core concept. Thank you Hitesh sir this means a lot for me.❤❤
@prateek5668
@prateek5668 Жыл бұрын
These types of videos..... just made my day... 💖💖💖💖
@a_maxed_out_handle_of_30_chars
@a_maxed_out_handle_of_30_chars Жыл бұрын
tum bahut accha kaam krta hain hitesh bhai :)
@pranavmahendra3423
@pranavmahendra3423 Жыл бұрын
23:24 fantastic explanation sir, Hats off 🙏
@PratikPisudde
@PratikPisudde Жыл бұрын
Sir you know what I love most about your videos is the quality of content and it's preciseness . Keep on doing what are doing because the fact is you are really shaping up the best future developers .
@shadabhasan54
@shadabhasan54 Жыл бұрын
Deep dives are so fascinating.... Thank you
@muthuvalli333
@muthuvalli333 Жыл бұрын
First HITESH SIR...😀😀😀
@binary-brackets
@binary-brackets Жыл бұрын
It was just awesome!! We need such content more and more!! Thank you @Hitesh bhai, Keep it up! You are just awesome!!
@sumirandahal76
@sumirandahal76 10 ай бұрын
great insights of how node works, thank you so much sir
@moeezahmad9108
@moeezahmad9108 11 ай бұрын
Really insightful, continue to make such behind the scene videos and the next one should be expressJs under the hood.
@SiddhantKadam-er9di
@SiddhantKadam-er9di 6 ай бұрын
00:05 This video explains the behind-the-scenes working of Node.js 03:37 Node.js provides powerful networking capabilities with the HTTP interface. 07:30 Learn the behind the scene basics of node.js by exploring the documentation 11:12 Understanding how the server-client relationship works 15:08 libuv is a multi-threaded platform support library that acts as an interface between your computer and node.js 18:53 JavaScript event emitters trigger the execution of code based on incoming requests 22:25 Node.js executes code and injects request and response objects 26:04 Node.js server application with createServer and request handling Crafted by Merlin AI.
@RajanYadav-le8vh
@RajanYadav-le8vh Жыл бұрын
Literally had to pause video to give a like. Loved the explanation❤
@HiteshCodeLab
@HiteshCodeLab Жыл бұрын
Yay! Thank you!
@TravellingEaters
@TravellingEaters 5 ай бұрын
Simply ❤ It now I think I know more than any interviewer. Hope any interviewer ask me this question so I can walk through him /her behind the scenes .
@NaganandhiniS-gf9of
@NaganandhiniS-gf9of 7 ай бұрын
Thanks for this good content. I request you to continue on this playlist to dive more into core concepts which no one talk about.
@sagniksaha4179
@sagniksaha4179 Жыл бұрын
Excellent video. I am really surprised to know that there is so much going on behind the scenes. Looking forward to more such tutorials
@MajidAli-gx7gg
@MajidAli-gx7gg Жыл бұрын
a lot of things get out of the box. Thanks sir
@neutralengineer3873
@neutralengineer3873 Жыл бұрын
I was core critic of you. Even on LinkedIn too i criticize you. But today I SUBSCRIBED your channel. You are great. Doing good Job Hitesh.🎉
@rishiraj2548
@rishiraj2548 Жыл бұрын
Great thanks! Feel so good meeting you, Hitesh!
@HiteshCodeLab
@HiteshCodeLab Жыл бұрын
Same here
@TeamDeveloperWorld
@TeamDeveloperWorld Жыл бұрын
thank you hitesh sir , As always you bring something interesting always I'm thinking of reading the node docs entirely n ow.
@prantikseal
@prantikseal Жыл бұрын
This was an amazing video ser. Looking forward to more such detailed vids!!
@elhaambasheerch7058
@elhaambasheerch7058 Жыл бұрын
Loved this video, want more of these videos! Would love an express one!
@pritamkumar6454
@pritamkumar6454 Жыл бұрын
Please please 🙏 make more videos of this type , how all stuff works behind the scenes. I ❤ engineering videos
@avishekthapa2354
@avishekthapa2354 Жыл бұрын
love it...need video on nodejs event loop and how it is different from normal javascript event loop
@zafariqbal92
@zafariqbal92 Жыл бұрын
Need more of these videos. Thanks in advance!
@amanjanwani1486
@amanjanwani1486 Жыл бұрын
love this kind of video explaining how things work, Will be happy if you make more...
@HiteshCodeLab
@HiteshCodeLab Жыл бұрын
Thanks, will do!
@shubh_cj
@shubh_cj 10 ай бұрын
Hello Hitesh Sir, this is a great video!! Keep on doing this, it helps a lot 👍 Thank you!!
@yourlinuxguy
@yourlinuxguy 4 ай бұрын
The libuv part was really nice Thankyou.
@the_shridhar
@the_shridhar Жыл бұрын
Next level 🔥. Make video on all backend frameworks compared. NodeJS, .NET, Go etc in terms of execution speed, optimization, use cases.
@perrythepalteypus2185
@perrythepalteypus2185 Жыл бұрын
Hoping to see How express works 😅😅Great video btw
@Pushpaje2130
@Pushpaje2130 Жыл бұрын
Yes sir we need more videos about core concepts.....
@ankitpatel5718
@ankitpatel5718 Жыл бұрын
Loved it. Need more videos like this.
@MuskanSinha-v7z
@MuskanSinha-v7z Жыл бұрын
Amazing video sir , Please continue this series and futher explore nodejs core concepts. Would be great help! Thank you
@aniketmore1410
@aniketmore1410 4 күн бұрын
Superb explanation! thank you for this video sir 😊🙏
@kunj_kanani
@kunj_kanani Жыл бұрын
Sir. Next level. No words 😶.
@shobhansundargoutam
@shobhansundargoutam Жыл бұрын
This is a great video 🔥🔥 please bring more such in depth ones
@patiljay956
@patiljay956 Жыл бұрын
We need the Whole Series on these kind of topics
@charanreddy08
@charanreddy08 Жыл бұрын
thanks a lot. learnd a lot today
@AakashThakkar-b8d
@AakashThakkar-b8d Жыл бұрын
too good !! We need this kind of stuff more and more !!!
@kishan.0296
@kishan.0296 Жыл бұрын
Really loved and enjoyed this video, these kind of videos help a lot in learning and makes it easier to understand a topic. Hope you'll make more such videos.
@syedmaji
@syedmaji Жыл бұрын
Hi hitesh, plz make a long details video of nodeJS as you made for javascript and react...plz plz plz.... Humble request. U r amazing...
@relativelyrehan
@relativelyrehan Жыл бұрын
Hi Hitesh, Amazing video, Would really love if you make this into series and create a complete CRUD without any library in pure node.
@suyashmehare8034
@suyashmehare8034 3 ай бұрын
Sir Please keep making subsequent videos. Its really interesting to know the behind the scenes.
@themothialbani4523
@themothialbani4523 Жыл бұрын
This kind of videos are needed 🥳 I'm now more confident on choosing a tech stack which i doesn't even know 😍
@HiteshCodeLab
@HiteshCodeLab Жыл бұрын
Absolutely, on it to bring more
@UdayKumar-xr2me
@UdayKumar-xr2me Жыл бұрын
Can you please make a detailed vedio on errors. It will be very helpful to a lot of people. Thanks for sharing your knowledge. ❤
@rd_45
@rd_45 Жыл бұрын
I love to see how node js works... Can you please make a video on how cloud works how it is different from the shared hosting servers or vps. What are the changes behind it. I have some basic idea, but not complete info. I m trying to find info, but not enough that satisfies me. May be in future, i know how busy u will be.
@Rohitsoni-dv8lw
@Rohitsoni-dv8lw Жыл бұрын
Explanation is Litr Amazing !!!!!😀
@HiteshCodeLab
@HiteshCodeLab Жыл бұрын
Thank you so much 😀
@Noor-kq4rr
@Noor-kq4rr Жыл бұрын
really interesting video hitesh, please do only this kind of core computer science videos. better enjoying and understanding than Hussein Nasser's core engineering video
@CodeWithMuhammadAhsan
@CodeWithMuhammadAhsan Жыл бұрын
when you are releasing the Hindi version of this series ???
@Victor-wh9bs
@Victor-wh9bs Жыл бұрын
Thanks. That video was really informative; I feel much more knowledgeable now.
@HiteshCodeLab
@HiteshCodeLab Жыл бұрын
Glad it was helpful!
@sawankumarjha11
@sawankumarjha11 Жыл бұрын
Awesome Explanation 👌
@thivagarmurugan8626
@thivagarmurugan8626 Жыл бұрын
This is so useful.and please make a video about nest js framework tutorial that will be helpful there is not much content available in KZbin about that.
@bhaveshyadav6486
@bhaveshyadav6486 Жыл бұрын
I AM JUST STUNNED
@Polymath1729
@Polymath1729 Жыл бұрын
Thanks a lot sir love😇🥰 the way you teach././...
@jaskeeratsingh6388
@jaskeeratsingh6388 Жыл бұрын
Great sir plz upload more such behind the scenes Asked in interview😢
@TechDecryptor
@TechDecryptor Жыл бұрын
wonderful video need more video on nodejs
@mr.sidpatil6528
@mr.sidpatil6528 Жыл бұрын
Please make more such videos....❤
@himaab295
@himaab295 Жыл бұрын
which theme are you using in your vs code?
@AshishKumar-DIYCode
@AshishKumar-DIYCode Жыл бұрын
nice work sir 🙏🙏 thankyou very much
@ahsanabrar880
@ahsanabrar880 Жыл бұрын
Please sir, create a video on how to contribute in open source projects
@bharatbadyal1797
@bharatbadyal1797 9 ай бұрын
Please make more vidoes on explanation of inner workings. Thanks
@bhaveshyadav6486
@bhaveshyadav6486 Жыл бұрын
Can you pleaseee makeee a like 10hr tutorial on this😂, i just love behind the scenes engineering
@Rocklee46v
@Rocklee46v Жыл бұрын
It would be very helpful, if you could make more videos on the engineering side of things (end to end)
@ananthsview8034
@ananthsview8034 Жыл бұрын
Keep going bro, nice one
@kumar_sanjeevdutta1069
@kumar_sanjeevdutta1069 10 ай бұрын
No words I have, can you put this to your Hindi channel
@abcdabcd8605
@abcdabcd8605 Жыл бұрын
Hitesh, post videos on Computer Basics as well
@irfansaeedkhan7242
@irfansaeedkhan7242 Жыл бұрын
great video, great job
@varunpalsingh3822
@varunpalsingh3822 Жыл бұрын
we want these kind of videos
@mohammedfaheem7391
@mohammedfaheem7391 Жыл бұрын
Thank you sir❤
@gokulambalavanan3592
@gokulambalavanan3592 Жыл бұрын
Hi Hitesh thank you for the awesome content , can you please make a video on event emitters and dive deep down into these working concepts ,really love to be informed on the inner workings ❤
@randomdude2373
@randomdude2373 Жыл бұрын
Thanks for the video. please continue..
@gokulans168
@gokulans168 Жыл бұрын
Really we want more concepts in these topics and I don't know now a days I really love to learn these design concepts than a programming language... thanks for the video 🩷 and don't stop to make videos like these concepts hitesh
@HiteshCodeLab
@HiteshCodeLab Жыл бұрын
❤️❤️
@kishorkumarmali1851
@kishorkumarmali1851 9 ай бұрын
great content
@haider_ali915
@haider_ali915 Жыл бұрын
Please make complete node js series❤
@legend_749
@legend_749 Жыл бұрын
We need more behinds the scenes videos in depth
@shantonuchowdhury2169
@shantonuchowdhury2169 Жыл бұрын
Please make videos on node js core concepts. Also, create videos on express js work behind the scenes.
@andydataguy
@andydataguy Жыл бұрын
This video was great!!
@srishtijha3
@srishtijha3 8 ай бұрын
Wonderful explanation
@jayakumar9976
@jayakumar9976 Жыл бұрын
We need moree🎯🎯🎯
@mahesha9720
@mahesha9720 Жыл бұрын
Thank you hitesh sir!
How does a browser work ? | Engineering side
30:22
Hitesh Choudhary
Рет қаралды 109 М.
How NodeJS Works? - You don't Know NodeJS
42:52
Piyush Garg
Рет қаралды 59 М.
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 66 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 699 М.
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
How database works | Engineering side
20:41
Hitesh Choudhary
Рет қаралды 39 М.
🚀 Express.js - Learn What Matters: Mastering the Framework |  Backend (Node JS) Series
1:31:14
A practical guide on Docker with projects | Docker Course
2:43:01
Hitesh Choudhary
Рет қаралды 213 М.
Node Js Tutorial in Hindi 🔥🔥
1:48:50
CodeWithHarry
Рет қаралды 1,9 МЛН
NodeJS Architecture - I/O
25:09
Hussein Nasser
Рет қаралды 49 М.
Learn TypeScript - Full Tutorial
4:46:25
freeCodeCamp.org
Рет қаралды 1,1 МЛН
How NodeJS Works?
14:23
Piyush Garg
Рет қаралды 168 М.
Promise in javascript | chai aur #javascript
50:21
Chai aur Code
Рет қаралды 312 М.
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН