5 NodeJS Features You Probably Missed

Поділитися
Вставка
  • Опубліковано 28 гру 2024

КОМЕНТАРІ • 14

  • @arnarnitistic
    @arnarnitistic 5 місяців тому +4

    this channel is underrated. I am guilty to 4 out of 5 tips you have there !

  • @harshthosar8600
    @harshthosar8600 6 місяців тому +1

    Great video. I had been dependent on all those extra libraries for so long. I am so glad that I found this video. Thank you sir 💯🎊🎉

    • @TechVisionExplained
      @TechVisionExplained  6 місяців тому +1

      Thank you for you comment @harshthosar8600, really glad this was useful.

  • @ahmadfraz5846
    @ahmadfraz5846 3 місяці тому

    please make a playlist for debugging properly and efficiently.

  • @gyenabubakar
    @gyenabubakar 6 місяців тому

    With Nodemon, you can specify what other files to watch for changes. For example, I can have Nodemon restart my server when my `.env` file changes. Can you do the same with `node --watch`?

    • @TechVisionExplained
      @TechVisionExplained  6 місяців тому +1

      Hello @gyenabubakar
      You can use the `--watch-path` option in CLI. For example, `node --watch-path=./src --watch-path=./tests index.js`
      `--watch` is great for simple use cases, but if you need custom behaviour, or if you need to watch non-js files, nodemon might be the right option for you.

    • @gyenabubakar
      @gyenabubakar 6 місяців тому

      @@TechVisionExplained sweet! Thank you!

  • @brunohnrtrading
    @brunohnrtrading 6 місяців тому

    Thank you for this video!

    • @TechVisionExplained
      @TechVisionExplained  6 місяців тому

      Thank you @brunohenri297, really glad you enjoyed the video

  • @danielrahmani7075
    @danielrahmani7075 5 місяців тому +1

    you are amazing dudeeeeee❤👊

  • @FodeOulare-wk9wc
    @FodeOulare-wk9wc 5 місяців тому

    Great Video