Learn Node.js - Full Tutorial for Beginners

Learn Node.js - Full Tutorial for Beginners

freeCodeCamp.org

5 лет назад

1,113,103 Просмотров

Ссылки и html тэги не поддерживаются


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

Sumit Gupta
Sumit Gupta - 15.11.2023 10:48

A quick well structured walk through if you are new to node.js

Ответить
coldCoders
coldCoders - 05.10.2023 08:49

This is not for beginners... the amount of pre-knowledge is immense. Beginners would assume you would describe, explain and give context to each function, and module you are using and what it does. No where do you even start to explain what events are, eventemitter, what a constructor is, what is a constant... this is not for beginners. im alwasy getting click baited into these so called beginner tutorials that are just lame excuses for freecodecamp to get clout.

Ответить
coldCoders
coldCoders - 05.10.2023 08:39

I would argue these are not courses, and are rather copy and paste tutorials. No explanation of what each function, inputed word such as "constructor", "super", etc are explained. I would not risk calling these courses, just to gain viewers and followers. As much as I like freecodecamp, their "courses" are a play on words, are tutorials, which are not courses. They are not synonomous. Some things are missing, and some steps tend to get skipped. Simply writing what you are writing, regurgitating what you are writing, is not teaching anything. This three hour course could have been an hour and a half, with the extra 1.5 hours invested in teaching us what you are actually doing. This is not just you, this is most freecodecampe courses and other tutorials people do. Tutorials are not courses. Stop with this. This is equivilent to watching a teacher tell me what their powerpoint presentation says word for word and then ask me what I learned. Seriously??

Ответить
Bobby Smurf
Bobby Smurf - 28.08.2023 03:04

Im glad that he skips through explaining any of the complex important stuff but he spends an hour explaining braindead easy things

Ответить
REESHAV
REESHAV - 23.08.2023 00:47

JOI.validate() is depricated now. If anybody gets stuck at this.

Ответить
Mihin 125
Mihin 125 - 19.08.2023 09:40

Great tutorial. Here are some updates for joi input validation. Instead of joi.validate() use this format now. here schema is the schema object formed using joi.object() in this tutorial-->
const {err} = schema.validate(req.body)
if(err){
res.send(err)
}
else{
res.send('submitted successfully')
}

Ответить
Hải Đăng Trần
Hải Đăng Trần - 08.08.2023 19:29

Valuable

Ответить
Cafe Latte
Cafe Latte - 01.06.2023 13:55

I am not sure that this is completely for beginners.

Abstractions behind the codes like `app.use('/public', express.static(path.join(__dirname, 'static', 'index.html')))` are not properly explained.

Ответить
Anup Khismatrao
Anup Khismatrao - 27.05.2023 11:40

Ответить
Muhammad Ubaid
Muhammad Ubaid - 01.04.2023 13:21

Make document tracking system web based in MERN Stack with source source

Ответить
Muhammad Ubaid
Muhammad Ubaid - 01.04.2023 13:17

Make document tracking in MERN stack with source code

Ответить
Carlos Kimutai
Carlos Kimutai - 30.03.2023 00:11

bro. Your too zoomed in. Good tutoria; :)

Ответить
Pratham Vishwakarma
Pratham Vishwakarma - 22.03.2023 08:04

If the CSS file is not loading when you're sending the index file, try giving the path to CSS file as public/css/main.css because the browser looks up the static file served through the server and if the alias to static folder is not provided in the CSS href in HTML then it won't get the CSS file

Ответить
TheImpossibleAsh
TheImpossibleAsh - 02.03.2023 21:13

Hey maybe someone can help me out, I'm a student at freeCodeCamp and I'm just now learning how to use Javascript. I downloaded node, but of course its been a few years so systems can change since then. I prefure subline text and I'm trying to figure out how I link the two together. Can someome please help me?

Ответить
Gautam Chaturvedi
Gautam Chaturvedi - 10.02.2023 10:07

Bro likes his bananas

Ответить
Avi Garg
Avi Garg - 15.01.2023 16:35

This is the one of the best begineer video

Ответить
rohit kumar
rohit kumar - 17.11.2022 15:32

just zoomout bro, can see only 6 lines of code at most.

Ответить
Sai Sivakesh
Sai Sivakesh - 07.10.2022 22:11

just want to add the joi.validate is no longer a correct a syntax, now we should use schema.validate(req.body, ()=>{}) since schema is the object you created let me know if joi.validate still functions I would like to know how and why it didn't work for me

Ответить
George’s Journal
George’s Journal - 23.08.2022 04:23

Who here is doing the blockchain course and watching this to get caught up with how to use NodeJS lol?

Ответить
Natasha Samuel
Natasha Samuel - 02.08.2022 02:59

Great class.
Keep up the good work.
Thank You,
Natasha Samuel

Ответить
MICGMI
MICGMI - 23.07.2022 17:20

2022 joi.validate not a function

Ответить
T padma
T padma - 28.06.2022 17:06

superb teaching ......thank you sir

Ответить
Betsegaw Gobezie
Betsegaw Gobezie - 20.05.2022 06:51

would be better if the video had better quality...

Ответить
Thais
Thais - 22.04.2022 10:40

Really great job. Thank you for this.

Ответить
Excel com Higor Muros
Excel com Higor Muros - 25.03.2022 22:15

Thank you for this wonderful course!

Ответить
xClayce -
xClayce - - 16.03.2022 13:01

the part where you explain how to serve static files with express, i love this! was searching for an eternity to find someone who show me what im doing wrong. thanks.

Ответить
shreejit pal
shreejit pal - 13.03.2022 11:55

Everything was going great untill the moment you put in Jquery without even explaining anything. should've kept code restricted to js or explain more about... I went completely blank from that point onwards... also my CSS files are being refused to get accepted by the browser as MIME type error.

Ответить
Michaela Lippold
Michaela Lippold - 16.02.2022 15:54

Honestly been trying for days to figure out how node works and how to get it to be in a certain folder and finally got it all from just the first few minutes of this video. Thank you so much!

Ответить
Jonah
Jonah - 30.01.2022 23:11

Hi coach, May I ask please! Doyou have a tutorial for the downloaded template project to import into visual studio? Thank you!

Ответить
Anshul Manapure
Anshul Manapure - 16.01.2022 07:37

My ctrl+shift+p doesn't give Terminal: select default terminal option after typing default. What to do.

Ответить
Barry Ward
Barry Ward - 13.01.2022 12:21

Very good course for people wanting to get started with node

Ответить
Simran Verma
Simran Verma - 07.01.2022 10:13

This tutorial is the best as he has explained all the aspects of node.js in this tutorial and it is best for beginners as well as who just have started learning node.js so hats off to you my noob coder!

Ответить
Jonathan van den Berg
Jonathan van den Berg - 01.12.2021 18:05

WISH this guy gave us more than 6 lines to work with

Ответить
50121241327104 and me 0404
50121241327104 and me 0404 - 14.11.2021 19:04

Hey, im a CS Student and I have an internship right now, requiring me to learn Node JS for custom plugin development. Should I take a look at your JavaScript course before starting with this course?

Ответить
Behind the Scene
Behind the Scene - 04.10.2021 00:17

Requires Days n Nights of practice

Ответить
pmellow
pmellow - 03.10.2021 11:40

I can follow your code and successfully executed the app, but I don't understand a thing, the tutorial kinda went too fast and show things that came out of no where.

thanks anyway


and anyone who got their bodyParser deprecated warning, it's because as of now Express (4.16+) has bodyParser built-in so you don't need dependency on body-parser module anymore

Ответить