Modules in Node JS

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 67

  • @VieiraNtwali
    @VieiraNtwali 6 месяцев назад +3

    It's like you are in our minds. At time of watching, a question is coming in my mind and you give it's answer immediately at time of question's arrival in my mind. Is anyone encountering the same ? Hope so.Thank you so much. We love you so much

  • @rushikeshgandhmal
    @rushikeshgandhmal 4 года назад +11

    Thank you for your such great efforts ❤️ We Appreciate a lot 🙏
    Sir, Please continue , please give us deep knowledge as you always do. We are expecting so much. Thank you 😊❤️

  • @simonpeterwanyama1088
    @simonpeterwanyama1088 4 года назад +7

    I suggest you use ES6 features (like let, const, arrow functions) for the audience to get used because they'll be a must in future series. Otherwise i have been following your channel for a long time and thank you for the great work.

  • @rekhanatarajan6149
    @rekhanatarajan6149 2 года назад

    the way u type every line of code by creating and debugging errors is awesome anna....thank u for your clean explanation...

  • @pawansnair997
    @pawansnair997 4 года назад +7

    Great video sir you have really inspired me allot in programming, even I had started my own channel (great job sir)

    • @sureshsadanala3605
      @sureshsadanala3605 4 года назад

      great buddy. Going to subscribe it, keep posting good content :)

  • @nikhilkrishna6668
    @nikhilkrishna6668 4 года назад +2

    Loved and felt satisfied and got confidence by listening to your tutorials bro. Great help from you.

  • @NgomaSoundsWorld
    @NgomaSoundsWorld 4 года назад +1

    This video is so great that it has also given me the crew on the node js tutorial i am working on.......because i also wanted to post a video on Node js

  • @aks3100
    @aks3100 4 года назад

    Great lecture ... Aapki wajah se mera coding mai interest bhada h .. thanks sir

  • @reddibabu850
    @reddibabu850 4 года назад +1

    Nice explanation sir. Thanks for your videos. Please continue the series.

  • @ManojKumar-hq3zc
    @ManojKumar-hq3zc 4 года назад +1

    Nice...please make more and more as possible videos so we can complete node js course soon....

  • @marcello4258
    @marcello4258 4 года назад

    thanks man.. I just started with working on a app in node.js and am coming from a Java background.. took me long to find a solid solution.. I have the feeling forums are often with not good practices in JS - more than in Java haha.. this looks much more convenient.

  • @joshimail1
    @joshimail1 4 года назад +2

    please give full tutorial on express module sir. thank u for starting this series.

  • @crazyindiantyper
    @crazyindiantyper 2 года назад

    Awesome sir you are one of my fav teacher !

  • @arnavverma2696
    @arnavverma2696 4 года назад +2

    love the intro song played at the starting...

  • @kamaleshpramanik7645
    @kamaleshpramanik7645 День назад

    Thank you very much Sir .. Your videos really help ..

  • @nirvanjain3021
    @nirvanjain3021 4 года назад

    You are simply awesome in articulation!

  • @karthick2237
    @karthick2237 4 года назад

    Plz do continue the series , great work

  • @viveknikam6633
    @viveknikam6633 4 года назад +1

    sir as per video goes then in the end upload a video on crud operation
    it would help me a lot thank you and as always every video i am following from java to python and now nodejs

  • @saddamahmad2310
    @saddamahmad2310 4 года назад +1

    thank you very much sir for this video

  • @HECTIC10
    @HECTIC10 3 года назад

    Thanks a lot for solving my problem ♥

  • @tannerbarcelos6880
    @tannerbarcelos6880 4 года назад +2

    module.exports = {add, sub};
    const {add, sub} = require(‘./moduleName’);

    • @tannerbarcelos6880
      @tannerbarcelos6880 4 года назад +1

      Or if you are using react or some type of compiler to get es6 down to normal JS, you can use:
      export const add = function()...
      Or if you have a class to export or one function as it’s own “module/unit” you can do export default function/className:
      And then in the file you import it to:
      Import {functionName for named export} from ‘./file’
      Or
      Import defaultExName from ‘./blah blah’;
      You can also combine a default export with named exports (seen in react and other frameworks / libraries)

  • @Dhanshri007
    @Dhanshri007 4 года назад

    Thanks you so much sir it helps to understand basic easily

  • @ishwarshelke128
    @ishwarshelke128 3 года назад

    great videos sir...Hoping for more web dev videos

  • @jordanmajiku9690
    @jordanmajiku9690 2 месяца назад

    Ill say it again this is an amazing course

  • @shomendrapradhan9558
    @shomendrapradhan9558 4 года назад

    very well explained the concept

  • @manirajs4658
    @manirajs4658 4 года назад

    Well explained... Thank you sir✨

  • @rahoolification
    @rahoolification 4 года назад

    great content! Keep it up sire!!

  • @venkataramireddypulikhanda6071
    @venkataramireddypulikhanda6071 4 года назад

    Hi NaWin Sir, hope you well. After a long time I started (mid of may) Node JS in this lockdown and upgrading my skills. Currently working on Mule developer. In your hyd trip we met and travel from Ameerpet metro to NTR Gardens that was amazing and you shared a lot of experience on that day.
    The main thing is, Is there any sample video on how to download Console response from server for both succeeded and failures. If any can you please share me. I'm trying last couple of days, but I'm getting empty file. Thanks.

  • @mohankonem4856
    @mohankonem4856 4 года назад

    It is useful if u repeat the same classes by typescript

  • @xdmemer1852
    @xdmemer1852 4 года назад

    thank You it was very helpful

  • @foddiebyage9696
    @foddiebyage9696 4 года назад

    Thanks for continuing

  • @ankuryadav9908
    @ankuryadav9908 4 года назад +1

    Hello sir, I am facing problem in npm install. Firstly I have installed visual c++ and also python is installed after that I have installed nvm now when I launch inpm install command it shows "npm WARN nodejs@11.0.0 no repository field"... I have googled many times but did not get any solution.... I got frustrate with this error. Could you please help me?

  • @mdiqbal4628
    @mdiqbal4628 4 года назад

    Awesome Content, Great...

  • @vigneshwaran5803
    @vigneshwaran5803 4 года назад

    Thanks a lot navin🙂

  • @tejanathvankadara9602
    @tejanathvankadara9602 4 года назад

    Very nice explanation sir

  • @pandorofortes9309
    @pandorofortes9309 2 года назад

    Thank you bro!!

  • @ubaidullah1241
    @ubaidullah1241 4 года назад

    Great great great.. explanation of modules..i have been waiting the whole series sir..please upload.as soon as possible..🙂

  • @hamidja1537
    @hamidja1537 2 года назад

    Thanks for sharing

  • @AnandJagtap1
    @AnandJagtap1 3 года назад

    Hello sir ,
    Complete this series

  • @stevencabrera9117
    @stevencabrera9117 4 года назад

    Can you explain why we would choose to export some functions and not others? are we only going to be exporting non-helper functions?

    • @ShinAkuma
      @ShinAkuma 3 года назад

      Not all functions will be meant for external use. Like if you're exporting a function that can perform some string manipulation, you will only export the one function that takes the user input and returns the output and not the other functions you wil be using to create the manipulation logic.

  • @akki7949
    @akki7949 3 года назад

    Why are not we using Import??

  • @kbhargavi4400
    @kbhargavi4400 4 года назад

    Thank you sir!

  • @saranraj4772
    @saranraj4772 2 года назад

    Sir can u explain Date and time node module ?

  • @ABC-mt1ek
    @ABC-mt1ek 4 года назад +1

    Great sir

  • @FungsukWangdu
    @FungsukWangdu 3 года назад

    Thanks

  • @safetyautomation8622
    @safetyautomation8622 4 года назад

    Waiting for next one...Allien!!

  • @asishraz6173
    @asishraz6173 3 года назад

    4:39 - First time I see, the result is getting displayed and it was weird. 😁😁😜😜

  • @arkasingha6111
    @arkasingha6111 3 года назад

    Someone plz tell me why it doesn't autocomplete my code in VS Code???

  • @amramrajumadipalli349
    @amramrajumadipalli349 3 года назад

    does it only work between js modules ?

  • @shajalkumer938
    @shajalkumer938 4 года назад

    Supper sir..💝

  • @CARRYMINATI_Y
    @CARRYMINATI_Y 4 года назад +1

    Sir explain little bit slow. I got it but seems very fast. Thanking you

    • @gayatri263
      @gayatri263 4 года назад +1

      See the video on 0.75x playback speed ,thanks

  • @souravkumardas6302
    @souravkumardas6302 4 года назад

    Which ide you are using

  • @gururajmoger8649
    @gururajmoger8649 4 года назад

    Pls make video streaming

  • @rezmed1144
    @rezmed1144 4 года назад

    thnks a lot

  • @utkarsh4220
    @utkarsh4220 4 года назад

    Thnx sir

  • @famss786
    @famss786 4 года назад

    Nice video

  • @vikasdadhich1579
    @vikasdadhich1579 4 года назад

    Listening Intro on loop❤

  • @priyamani9946
    @priyamani9946 4 года назад +1

    Hi 😅

  • @ShaktiSFDC
    @ShaktiSFDC 4 года назад

    Your rate of speech is to high it is very deficult to understand for bingner ...

  • @sujithsuji6170
    @sujithsuji6170 4 года назад

    Great sir