Node.js Crash Course

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

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

  • @VisionbyNoble
    @VisionbyNoble 2 месяца назад +31

    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.

    • @sivalingam6832
      @sivalingam6832 13 дней назад

      Hey brother, if I done with these basics where can I learn other advanced node concepts.... It seems most of the tutorials are outdated

    • @roladun
      @roladun 5 дней назад

      @@sivalingam6832 If you can make it through this level then you are good to pick up the manual yourself to learn the modules in detail or perhaps find tutorial with complete project tutorial using node.js react nginx and mongodb, that is what I will do.

  • @m24661
    @m24661 7 месяцев назад +113

    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 7 месяцев назад +1

      you are right, tysm

    • @m24661
      @m24661 7 месяцев назад +2

      @@blkmlk you're welcome bro

    • @DenzelHooke
      @DenzelHooke 7 месяцев назад +1

      damn thanks man

    • @thewonderingworld9301
      @thewonderingworld9301 6 месяцев назад +2

      I am new how would I do this

    • @DenzelHooke
      @DenzelHooke 6 месяцев назад

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

  • @aayush_dutt
    @aayush_dutt 8 месяцев назад +179

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

    • @jvenkatonline
      @jvenkatonline 8 месяцев назад +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 7 месяцев назад

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

    • @seyedatheeq4562
      @seyedatheeq4562 7 месяцев назад

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

  • @ColinSkittlesByrne
    @ColinSkittlesByrne 2 месяца назад +11

    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 28 дней назад

      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 8 месяцев назад +20

    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!

  • @super.heraut.officiel
    @super.heraut.officiel 25 дней назад +2

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

  • @binayaacharya8281
    @binayaacharya8281 8 месяцев назад +16

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

  • @tranphunguyen7044
    @tranphunguyen7044 Месяц назад +2

    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

  • @dereklewis546
    @dereklewis546 8 месяцев назад +7

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

  • @swaggitypigfig8413
    @swaggitypigfig8413 8 месяцев назад +22

    Mr Traversy is back with another course 👊

  • @NigamKiranaStore
    @NigamKiranaStore 3 месяца назад +2

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

  • @bilalbeny4172
    @bilalbeny4172 20 дней назад

    Thank you for this excellent crash course! It gave me a strong start with Node.js and opened up new possibilities for me. I now feel confident to dive deeper into core modules and soon transition to learning Express.js to build dynamic projects. Your guidance has been incredibly inspiring!

  • @alexgordienko93
    @alexgordienko93 7 месяцев назад +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!

  • @elvishpastiche
    @elvishpastiche 8 месяцев назад +12

    You're awesome for making updated lessons like this.

  • @JamalKhan-dq4nz
    @JamalKhan-dq4nz 7 месяцев назад +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.

  • @apexbytes
    @apexbytes 7 месяцев назад +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 7 месяцев назад

      Bro in this video all node js topics are covered 🙄

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

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

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

  • @jjmichael11
    @jjmichael11 7 месяцев назад +10

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

  • @Ipadstands
    @Ipadstands 6 месяцев назад

    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

  • @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 8 месяцев назад +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

  • @AndakimoProductions
    @AndakimoProductions 3 дня назад

    You are one of the best teachers of RUclips 👍

  • @London2ATL
    @London2ATL 8 месяцев назад +13

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

  • @selayossi
    @selayossi Месяц назад

    Thank you (including the nice assignment with a timestamp )

  • @NazeriTech
    @NazeriTech 28 дней назад

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

  • @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

  • @YK_data
    @YK_data 8 месяцев назад

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

  • @poisonedcheeseproductions
    @poisonedcheeseproductions 28 дней назад

    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

  • @zenawitkidanemariam131
    @zenawitkidanemariam131 4 месяца назад

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

  • @jimoholuwasegun9392
    @jimoholuwasegun9392 8 месяцев назад +1

    Watching from Nigeria. Great crash course as always!

  • @tienthanh21697
    @tienthanh21697 17 дней назад

    thanks so much, you've made it so simple to understand. i have zero struggle trying to figuring out what you were discussing, though there are some features that i don't know in what case they would be used. 🤓

  • @МишаБорзов-и2т
    @МишаБорзов-и2т 6 месяцев назад

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

  • @spacexnix
    @spacexnix 4 месяца назад +1

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

  • @Ipadstands
    @Ipadstands 6 месяцев назад

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

  • @codermeloman3030
    @codermeloman3030 7 месяцев назад +1

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

  • @IG7799-c4u
    @IG7799-c4u 8 месяцев назад

    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!

  • @Rajesh-rg6fw
    @Rajesh-rg6fw 8 месяцев назад +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.

  • @eriikelnino6545
    @eriikelnino6545 8 месяцев назад

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

  • @Truth__Nature
    @Truth__Nature 8 месяцев назад

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

  • @bl4ckshravi159
    @bl4ckshravi159 8 месяцев назад +3

    Right when i needed it. Thanks Brad!!

  • @mounir101
    @mounir101 8 месяцев назад

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

  • @JonathanPitts-n3h
    @JonathanPitts-n3h 3 месяца назад

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

  • @pavankumar-of4ew
    @pavankumar-of4ew 7 месяцев назад

    Brad ! really you simplified my life, by teaching professional

  • @muhammadans7071
    @muhammadans7071 8 месяцев назад +1

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

  • @jimparsons6771
    @jimparsons6771 8 месяцев назад +6

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

  • @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.

  • @Ipadstands
    @Ipadstands 6 месяцев назад

    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

  • @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

  • @surajkumar-wz1br
    @surajkumar-wz1br 8 месяцев назад +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.

  • @Fabio.T.outroconteudos-ul3pd
    @Fabio.T.outroconteudos-ul3pd 7 месяцев назад

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

  • @misc10k
    @misc10k 8 месяцев назад

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

  • @prem_kashyap118
    @prem_kashyap118 4 месяца назад +1

    Thanks Brad for this crash course it really helpful❤

  • @JawadAhmadCodes
    @JawadAhmadCodes 4 месяца назад +2

    Is Brad the GOAT?

  • @a1-x-yt
    @a1-x-yt 7 месяцев назад

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

  • @reginold5988
    @reginold5988 8 месяцев назад +6

    Express.js and MERN stack with typescript this time please

  • @thecodingchef9292
    @thecodingchef9292 7 месяцев назад

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

  • @ricardocnn
    @ricardocnn 7 месяцев назад

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

  • @Ccoding_Life
    @Ccoding_Life 8 месяцев назад +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.....

  • @Ipadstands
    @Ipadstands 6 месяцев назад

    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

  • @ahmadamoos3100
    @ahmadamoos3100 3 месяца назад

    I can't believe this is free, thanks man

  • @サフーラフールラジデヴ
    @サフーラフールラジデヴ 2 месяца назад +1

    Please update the NodeJS API Masterclass course on Udemy!!!!! Love your courses. Thank you!

  • @alireza5430
    @alireza5430 7 месяцев назад

    so hype for revamping EXPRESS crash course

  • @gymwillpower1974
    @gymwillpower1974 4 месяца назад +1

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

  • @ThanujaFernando-vu5dh
    @ThanujaFernando-vu5dh 8 месяцев назад +1

    Brad is always good

  • @tonyvito5062
    @tonyvito5062 7 месяцев назад

    Just Brad's voice relaxes me

  • @IAmMammajam
    @IAmMammajam Месяц назад

    Thanks for the content, its super informative and helpful.

  • @amosfigueira894
    @amosfigueira894 6 месяцев назад

    Hello, Mr Traversy thanks. very good crash course

  • @stefandili2650
    @stefandili2650 7 месяцев назад

    At 51:48 based on the code logic, shouldn't the error be 'method not allowed'?

  • @angelhdzdev
    @angelhdzdev 8 месяцев назад

    46:10 typo? Making** Requests From Postman?

  • @MahmoodFahim
    @MahmoodFahim 7 месяцев назад

    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

  • @Knock_O_ut
    @Knock_O_ut 8 месяцев назад +1

    You are best 👍👍

  • @webtutorials4279
    @webtutorials4279 3 месяца назад

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

  • @okkaraung9512
    @okkaraung9512 8 месяцев назад

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

  • @Chudagbit
    @Chudagbit 8 месяцев назад +1

    Something seems not right on my computer. For some reasons I can't reference variable like ${vaName} also after creating the .env file the program keeps saying running on port undefined. I have even tried refreshing but still the same issues.am on a Linux mint running node 21.7.3

  • @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 7 месяцев назад +1

      An updated course was just release. :)

  • @chaudhrymuttaqeen1207
    @chaudhrymuttaqeen1207 6 месяцев назад

    Thanks man, really appreciate your efforts

  • @j-0-n-e-z
    @j-0-n-e-z 7 месяцев назад

    Bro, on 1:32:06 writeFile and readFile are asynchronous functions, readFile could read nothing

  • @riyadondiraitreda2819
    @riyadondiraitreda2819 8 месяцев назад

    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

  • @Infotosalimprogramming
    @Infotosalimprogramming 8 месяцев назад

    Thank u Big brother 😊💞 I like js💓💓

  • @DragonFruit9k
    @DragonFruit9k 7 месяцев назад

    thank you for this awesome refresher

  • @_hamzahmd_
    @_hamzahmd_ 8 месяцев назад +1

    Great. Saving it for later.

  • @Brianhu-y7l
    @Brianhu-y7l 5 месяцев назад +1

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

  • @alirasheedmd
    @alirasheedmd 8 месяцев назад

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

    • @seeker3794
      @seeker3794 8 месяцев назад

      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.

  • @browsermage
    @browsermage 7 месяцев назад

    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?

  • @felixkuluchumila5262
    @felixkuluchumila5262 8 месяцев назад

    Time To Start over again, thanks #Brad!

  • @ProgrammingwithUmair321
    @ProgrammingwithUmair321 8 месяцев назад

    Good work Brad 👏

  • @rauchu5861
    @rauchu5861 8 месяцев назад

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

  • @chivicks_hazard
    @chivicks_hazard 8 месяцев назад

    Brad is back ❤

  • @MohammadDLitoo
    @MohammadDLitoo 8 месяцев назад

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

  • @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

  • @dilrukshiperera-yo5br
    @dilrukshiperera-yo5br 7 месяцев назад

    Thank you. It was a useful video.

  • @rauldinho
    @rauldinho 7 месяцев назад

    Great video Brad!

  • @SaberWhatusow
    @SaberWhatusow Месяц назад

    I really appreciate your efforts! Just a quick off-topic question: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How can I transfer them to Binance?

  • @ejazalam6512
    @ejazalam6512 Месяц назад

    I am a frontend developer while watching your course I learned a lot Wana Do MERN stack

  • @dyarawilliams
    @dyarawilliams 8 месяцев назад

    Amazing .. I'd Love to know what extension that is for postman

  • @tech_channel110
    @tech_channel110 8 месяцев назад

    good work
    bring devops and cloud lectures also

  • @pardeepsolution
    @pardeepsolution 22 дня назад

    how is possibel your code used the sam emodule port at a time on sam port

  • @NovaRoma3162
    @NovaRoma3162 6 месяцев назад

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

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

  • @thewalrusdragon9579
    @thewalrusdragon9579 7 месяцев назад

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