Node.js Crash Course

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

КОМЕНТАРІ • 270

  • @VisionbyNoble
    @VisionbyNoble Місяць тому +18

    A teacher that just wants to teach is pretty rare. Self taught programmers need more videos like these. Simple. Basics. Organized. No bugs in the code. This is a beginner friendly course. I only know basic JavaScript, and this is a great introduction to Node.Js.

  • @super.heraut.officiel
    @super.heraut.officiel 3 дні тому +1

    the fact that it is vanilla NodeJS only is, to me, really apprecied. thanks for this course

  • @aayush_dutt
    @aayush_dutt 7 місяців тому +173

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

    • @jvenkatonline
      @jvenkatonline 7 місяців тому +3

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

    • @srijansagar1250
      @srijansagar1250 7 місяців тому +1

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

    • @jvenkatonline
      @jvenkatonline 7 місяців тому

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

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

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

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

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

  • @ColinSkittlesByrne
    @ColinSkittlesByrne Місяць тому +7

    For anyone getting the node: bad option: --env-file=.env error. Make sure you're using the correct version of node. It needs to be version 20 or above.
    From the docs "Node.js 20 introduced experimental support for .env files."
    Thanks for this crash course Brad,

    • @poisonedcheeseproductions
      @poisonedcheeseproductions 6 днів тому

      HEY the command to run to get version 20 is simply "nvm install 20.6.0" and you can check your current version with "node -v" . I had this same problem of getting the bad option: error and wasted an hour figuring it out. hopefully our suffering has saved you much heartache

  • @QuincyHyena
    @QuincyHyena 7 місяців тому +19

    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!

  • @m24661
    @m24661 6 місяців тому +102

    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 6 місяців тому +1

      you are right, tysm

    • @m24661
      @m24661 6 місяців тому +2

      @@blkmlk you're welcome bro

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

      damn thanks man

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

      I am new how would I do this

    • @DenzelHooke
      @DenzelHooke 5 місяців тому

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

  • @binayaacharya8281
    @binayaacharya8281 7 місяців тому +16

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

  • @dereklewis546
    @dereklewis546 7 місяців тому +7

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

  • @elvispastiche
    @elvispastiche 7 місяців тому +12

    You're awesome for making updated lessons like this.

  • @tranphunguyen7044
    @tranphunguyen7044 13 днів тому +1

    I got my first job as a Front End developer 3 years ago after taking the 50 projects in 50 days HTML, CSS and Javascript course. It set up the groundwork for my career change. And now I'm taking this course as the first entry to become a backend developer 'cause the next project needs me to work as a nodejs guy. Thank you so much Brad

  • @alexgordienko93
    @alexgordienko93 6 місяців тому +4

    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!

  • @NigamKiranaStore
    @NigamKiranaStore 2 місяці тому +2

    You are the best because whenever I asked for chat GPT it suggests you on the top for any javascript resources or frameworks

  • @swaggitypigfig8413
    @swaggitypigfig8413 7 місяців тому +21

    Mr Traversy is back with another course 👊

  • @bartmeeus9033
    @bartmeeus9033 7 місяців тому +2

    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!!!

  • @apexbytes
    @apexbytes 6 місяців тому +7

    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 6 місяців тому

      Bro in this video all node js topics are covered 🙄

    • @ademideakinsefunmi8547
      @ademideakinsefunmi8547 Місяць тому

      idk but it sounds like an AI wrote this comment and the other reply

  • @JamalKhan-dq4nz
    @JamalKhan-dq4nz 6 місяців тому +1

    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.

  • @nadeem-cp9is
    @nadeem-cp9is 7 місяців тому +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

  • @KwizeraCaleb
    @KwizeraCaleb 7 місяців тому +1

    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

  • @jjmichael3782
    @jjmichael3782 7 місяців тому +10

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

  • @YK_data
    @YK_data 7 місяців тому

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

  • @muhammadans7071
    @muhammadans7071 7 місяців тому +1

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

  • @IG7799-c4u
    @IG7799-c4u 7 місяців тому

    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!

  • @London2ATL
    @London2ATL 7 місяців тому +13

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

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

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

  • @jimoholuwasegun9392
    @jimoholuwasegun9392 7 місяців тому +1

    Watching from Nigeria. Great crash course as always!

  • @Truth__Nature
    @Truth__Nature 7 місяців тому

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

  • @JonathanPitts-n3h
    @JonathanPitts-n3h 2 місяці тому

    Choosing what backend language to use based on merit < choosing based on which language traversy has made a video on most recently

  • @bl4ckshravi159
    @bl4ckshravi159 7 місяців тому +3

    Right when i needed it. Thanks Brad!!

  • @МишаБорзов-и2т
    @МишаБорзов-и2т 5 місяців тому

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

  • @eriikelnino6545
    @eriikelnino6545 7 місяців тому

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

  • @mounir101
    @mounir101 7 місяців тому

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

  • @Ipadstands
    @Ipadstands 5 місяців тому

    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

  • @Rajesh-rg6fw
    @Rajesh-rg6fw 7 місяців тому +5

    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.

  • @poisonedcheeseproductions
    @poisonedcheeseproductions 6 днів тому

    if you get any errors related to using .env, it's because it is unsupported until version 20. make sure you have version 20 by putting "node -v" into your terminal. if you don't put "nvm install 20" or "nvm install 20.6.0" in the terminal. then restart your nodemon and npm start and everything should be gucci petrucci

  • @a1-x-yt
    @a1-x-yt 6 місяців тому

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

  • @misc10k
    @misc10k 7 місяців тому

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

  • @Fabio.T.outroconteudos-ul3pd
    @Fabio.T.outroconteudos-ul3pd 6 місяців тому

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

  • @NazeriTech
    @NazeriTech 6 днів тому

    Node also now supports running javascript in watch mode since 18.11.0 to above version (no need for nodemon anymore, one less package to install! :D)
    updated script from course: node --watch server
    Still a great way to introduce to NPM packages and (dev) dependencies! :)

  • @jimparsons6771
    @jimparsons6771 7 місяців тому +6

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

  • @codermeloman3030
    @codermeloman3030 7 місяців тому +1

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

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

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

  • @surajkumar-wz1br
    @surajkumar-wz1br 7 місяців тому +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.

  • @gymwillpower1974
    @gymwillpower1974 3 місяці тому +1

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

  • @ahmadamoos3100
    @ahmadamoos3100 2 місяці тому

    I can't believe this is free, thanks man

  • @spacexnix
    @spacexnix 3 місяці тому +1

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

  • @biggand8520
    @biggand8520 7 місяців тому

    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

  • @okkaraung9512
    @okkaraung9512 7 місяців тому

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

  • @JawadAhmadCodes
    @JawadAhmadCodes 3 місяці тому +2

    Is Brad the GOAT?

  • @pavankumar-of4ew
    @pavankumar-of4ew 6 місяців тому

    Brad ! really you simplified my life, by teaching professional

  • @thecodingchef9292
    @thecodingchef9292 7 місяців тому

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

  • @_hamzahmd_
    @_hamzahmd_ 7 місяців тому +1

    Great. Saving it for later.

  • @selayossi
    @selayossi 18 днів тому

    Thank you (including the nice assignment with a timestamp )

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

    Great video Brad!

  • @muhammadans7071
    @muhammadans7071 7 місяців тому +1

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

  • @chaudhrymuttaqeen1207
    @chaudhrymuttaqeen1207 5 місяців тому

    Thanks man, really appreciate your efforts

  • @felixkuluchumila5262
    @felixkuluchumila5262 7 місяців тому

    Time To Start over again, thanks #Brad!

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

    thank you for this awesome refresher

  • @alirasheedmd
    @alirasheedmd 7 місяців тому

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

    • @seeker3794
      @seeker3794 7 місяців тому

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

    • @alirasheedmd
      @alirasheedmd 7 місяців тому

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

  • @tonyvito5062
    @tonyvito5062 7 місяців тому

    Just Brad's voice relaxes me

  • @princesamuel100
    @princesamuel100 7 місяців тому +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 6 місяців тому +1

      An updated course was just release. :)

  • @qaiseriqbal2696
    @qaiseriqbal2696 7 місяців тому

    we love you brad !

  • @ThanujaFernando-vu5dh
    @ThanujaFernando-vu5dh 7 місяців тому +1

    Brad is always good

  • @webtutorials4279
    @webtutorials4279 2 місяці тому

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

  • @chivicks_hazard
    @chivicks_hazard 7 місяців тому

    Brad is back ❤

  • @ProgrammingwithUmair321
    @ProgrammingwithUmair321 7 місяців тому

    Good work Brad 👏

  • @sanjaybatak3549
    @sanjaybatak3549 7 місяців тому

    Massive love Brad 👏

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

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

  • @prem_kashyap118
    @prem_kashyap118 4 місяці тому +1

    Thanks Brad for this crash course it really helpful❤

  • @reginold5988
    @reginold5988 7 місяців тому +6

    Express.js and MERN stack with typescript this time please

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

    so hype for revamping EXPRESS crash course

  • @Ccoding_Life
    @Ccoding_Life 7 місяців тому +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.....

  • @NovaRoma3162
    @NovaRoma3162 5 місяців тому

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

  • @ricardocnn
    @ricardocnn 7 місяців тому

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

  • @bhargavkumar
    @bhargavkumar 7 місяців тому

    Good refresher

  • @Gnajs
    @Gnajs 5 місяців тому

    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!

  • @akmayank856
    @akmayank856 7 місяців тому

    really needed it, thanx

  • @BillionaireDeveloper
    @BillionaireDeveloper 7 місяців тому

    Thanks Brad.

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

    Thanks a lot!! Great video!!

  • @rauchu5861
    @rauchu5861 7 місяців тому

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

  • @voldermort
    @voldermort 7 місяців тому

    The analogy is a masterpiece😂😂

    • @squarerootof2
      @squarerootof2 7 місяців тому

      And the metaphor a work of art. 🤣🤣

  • @Ipadstands
    @Ipadstands 5 місяців тому

    1:45:11 , okay the import.meta.url is finally explained. Maybe I would not hard code __dirname and use this standard variable with built in modules to construct __dirname

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

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

  • @dilrukshiperera-yo5br
    @dilrukshiperera-yo5br 7 місяців тому

    Thank you. It was a useful video.

  • @johnmahugu
    @johnmahugu 5 місяців тому

    Yehehehehesssss!!!! pure nodejs :D thank you

  • @broadbandmax
    @broadbandmax 2 місяці тому +1

    Fantastic videos as always. Can you do the same with Deno 2.0? What are the differences? Thank you.

    • @OswealdYeshua
      @OswealdYeshua Місяць тому

      I would love to see an introduction basic without framework just Deno 2 too

  • @johnmahugu
    @johnmahugu 5 місяців тому

    Brilliant!!!

  • @aristide_F
    @aristide_F 7 місяців тому

    thanks a lot brad

  • @ElonTusk..
    @ElonTusk.. 7 місяців тому

    Thanks Brad :)

  • @bmehder
    @bmehder 7 місяців тому

    This one's a banger.

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

    Awesome, thanks for this

  • @cholo2605
    @cholo2605 7 місяців тому

    Thanks Brad!!!!!

  • @riyadondiraitreda2819
    @riyadondiraitreda2819 7 місяців тому

    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

  • @IAmMammajam
    @IAmMammajam 13 днів тому

    Thanks for the content, its super informative and helpful.

  • @amosfigueira894
    @amosfigueira894 5 місяців тому

    Hello, Mr Traversy thanks. very good crash course

  • @tommysmith5479
    @tommysmith5479 11 днів тому

    Thanks again, dude!

  • @lindajazz6445
    @lindajazz6445 5 місяців тому

    Beautiful man ❤‍🔥❤‍🔥

  • @afrazhussain3778
    @afrazhussain3778 7 місяців тому

    thanks for helping us alot

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

    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?

  • @Ipadstands
    @Ipadstands 5 місяців тому

    2:02:32 , I think process.cwd may be the best way to get __dirname. assuming the application script process starts with cwd where script is
    Thanks I finally finished this video

  • @misc10k
    @misc10k 7 місяців тому

    What are your thoughts on an Angular Crash Course update? Would it be justified based on changes since? Thanks for your insight.