Node.js Crash Course

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ส.ค. 2024

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

  • @aayush_dutt
    @aayush_dutt 4 หลายเดือนก่อน +141

    Have been programming for 7 years in Node, will still watch this and I'll learn something new!

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

      always something is there to learn or will get a new perspective on the same code.🙂

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

      can u explain what new thing u learnt ?
      im just asking

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

      @@srijansagar1250 If you watch the full video, something will be there - new to know.

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

      Is this course enough for landing on a fresher node js job or internship?

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

      ​@@jvenkatonlineIs this course enough for landing on a fresher node js job or internship?

  • @m24661
    @m24661 3 หลายเดือนก่อน +48

    Nodemon is no longer required. You can also use the in-built "--watch" flag with node command from node v18.11 and above.

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

      you are right, tysm

    • @m24661
      @m24661 3 หลายเดือนก่อน +2

      @@blkmlk you're welcome bro

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

      damn thanks man

    • @thewonderingworld9301
      @thewonderingworld9301 2 หลายเดือนก่อน +1

      I am new how would I do this

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

      @@thewonderingworld9301 add -watch at the end of your npm run dev command

  • @QuincyHyena
    @QuincyHyena 4 หลายเดือนก่อน +11

    I just finished watching your previous node.js course yesterday and here you are dropping a new one. im a bootcamp graduate looking for up to date learning material so i can catch up and you came in clutch! thank you!

  • @binayaacharya8281
    @binayaacharya8281 4 หลายเดือนก่อน +12

    Yess! Thank you brad. I needed a crash course on node and this dropped just at the right time.

  • @cassettte
    @cassettte 4 หลายเดือนก่อน +11

    You're awesome for making updated lessons like this.

  • @swaggitypigfig8413
    @swaggitypigfig8413 4 หลายเดือนก่อน +17

    Mr Traversy is back with another course 👊

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

    brad just looked for nodeJS crash course ! thanks . did your old front to back & reactjs redux course and really enjoyed happy you back to creating courses!

  • @dereklewis546
    @dereklewis546 4 หลายเดือนก่อน +3

    BRAD, YOU ARE THE ULTIMATE COMPUTER CODING GUY, I BEEN FOLLOWING YOU MANY YEARS, YOU TAUGHT ME NODE YEARS AGO, THANKS FOR UPDATES

  • @jjmichael3782
    @jjmichael3782 3 หลายเดือนก่อน +5

    A new node video just in time. Odin Project still has your node crash course video from 5 years linked.

  • @London2ATL
    @London2ATL 4 หลายเดือนก่อน +11

    My guy Brad 👊🏿. Just giving you a shout-out. Keep up the good work

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

    __dirname is back in Node.js with ES modules:
    import.meta.dirname // The current module's directory name
    import.meta.filename // The current module's file name

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

      Thanks

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

    Dang you back with another banger course, even i use node daily i still watch it because some little things you point to fill up the spots i didn't know about, GREAT COURSE!!!

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

    omg, you read my mind , i was looking for node course for you and couldn't find something new so I thought what a shame bc I like the way you teach , and couple days later i see this video !! thanks

  • @zenawitkidanemariam131
    @zenawitkidanemariam131 17 วันที่ผ่านมา

    You are the best one on presentation and explanation. I always pick your video from the lists with the same topic.

  • @jimparsons6771
    @jimparsons6771 4 หลายเดือนก่อน +6

    Brad it will be great if you can make a latest crash course on Docker in your style ❤

  • @gymwillpower1974
    @gymwillpower1974 19 วันที่ผ่านมา +1

    I am watching this course after reading comments let's see how it goes 😮😮

  • @bl4ckshravi159
    @bl4ckshravi159 4 หลายเดือนก่อน +3

    Right when i needed it. Thanks Brad!!

  • @cyborganic
    @cyborganic 2 หลายเดือนก่อน +1

    Thanks for this detailed updated video on node!

  • @psplays-ram
    @psplays-ram 3 หลายเดือนก่อน

    I am currently learning NodeJS and ExpressJS now and this is the best video that suit for my studies thanks man for your hardwork and dedication.

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

      Bro in this video all node js topics are covered 🙄

  • @spacexnix
    @spacexnix 19 วันที่ผ่านมา

    it's amazing. I am very happy. There are more such courses

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

    1:55:36- Saying, "Goodbye, World." LOL. It sounds like you've had enough in life.

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

    Can you bring part 2 of this video where the advance things like worker thread,child process, memory management, streaming, like thing. That was mostly asked in the interviews.

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

    This couldn't come at a better time since I'm looking at continuing on from a backend project I started a few months ago but haven't got around to completing it. So I really need a refresher. Thanks Brad!

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

    Good job. Appreciate it. It is good to see people still care about vanilla node js. The less framework and package, the better software.

  • @prem_kashyap118
    @prem_kashyap118 23 วันที่ผ่านมา +1

    Thanks Brad for this crash course it really helpful❤

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

    Watching from Nigeria. Great crash course as always!

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

    1:24:00 section on fs file and all the flavors of doing a file data read is a nice intro to sync, Call backs, promises, async await . especially for a newbie like me

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

    I just finished watching your previous Node js course of 1 hour just few minutes ago, you added another hope this has much content than the previous

  • @Fabio.T.outroconteudos-ul3pd
    @Fabio.T.outroconteudos-ul3pd 3 หลายเดือนก่อน

    Thanks Brad, good to keep the basics fresh in mind.

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

    So good you don't use any frameworks. Thank you!

  • @user-pt3hz6fi2x
    @user-pt3hz6fi2x 2 หลายเดือนก่อน

    many thanks for such a course, for as a newbie developer it saved a tremendous amount of time and effort, ty so much!

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

    Express.js and MERN stack with typescript this time please

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

    Thanks so much Brad for this brand new Nodejs crash course, it's really helpful.

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

    now waiting for your next crash course on express. bro i learned many from your channel. you a real js ninja. best of luck

  • @JamalKhan-dq4nz
    @JamalKhan-dq4nz 3 หลายเดือนก่อน

    I started learning html and css from you and i still believes that the enter into tech and getting my first job as frontend react developer is happened because of you. thank you. And I still believes that I will be fullstack because of you.

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

    Yesterday I finished the tailwindcss and started react and next needed a node js course and meanwhile him dropping this crash course ❤️

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

    I enjoy this crash courses by Brad (First was React JS and now Node JS)

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

    A ‘what js you should know before starting node & express’ course would be great! No DOM stuff etc

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

    As usual outstanding ❤. You are the real js Cheetah 🐆

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

    Can't thank you enough, Brad. This was excellent.

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

    Just finished learning the basics of react, but my next project requires some backend for authentication, cause I don't wanna get into tools like firebase etc,
    This course came right on time, I really appreciate this sir

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

    Brad is always good

  • @princesamuel3951
    @princesamuel3951 3 หลายเดือนก่อน +2

    Hey Traversy.
    Can you please revamp the Express crash course.? The one I found is about 6yrs old.
    PROTEST!!!
    I am not learning express until you release your new crash course.😂

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

      An updated course was just release. :)

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

    i liked and downloaded the video without watching it since i fully believe that they always release highly supportive videos. um at library forgetting my earphone. that is why i didn't watch. show me the video value by like.....

  • @JawadAhmadCodes
    @JawadAhmadCodes 17 วันที่ผ่านมา

    Is Brad the GOAT?

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

    I like the video already after only listening for 5 minutes !!!

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

    Great. Saving it for later.

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

    thank you for this awesome refresher

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

    can't wait for the express crash course, thank you for this

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

    Thanks man, really appreciate your efforts

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

    Awesome video! Waiting for the new Express.js Crash Course!

  • @pavankumar-of4ew
    @pavankumar-of4ew 3 หลายเดือนก่อน

    Brad ! really you simplified my life, by teaching professional

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

    You are a life saver. I love you, man.

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

    Just Brad's voice relaxes me

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

    I apologize for the inconvenience caused. I have checked the video sound and confirmed that the volume is indeed low. Please check and fix the sound of your video.
    Great crash course as always! I appreciate your video and courses. thank you so much.

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

      Sound is perfectly fine

  • @codeddesign
    @codeddesign 9 วันที่ผ่านมา

    Awesome, thanks for this

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

    Good work Brad 👏

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

    Time To Start over again, thanks #Brad!

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

    so hype for revamping EXPRESS crash course

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

    Much needed tutorial sir ✨🔥

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

    Great video Brad!

  • @dilrukshiperera-yo5br
    @dilrukshiperera-yo5br 3 หลายเดือนก่อน

    Thank you. It was a useful video.

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

    You are best 👍👍

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

    The analogy is a masterpiece😂😂

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

    really needed it, thanx

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

    YOU are a HARD MAN😁

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

    Hello, Mr Traversy thanks. very good crash course

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

    There are also some core tools for zip and unzip, so to say, data, for instance before saving heavy data to the db. External tools can occurs stuck overflow, but core ones don’t

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

    Anyone else having issues around 43:00 with the --env-file=.env? I'm getting an error that the option isn't supported. I researched it and found something that said to install dotenv, but still isn't working

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

      Same here, have you figured how to fix it?

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

    Since I'm just re-entering the node ecosystem, this walkthrough is incredibly helpful. Do you think the --watch flag is too unstable since you are using nodemon?

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

    I'm sure this is ten millionth time you've been told this but I feel like Will Hunting is teaching me node...

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

    Massive love Brad 👏

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

    Thanks a lot!! Great video!!

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

    Good refresher

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

    Hit like if you started learning coding from Brad and now working as a full time developer 👍

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

      Could you please tell me your current position please? Fullstack? If yes, what technologies are you using? Plz answer if not difficult

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

      @@seeker3794 I am working as a Full Stack Web Developer at a startup we are using MERN Stack.

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

    awesome content Brad 🙏 would you consider make a crash course about FastApi as well ?

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

    1:22:00 That was magic in the createUserHandler code. I have not seen the req.on('data' and req.on('end' before.

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

    thanks for helping us alot

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

    we love you brad !

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

    thanks a lot brad

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

    Thanks Brad.

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

    Keep up the good job mentor

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

    Gemini says i should watch your tutorial if I want to learn node js

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

    good work
    bring devops and cloud lectures also

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

    TRAVERSY I FUCKING LOVE U LOL I JUST LEARNED ABOUT NPM YOU MAKE THIS EASY MY AMIGO

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

    Brad, There is the watch flag in node version 20 and above, no longer experimental, that you can use instead of nodemon.

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

      --watch to be exact

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

    Thanks Brad :)

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

    Brad is back ❤

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

    Hey Brad. Please make a crash course on go too.

  • @Brianhu-y7l
    @Brianhu-y7l หลายเดือนก่อน +1

    I like your video. Can you tell which extension you are using when write node api?

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

    Bring a video on mongodb aggeration pipeline

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

    Hi bro! I watched your vidéo about doing a crud api with only nodejs and i like it thé fact that WE use only without express or other framework i felt intelligent wooow Can Do to us other vidéo exploring all fonctionnalité of vanilla nodejs

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

    this is helpful 🖤

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

    This one's a banger.

  • @Mike-df4ze
    @Mike-df4ze 2 หลายเดือนก่อน

    Thankyou so much, friend

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

    Hello Mr. Brad Traversy!
    I love your videos, I was severely wounded when Taliban took over, I suffered brain injury but I am recovering now. So much time has passed nearly 3 years.
    I have forgotten everything even HTML tags let alone PHP and more.
    What courses do you recommend in 2024, should I start everything (HTML, CSS, JavaScript, PHP) from scratch or learn something else.
    Love and respect from Kandahar Afghanistan

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

    Thanks Brad!!!!!

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

    You're amazing!

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

    Thank you.

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

    In the file system module section, just writting writeFile() and readFile() one after another didnt work for me, I just got the "File written to..." logged. But it woked when I forced the order of the function exec with another async function:
    const main = async () => {
    await writeFile();
    await readFile();
    };
    Anywho, thanks Brad for the crash course!