Navigating the Path: Essential Coding Resources for Beginners

I found a Gist on my github account from 9 years ago. I was trying to help my Nephew learn to code at the time. In fact I had a lot of people who wanted to learn how to code. I decided it was time to delete that list so its not 9 years outdated.

Learning Resources Link to heading

I recommend you start with the free courses. I hate to see people waste money before they even know if they will enjoy it.

In my humble opinion you should only move on to paid courses under the following conditions.

  1. You love coding and want to learn more
  2. You have exausted all the free resources.
  3. You are lost in the free courses and need better instruction.

I realize that some colleges have their content for free, but for someone just wanting to get started I feel the following resources are more realistic.

Free Link to heading

While its possible I missed something Free Code Camp really seems to be the only quality free course out there. However, W3Schools is a great reference guide.

  • Free Code Camp - They have courses you can take for both front and backend Javascript as well as Databases.
  • MDN Course - I just found this and it looks interesting and promising
  • W3Schools
  • MDN
  1. Front End Masters - When I got sick of building my own lesson plans with Udemy I switched over to FrontEnd Masters. Their content is excellent. I can be a bit strange and obsessive and even though I have more than 2 decades of experience I started with their entry level courses. I actually learned some stuff and found some stuff I had forgotten.
  2. Udemy - Great content but it can be hard to come up with a good learning plan that advances at a steady pace.
  3. Boot.dev - I have never used them but have heard good things

Libraries Link to heading

  • JQuery - Viewed as outdated by many. However, a large part of the web still runs on this. Not every site needs to be a SPA.

Frameworks Link to heading

I prefer backend development, I like react more than angular but have used both.

Server Side Link to heading

Server Side Frameworks Link to heading

  • Nextjs - React for the server
  • Nestjs - Angular for the server

So much more Link to heading

There is so much more, however, that will get anyone who is interested started. I would recommend first starting with Free Code Camp and do their certification course. The certificate won’t be worth anything looking for a job, but it is a nice goal to have. I would do the 15 projects after that, and then move on to Front End Masters. Take your time, 1 hour a day. Yes it will take over a year to get through it all but you want to make sure you learn it.