Modules in NodeJS

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

ความคิดเห็น • 167

  • @silentsagateller
    @silentsagateller 10 หลายเดือนก่อน +81

    Omg....nobody explained it like this. I can guarantee this is the best explanation ever on modules. Thank you so much

  • @slyjain
    @slyjain ปีที่แล้ว +70

    really an under rated channel for now...... i really hope it grows exponentially...

    • @ankitaggarwal8556
      @ankitaggarwal8556 ปีที่แล้ว

      Agree with your comment brother.

    • @hammadali4638
      @hammadali4638 3 หลายเดือนก่อน +1

      Agreed. I was skeptic at first 👀but his methodology of teaching is very decent.

    • @ashishkharat359
      @ashishkharat359 หลายเดือนก่อน

      True

  • @saqibhussainvlogs
    @saqibhussainvlogs 4 หลายเดือนก่อน +5

    I have started learning backend first youtube recommend me sheryians then chai aur code, i stop because they are not beginner friendly than i find this guy this guys is perfect for beginners

  • @pabloescobar.exe.
    @pabloescobar.exe. ปีที่แล้ว +20

    Best playlist on yt to learn backend

  • @CodingHobby-x6j
    @CodingHobby-x6j 9 หลายเดือนก่อน +3

    bhaisaaahaaab zabardast......................................Simply awesome!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    Dil Jeet liya bhaijaan aapne.
    Jazakallah khair bhai...I am not sure why your channel is unnoticed. I can say, your explanation is the best so far I have seen on youtube....Your content is definitely next level...Thank you for such valuable content

  • @iampatriotic
    @iampatriotic 21 วันที่ผ่านมา +1

    I watched many of your videos, and I must say your teaching style is truly impressive.

  • @chethanchethu2292
    @chethanchethu2292 9 หลายเดือนก่อน +4

    Your Teaching hits right into my head. The content and speed are very precise. Happy that I got your playlist after a long search for nodejs course

  • @vasantvyas2512
    @vasantvyas2512 9 หลายเดือนก่อน +1

    thank you so much bro..... yesterday i was looking for a playlist from the couple of weeks to learn node js and yesterday randomly suggested your channel, and now i am enjoying node js.
    once again ….thanks a lot bhai
    💌

  • @shashankyadav8977
    @shashankyadav8977 5 วันที่ผ่านมา

    This is just next level. I am blown away by the explanation.

  • @varunupadhyay2488
    @varunupadhyay2488 ปีที่แล้ว +3

    Very underrated channel..I don't know why student haven't discovered this playlist until now

  • @shahariarronok5374
    @shahariarronok5374 29 วันที่ผ่านมา +1

    kitni awesome hae year I just love the way you teach dear ❤❤❤❤❤❤

  • @AlokKumar-ru7us
    @AlokKumar-ru7us 5 หลายเดือนก่อน +1

    Wow, amazing video sir, i don't know why other youtubers are getting more views but you explained better than all of them. Thank you sir.

  • @CyberDfence
    @CyberDfence 2 หลายเดือนก่อน

    Awesome way of teaching..... jo cheez mjhy 6 months ma smjh nahe aae wo 15 mints ma a gae... Alhamdulillahi Rabil Alameen... ✨✨✨✨✨✨✨✨✨✨✨✨

  • @jeetsharma31179
    @jeetsharma31179 11 หลายเดือนก่อน +8

    YT PE IS SE BADA UNDERRATED CHANNEL ABHI TAK NAHI DEKHA, PIYUSH SIR DESERVE MILLION SUBSCRIBERS, I WILL DEFINITELY SUGGEST TO ALL MY FRIENDS TO START LEARNING WITH PIYUSH SIR, THANKYOU SIR FOR PROVIDING VALUABLE CONTENT FREELY.

  • @rikishi555
    @rikishi555 ปีที่แล้ว +9

    I discovered that you are a very good teacher. Thank you so much!

  • @shailesh2001bxr
    @shailesh2001bxr 3 หลายเดือนก่อน +1

    Wow nobody explained it like this from scratch. i''m very excited because i learned nodejs from this tutorial.

  • @takibulislamfuad8282
    @takibulislamfuad8282 4 หลายเดือนก่อน

    Hi, Piyush
    This is the first time I've watched your videos and its amazed me because your teaching style is exactly what I was looking for. I just cant thank you enough!

  • @raorao7329
    @raorao7329 4 หลายเดือนก่อน +2

    Patiyala waale bro
    Aapke chote bhai ki friend mere saath padhti hai iit jammu me .
    She suggested me your channel and it is really nice ❤‍🔥❤‍🔥.

  • @cb9066
    @cb9066 7 หลายเดือนก่อน +2

    ab samjha learning me itna confusion kyu ho rha tha... mera basics he clear nahi tha... best tutorial so far

  • @khushisinha0803
    @khushisinha0803 6 หลายเดือนก่อน +1

    🎯 Key points for quick navigation:
    00:38 *🧩 Modular programming divides the code base into smaller modules for better organization.*
    01:43 *📁 Creating different files for different functions/modules helps in better code maintenance.*
    02:24 *📥 Use the "require" function to import modules in Node.js, similar to importing packages in other programming languages.*
    05:24 *📦 Value is being exported from the module.exports*
    05:40 *🛠️ Function add is working fine*
    05:52 *🧮 Addition function is exported*
    06:11 *🧩 Understanding the approach for functions*
    06:30 *🧠 Correcting function errors*
    07:03 *💡 Debugging and resolving value overrides*
    07:47 *🚀 Using destructuring for clean code*
    08:16 *📁 Exporting functions in multiple ways*
    09:26 *📦 Utilizing exports to manage importing and exporting data*
    10:09 *🔁 Implementing various ways to export functions*
    10:37 *📦 Functions are properties and can be named freely*
    11:07 *🎛️ Use exports to expose functions and values in Node.js*
    12:31 *📁 Understanding file system in Node.js for file handling*
    13:44 *🔒 Cryptography modules in Node.js provide powerful tools for encryption and hashing*
    14:55 *📦 Modular programming in Node.js involves requiring packages and making the program modular*
    Made with HARPA AI

  • @subhambachar
    @subhambachar หลายเดือนก่อน

    Already catching some great vibes, this is going to an exciting journey of NodeJS. I'm super excited to learn more , Lets Go🚀

  • @shiveshanand5812
    @shiveshanand5812 6 หลายเดือนก่อน

    Beautiful explanation! Came here to revise NodeJS, but learned a lot of new things. Going to watch the whole playlist now!

  • @jyotishwarrajshukla377
    @jyotishwarrajshukla377 3 วันที่ผ่านมา

    Piyush bhaiya is really good for beginners ❤❤❤❤

  • @anushiagrawal
    @anushiagrawal 6 หลายเดือนก่อน

    Truly your nodeJS series content is unbeatable. Keep up the good work Piyush. May your channel grow by leaps and bounds!! Bcz you truly deserve it.

  • @sashirkl
    @sashirkl ปีที่แล้ว +3

    I have never given like to any video. But i am giving it to u. Aapka channel bahut speed badhega yeh mera word hai

  • @TusharSamanta-t9m
    @TusharSamanta-t9m 29 วันที่ผ่านมา

    Fine ! No problems to understand the whole.
    Thank you so much!!!

  • @safiamanzoor5890
    @safiamanzoor5890 8 หลายเดือนก่อน +1

    i am gratefull k mujy ye playlist mil gyi, thank you so much sir!

  • @ADB29_GolamRabbani
    @ADB29_GolamRabbani 4 หลายเดือนก่อน +1

    thank you so much for amazing teaching💕💕

  • @muhammadarish6796
    @muhammadarish6796 8 หลายเดือนก่อน +1

    Simple, concise and quality content. After watching first video, i had hit the subscribe button. Lv from PK

  • @Omarfaruk-wq5hl
    @Omarfaruk-wq5hl หลายเดือนก่อน

    Thanks for the series learned a lot ❤❤

  • @AKASHKUMAR-li7li
    @AKASHKUMAR-li7li 3 หลายเดือนก่อน

    Thank you so much for for giving such a clean and crisp explanation of these♥

  • @cryptowithafridi
    @cryptowithafridi 2 หลายเดือนก่อน

    I am from Pakistan Khyber Pakhtunkhwa I have never seen yet this type of playlist of Node js Because the way you have initiated the palylist never seen by me so far it terminated my all confusion about node js becouse i always confuse in the starting of any project

  • @CodingIQ
    @CodingIQ 4 หลายเดือนก่อน

    Now that i learn Modules from you. Its time to post a video on my youtube channel to make sure i understand it well enough. Thanks sir.

  • @TahaTanveer-in1bl
    @TahaTanveer-in1bl 10 หลายเดือนก่อน

    Piyush bhai tum kirak hai , yt pe isse bada under rated channel nahi hoga .

  • @mohitchandola3435
    @mohitchandola3435 2 ปีที่แล้ว +3

    learning a lot from ur videos.... great explanation......itne calm kaise rehte ho...??😁💥

  • @l-_._-l
    @l-_._-l 11 หลายเดือนก่อน

    00:02 Understanding modular programming in NodeJS
    02:21 Importing modules in NodeJS
    04:19 Exporting functions in NodeJS modules
    06:17 NodeJS modules allow organizing code into reusable units
    08:17 Exporting and importing functions and objects in NodeJS
    10:00 NodeJS modules can be exported multiple ways
    11:48 Exporting functions and importing required functions
    13:44 In NodeJS, importing packages is similar to Java and C++
    Crafted by Merlin AI.

  • @tusharsingh1915
    @tusharsingh1915 6 หลายเดือนก่อน +16

    Started this series on 22-06-2024. Now let's see in how many days i can understand the node.js and complete the series.

    • @arpitsolanki6612
      @arpitsolanki6612 5 หลายเดือนก่อน

      Kitna hua bhai

    • @tusharsingh1915
      @tusharsingh1915 5 หลายเดือนก่อน +4

      @@arpitsolanki6612 bhai completed, bss voh mvc model vali video mein kaafi time lga tha..

    • @arpitsolanki6612
      @arpitsolanki6612 5 หลายเดือนก่อน

      @@tusharsingh1915 nice

    • @Hiteshpaliwal01
      @Hiteshpaliwal01 5 หลายเดือนก่อน

      ​@@tusharsingh1915puri series kitne din me ki ?

    • @tusharsingh1915
      @tusharsingh1915 5 หลายเดือนก่อน +1

      @@Hiteshpaliwal01 around 45 din mein..

  • @CodeCracker-g2u
    @CodeCracker-g2u 3 หลายเดือนก่อน

    bht alaaa sir. You explain in a very nice way.

  • @farheenkhan235
    @farheenkhan235 ปีที่แล้ว +3

    thank you sir for such informative video you are a perfect teacher love your way of teaching i think it is a best playlist in the entire youtube😇🥰🥰

  • @santoshbhujbal5650
    @santoshbhujbal5650 6 หลายเดือนก่อน

    Very helpful video sir❤❤❤
    Thank you sir🎉🎉

  • @adeshdhandre3652
    @adeshdhandre3652 ปีที่แล้ว +2

    next level content sir thank you

  • @arshiashahid8607
    @arshiashahid8607 5 หลายเดือนก่อน

    best explanation. simple and clear. thanks alot

  • @kreevek
    @kreevek 7 หลายเดือนก่อน

    I swear , I dont judge anyone but this explanation is really underated ,

  • @sneha_06.
    @sneha_06. 5 หลายเดือนก่อน

    Well explained..
    thank u sir😊

  • @manasbarik-m5r
    @manasbarik-m5r 3 หลายเดือนก่อน

    Nice Explanation so, i Like this type contents

  • @6.squash.936
    @6.squash.936 ปีที่แล้ว +2

    Omg what a lovely series 😍, its 1 am now and i am 4 videos in , will go to sleep once i am done with the playlist

  • @_hulk748
    @_hulk748 6 หลายเดือนก่อน

    Great video sir 🙇‍♂🙏✨💖

  • @sourabhkushwaha4171
    @sourabhkushwaha4171 11 หลายเดือนก่อน +1

    Hats off ❤❤

  • @muhammad_haseeb_pk
    @muhammad_haseeb_pk 7 หลายเดือนก่อน

    sir most underrated channel hope you will achieve more and more in future
    bretter than million of paid courses

  • @Gamer_with_knowledge
    @Gamer_with_knowledge 8 หลายเดือนก่อน

    Thanks for the video man , Great explanation and quality :)

  • @sufiyanpatel6241
    @sufiyanpatel6241 6 หลายเดือนก่อน

    Best Teaching 👌

  • @muhammad_haseeb_pk
    @muhammad_haseeb_pk 7 หลายเดือนก่อน

    I think you are better and way so much good more than codewithharry and Apnacollage good sir really appreciated

  • @Ari-pq4db
    @Ari-pq4db 9 หลายเดือนก่อน +1

    Awesome ❤

  • @ShubhamG800
    @ShubhamG800 6 หลายเดือนก่อน

    I love the way you explain.

  • @jsdhami1020
    @jsdhami1020 ปีที่แล้ว

    really awesome brother, love from Nepal 🇳🇵

  • @deeppanchal5102
    @deeppanchal5102 5 หลายเดือนก่อน +1

    Very good explaination atleast better than chai coffee , Those who know know

  • @shaktii2181
    @shaktii2181 9 หลายเดือนก่อน

    very good way explain...thanks boss

  • @keyursathvara7264
    @keyursathvara7264 8 หลายเดือนก่อน

    awesome explanation ❤

  • @chiku8209
    @chiku8209 ปีที่แล้ว

    bhaiya thankyou ,bohot badhiya explanation

  • @rishisingh1034
    @rishisingh1034 4 หลายเดือนก่อน

    great explanation

  • @top-10n78
    @top-10n78 ปีที่แล้ว

    Very well Teachings 🎉

  • @nikshadali50
    @nikshadali50 ปีที่แล้ว +1

    I appreciate you for great explanation keep it up

  • @ravideveloper1059
    @ravideveloper1059 ปีที่แล้ว +2

    1:08 Thala for a reason 🤌 7

  • @spdwivedi5925
    @spdwivedi5925 9 หลายเดือนก่อน

    Badhiya lecture tha , maza aaya padhne me

  • @aloratg3226
    @aloratg3226 6 หลายเดือนก่อน

    bro u have got tier teaching

  • @not_amanullah
    @not_amanullah 9 หลายเดือนก่อน

    this is helpful ❤

  • @MATH_VIBE
    @MATH_VIBE 6 หลายเดือนก่อน

    crystall and clear

  • @shrutijain4204
    @shrutijain4204 2 หลายเดือนก่อน

    really helpful

  • @laibaadnan3659
    @laibaadnan3659 8 หลายเดือนก่อน

    amazing explaination

  • @abhishaquee
    @abhishaquee 4 หลายเดือนก่อน

    command + space is not showing any suggestion in mac, i already disabled the system shortcut for spotlight which was there for command + space. How to solve?

  • @muhammadtahir-f6n
    @muhammadtahir-f6n 10 หลายเดือนก่อน

    you are amazing....!
    cool teacher

  • @shushilvishwakarma498
    @shushilvishwakarma498 2 หลายเดือนก่อน

    Impressive!!!

  • @shi-nee7966
    @shi-nee7966 2 ปีที่แล้ว +2

    you show so many ways to do similar task bro my mind gets flabbergasted. lmao.

    • @piyushgargdev
      @piyushgargdev  2 ปีที่แล้ว

      Thank you so much for supporting 🚀

  • @aakash-codes
    @aakash-codes หลายเดือนก่อน

    Good video!

  • @mahakaalgaming25
    @mahakaalgaming25 9 หลายเดือนก่อน

    very nice explaination

  • @nishu20501
    @nishu20501 8 หลายเดือนก่อน

    amazing bhai

  • @ahmedbaig8543
    @ahmedbaig8543 6 หลายเดือนก่อน

    Really Like your Video

  • @adinarayanareddy3226
    @adinarayanareddy3226 2 ปีที่แล้ว +1

    Good Video...👍🏻

  • @moviesmaker-o5i
    @moviesmaker-o5i 10 หลายเดือนก่อน

    Good Explaining

  • @sanvisingh9512
    @sanvisingh9512 4 หลายเดือนก่อน

    how to get code intellisense since I cannot get one for instance I'm not getting recommendation for 'module' while typing 'mod' or for 'export' while typing say 'exp'.Can anyone please help?

  • @tick-tech-talk
    @tick-tech-talk ปีที่แล้ว +2

    Which vs code theme extension u use?

  • @MillionaireBull
    @MillionaireBull ปีที่แล้ว

    Awesome 🎉

  • @ArunKumar_237
    @ArunKumar_237 6 หลายเดือนก่อน

    Thank you Bhayya

  • @saurabhpatil2529
    @saurabhpatil2529 3 หลายเดือนก่อน

    Thank you bro... :)

  • @Dev-KD569
    @Dev-KD569 4 วันที่ผ่านมา

    sir ek qquestion tha ki agar hum use kar saqte hai inbuilt liabray se hashing ke liye crypto toh hum q bcrypt install karta hai while building apps

  • @ZeeshanHaider-qu9by
    @ZeeshanHaider-qu9by 11 หลายเดือนก่อน

    sir plz clear one thing that why Rhyan preferred to embed V8 with C++ . was C++ running outside of browser soon after it been launched?

  • @yamelite7520
    @yamelite7520 8 หลายเดือนก่อน

    Very amazing

  • @ahyousee
    @ahyousee ปีที่แล้ว +1

    npm not working in webstorm what to do??

  • @syedumairalishah-ln4tw
    @syedumairalishah-ln4tw 2 หลายเดือนก่อน

    the rest is amazing

  • @dev.subham01
    @dev.subham01 ปีที่แล้ว

    You are God sir❤

  • @karanbatra
    @karanbatra 4 หลายเดือนก่อน

    easy pissy thankyou sir

  • @gaganduggirala9031
    @gaganduggirala9031 8 หลายเดือนก่อน

    what extensions should we install to run these codes

  • @Muhammad-Ahmer.
    @Muhammad-Ahmer. 10 หลายเดือนก่อน

    maza aa gaia yar

  • @ujjwalgupta6920
    @ujjwalgupta6920 ปีที่แล้ว

    You r too good sir

  • @syedumairalishah-ln4tw
    @syedumairalishah-ln4tw 2 หลายเดือนก่อน

    Can you tell me instead of require how we can use ES6 import ?

  • @ZeeshanHaider-qu9by
    @ZeeshanHaider-qu9by 11 หลายเดือนก่อน

    and the course is amazing

  • @hackpiece3094
    @hackpiece3094 3 หลายเดือนก่อน

    why cant we use import syntax ? is esm not supported in node js ?

  • @Anku-b9
    @Anku-b9 5 หลายเดือนก่อน

    11:27 "module.exports sirf ek hi bar use hota hai" se ye matlab tha ki
    we can just do module.exports = { func1, func2,..... };
    not like module .exports = { }; then another module.exports = { }; in next line?

  • @ExtraAccount-e8l
    @ExtraAccount-e8l 3 หลายเดือนก่อน

    Thankyou Sir

  • @ShivendraPratap524
    @ShivendraPratap524 2 ปีที่แล้ว +3

    Bhaiya continue aapka ke video follow kar rha hu,
    Is series me aage kya express aur mongodb cover hoga please tell

    • @piyushgargdev
      @piyushgargdev  2 ปีที่แล้ว +2

      Yes Express MongoDB everything would be covered!

    • @ShivendraPratap524
      @ShivendraPratap524 2 ปีที่แล้ว

      @@piyushgargdev project also??

    • @VikasSharma-kc2oc
      @VikasSharma-kc2oc 2 ปีที่แล้ว

      @@piyushgargdev and also add authentication

    • @infjdeepak
      @infjdeepak ปีที่แล้ว

      @@piyushgargdev also upload MERN projects.