Full Stack Web Development for Beginners (Full Course on HTML, CSS, JavaScript, Node.js, MongoDB)

Full Stack Web Development for Beginners (Full Course on HTML, CSS, JavaScript, Node.js, MongoDB)

freeCodeCamp.org

1 год назад

1,839,878 Просмотров

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


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

William Lawrence
William Lawrence - 06.10.2023 11:30

I had high hopes for this course, only to find the main section is taught by someone with such a thick accent I can't keep up with half of what he's saying.

Ответить
Rodrigo Marques
Rodrigo Marques - 05.10.2023 13:03

From the javascript part onwards it started to be very poorly explained.

Ответить
Mohamed YOUTUBE (AMONG US ET AUTRE)
Mohamed YOUTUBE (AMONG US ET AUTRE) - 04.10.2023 22:03

very instructive i want to becoome rich so very useful. thanks. 👍

Ответить
Ahri Hasegawa
Ahri Hasegawa - 04.10.2023 21:18

Thank you for this video! I always learned so many things from you! But so many people invest some time watching this video but cannot invest some time to subscribe the creator. Subscribing motivates them to make videos like this!


Still, thank you so much for this! God bless you always.

Ответить
Julio
Julio - 29.09.2023 17:38

I tried to make the code on my localhost. And I haved to put new before the ObjectID on functions that execute code on mongodb like get and delete by the ObjectId. Instead of use _id: ObjetctId i haved to use new ObjectId

Ответить
Phoenix Helicase
Phoenix Helicase - 29.09.2023 05:50

I wish you show us the full process of how to create API key and explain some information about it ?

Ответить
Hansaraj Kosarkar
Hansaraj Kosarkar - 25.09.2023 19:20

This is great tutorial to get start with backend. Simple and clear explaination.

Ответить
Vaughan MacEgan
Vaughan MacEgan - 25.09.2023 16:58

Ok, I just got through the opening section and now up to the 3h15 mark where we are going to be coding in JavaScript and right at the beginning you tell us to create a variable using the "var" keyword. This is the line: var xp=0. Now, I was told in a course I finished about a week ago, never to use the keyword "var" only to use "let" and "const" for variables and this course was authored 2 years ago whereas this course is only 10 months old. The question is, in that intervening period has there been a change to JavaScript and we are now free to use the var keyword again?

Ответить
Arkaprava Biswas
Arkaprava Biswas - 23.09.2023 22:23

There is a course on this channel itself for front end development of 21 hrs....can someone plz tell as this video says about both front end and back end in 7 hrs... which one should I follow?

Ответить
Viking
Viking - 23.09.2023 12:49

⚠ When i edit or delete a review, there is no change after page reloads. On inspect element's console it show:
access to fetch at from origin has been blocked by cors policy. no 'access-control-allow-origin' header is present on the requested resource. if an opaque response serves your needs, set the request mode to no cors

Adding new reviews work fine✅

Ответить
Arfaihn
Arfaihn - 23.09.2023 00:19

This video is good😭 it is free? Howw? I mean not that am complaining but in this era a course like this can't be free

Ответить
kondowe wilas
kondowe wilas - 22.09.2023 23:10

This is the you tube channel l have been looking for finally l have found it.

Ответить
Alisha Khov
Alisha Khov - 20.09.2023 22:52

Hello, Thanks for sharing these great lesson. Thanks for your times, and hardworks. I wonder does any one have the same problem. TMDB movie site asked me to enter: full name, email, phone number, home address. in order the get API key. I tested without enter these info, it did not let me move on.

Ответить
Vaughan MacEgan
Vaughan MacEgan - 20.09.2023 06:23

Do we "need" to use "Replit" for the duration of the course or can we use something like "CodePen" which I am very familiar with? Or, should I use just Notepad creating webpages from scratch which I am also familiar with? I just finished a FrontEnd course (21hr from freeCodeCamp) and looking to extend myself a little bit.

Thankyou and Regards.

Ответить
AnonymousAccount
AnonymousAccount - 19.09.2023 19:53

way to basic...it would be better if you also added pages for each individual movie

Ответить
Brian Jackson.
Brian Jackson. - 19.09.2023 11:56

HTML

Ответить
Brian Jackson.
Brian Jackson. - 19.09.2023 11:56

htlkm

Ответить
ROSHAN CSE0026
ROSHAN CSE0026 - 18.09.2023 22:12

everything was very good very fine but java script 😂😂😂😂😂😂 it was so funny bcoz of his expression like he teaching to some child but it was good

Ответить
chen chakma
chen chakma - 18.09.2023 17:48

