My brother from another mother sent me a link to this website. The website takes teaching you how to code to another level.

Exercism.org does this by making your code available online for review to a host of other people. Group of people comment on your code, give you tips and pointers and then you take those in, think, work on your code and post the next iteration of that code, hopefully a better iteration, for another review. Here’s a screenshot of one such conversation.

Get really good at programming
Get really good at programming

Exercism.org has its own CLI based manager. The CLI manager is used to download problem sets, in a variety languages. You work with them, solve the problem statement and upload them for a group based code review. This way your coding style keeps improving, you get valuable feedback and you keep on working to improve your code. The CLI is really simple to install and use.

Open source code learning FTW! Get good at writing code for Free!