Learning Resources

The beauty of computer programming is that you do not need to formally go to school to learn how to program. You can learn almost everything that you would need to know online, and for free. The following resources are some that I have used personally, that I highly recommend, for anyone looking to learn more about computer programming.

Free Code Camp

My personal favourite for learning full stack web development. They offer a great front and back end curriculum that requires you to complete a variety of projects in order to apply the knowledge that you learn during the lessons. As a bonus, at the end of the curriculum you will have a few impressive projects under your belt for your portfolio.

Codecademy

Not only does Codecademy have many great courses on various web development languages such as HTML, CSS, and JavaScript, but they even offer a course on how to deploy a Jekyll site. If you are completely new to Jekyll, I would recommend working through that course as a great start for learning how to deploy your Jekyll site.

Khan Academy

A great resource not only for learning mathematics (what most people probably know Khan Academy for), but also computer programming. What Khan Academy offers that is different from the other two above resources is that it offers courses in computer science related topics, such as algorithms and cryptography. This is unique in that most online resources mostly focus on the programming side of things.