Hello, do you provide online full-stack web development course I am a beginner, I am looking for an online course that will help in my career.

Ответить
AmmyJ
AmmyJ - 15.09.2023 13:38

Today marks my initiation into coding🎉. Congratulations to me on my new journey

Ответить
Sowndarya
Sowndarya - 14.09.2023 12:59

I'm getting the deprecated error for the line " createElement('center');
How to fix this😢

Ответить
Ujjawal Kumar
Ujjawal Kumar - 14.09.2023 11:27

When I try to delete review it said object id is not a function,even I am unable to edit with same error

Ответить
Yony breezy
Yony breezy - 13.09.2023 18:31

I am a beginner to coding and Know nothing but i have a lot of interest so should i go for it... someone

Ответить
Noby Fuerzas
Noby Fuerzas - 13.09.2023 15:34

i guess it's day 1

Ответить
The Roni Bhai
The Roni Bhai - 13.09.2023 03:25

😂😂 I’m gone go to watching your video’s 😅

Ответить
SolaraProject
SolaraProject - 11.09.2023 09:46

Came for the knowledge, entertained by the accent, stayed for nodejs.

Ответить
Yona
Yona - 09.09.2023 07:59

back end not explained properly

Ответить
Ran dy
Ran dy - 08.09.2023 03:01

You guys are the best
This is well explained

Ответить
Yannick Stommel
Yannick Stommel - 05.09.2023 21:00

Overall i think this is a nice tutorial. Although in my opinion many important aspects do not get explained pretty good by Tomi. Some code is just written down without further explanation and there are also some parts that are written in a weird or unpractical style. For example: I would have loved to see how this API setup is really working and set up in the background. The API request we set up returns an object that contains all the movies with all the properties and you can see all of that in the console when we print the object. This would've made it much easier to understand, where the properties come from that you just copy pasted. Also an explanation where the API constants are found on the Website (APILINK, IMG_PATH, etc.). I eventually figured it all out by myself, which is fine though, but this way many people won't be able to reproduce this by their own. I think this tutorial is still good, i just wanted to point that out, because i haven't seen anyone complain about it. Keep it up.

Ответить
King Ceasar
King Ceasar - 05.09.2023 18:46

Im gonna try this out and see if i can do it.

Ответить
kirito
kirito - 04.09.2023 21:55

For someone who knows nothing about web devellopement would you recommend to watch this video
Cuz if i watched 7 hours even speed up and nothing changed im gonna be so desperate

Ответить
Rem
Rem - 04.09.2023 15:54

New achievement
I Watched 300 ads because of this video

Ответить
Lesoda Paul
Lesoda Paul - 03.09.2023 19:58

Could you please throw more light on "title attribute"?
I didn't understand that part. I practicalized with my phone but there was nothing on the webview.

Ответить
Susan Madden
Susan Madden - 03.09.2023 18:04

Hello, this a great tutorial for beginners like me. Thank you so much. I am having trouble however in the part where Tomi Tokko shows how to bring an image into the code. He doesn’t say right click or left, also how did he paste it?

Ответить
funnyvideos
funnyvideos - 02.09.2023 17:19

I downloaded this video because it got lot of views and good comments. Its really good for beginners. But i finish creating the website and i couldn't post online to show my works. Because you this video didn't say so. Can someone help?

Ответить
Gary Lau
Gary Lau - 02.09.2023 06:55

So cool! I have confidence to call myself a junior full stack developer now!

Ответить
Makunochi Ippo
Makunochi Ippo - 01.09.2023 11:59

Can I land a job with this ?

Ответить
Little mermaid
Little mermaid - 29.08.2023 20:17

That black dude teaching html is a Nigerian

Ответить
Zilla
Zilla - 28.08.2023 14:44

Is it possible to do this project in visual studio and if yes can someone please guide me?

Ответить
Joseph Tanasi
Joseph Tanasi - 27.08.2023 17:06

This tutorial was really good, but as a beginner there is so much left out when it comes to the back end, if your not using Replit you have to learn a ton of things on your own because Replit handles alot of the internals on its own

Ответить
Ander Raudsepp
Ander Raudsepp - 26.08.2023 23:39

Thank you! I found it very useful

Ответить
Ali Si Hosseini
Ali Si Hosseini - 26.08.2023 23:12

An Exemplary Guide to HTML, CSS, and JS: A Refreshing Learning Experience. The way HTML structures, CSS styles, and JS powers websites was exceptionally explained. A truly invigorating learning encounter that demystified web development. Kudos to the insightful teaching.

Ответить