Node.js Crash Course

preview_player
Показать описание


Watch Next: Express Crash Course:

Sponsor: DevMountain Bootcamp

Code:

💖 Become a Patron: Show support & get perks!

Website & Udemy Courses

Follow Traversy Media:
Рекомендации по теме
Комментарии
Автор

“If you watched until the end, I appreciate it.” How could I not watch this until the end? Every video from you is GOLD, Brad. Thank YOU!

revillsimon
Автор

"If you stayed to the end, I, genuinely, really appreciate that... I really do! If you can spend an hour and a half watching a video of mine I really appreciate that..." - man, I didn't spent just an hour and a half here! I was watching it through the course of like, ten/fifteen hours. I was testing the features you were presenting, doing little experiments, reading the documentation and watching other videos.
I can say that your video is a good study guide.

pedrobatista
Автор

This tutorial is amazing. I love that Brad takes the time to explain the fundamentals, which are skipped over by others all too often. Whenever someone is wanting to learning programming, Brad is always one of the very first I recommend. Thank you for your awesome work, Brad!

andrewbrower
Автор

Not only a great theoretical and technical stuff, also a great accent to non native English speakers. I really appreciate this video!

marcosfraticelli
Автор

okay this is crazy. THE MINUTE I REALIZE I NEED TO LEARN NODE.JS ASAP AND YOU MAKE THIS VIDEO. THANK YOU BRAD!! 🙌🙏🔥

KiaanCastillo
Автор

I don't know how. My teacher teaches this for 3 months and u did it in an hour

ClevergunsYT
Автор

I stayed the whole one hour and half watching typing and learning, and I thank you for your great work done in explaining Node.js in plain English ! Thanks once again Brad and be safe

BekBrace
Автор

holy smokes, that was crazy value.
I went from knowing absolutely no node to deploying a server app. Thanks for the content man!

HehLul
Автор

Thank you very much for this flawless service to the dev community, Traversy.
You are surely one of the best professors I ever had.

FabricioEGiovanni
Автор

Using the quarantine time after this. Thank you, Brad. Stay safe.

nabil
Автор

I have an interview on nodejs in a few days. No idea what the hell node even is. Brad to the rescue!!

saqlainalvi
Автор

4 years later and its still one of the best node js videos ive seen, thank you king

zenitzo
Автор

1:22:37
If the about page is giving the 404 page not found, be sure to add this line of code under the switch statement:

if (contentType == 'text/html' && extname == '') filePath += '.html';

JamieDawsonCodes
Автор

I stayed too the end! You pushed the site to herouku. I just started programming and I'm a CS student at 32.

jackiemcgough
Автор

This was the most amount of information that I've seen packed into a one-and-a-half-hour video. It took me several hours to fully digest. The video was exceptionally thorough and helped me understand the subject.

wolvincraft
Автор

You are an amazing teacher! I'm trying to learn this stuff and you've been the only person that has explained it in terms I'm able to grasp! Great job!😁

rongtoob
Автор

33:27 if anyone wonders why the file got created despite the error: That's asynchronous functions in a nutshell for you.
While asynchronous programming makes your programs execute a LOT faster, this type of behavior might happen, just keep it in mind.
So basically if you do this:
somefunctionA();
somefunctionB();

If you run those asynchronously and if B relies on A being done, and B is faster than A, you will run into errors.

BC
Автор

2 years later this is still the best I have found and everything taught is so useful and no waffle throughout! Thanks, Brad. P.s. Glad you're back making tutorials this year. You have had a productive year already. :)

sueholder
Автор

“If you watched until the end, I appreciate it.” I mean, I am the one who who should be thanking you man, you're the one helping me , all the love in the world man thank you

MoatazSaber
Автор

I watch your crash course videos before start learning any new language or technology. That makes it easier for me, Thank you very much

ismailco