Recently, I’ve found a new toy. Codewars is an excellent place to practice my coding skills and learn ‘problem thinking’.
There are a couple of benefits to this platform that help me develop my coding skills in different ways compared to my own projects. Firstly, the problems usually revolve around the creation of lower level algorithms to manipulate data directly. Secondly, the solutions are validated using simple unit tests. You are encouraged to add to and alter the tests as you want to which helps debugging and expands my knowledge of TDD
My profile is HERE, take a look!