Getting back into coding challenges (to get ready for interview questions)
DAY 408
Met with a programmer friend this week for some advice and a really basic mock interview.
She gave me a couple of problems from CodeEval, and I was definitely feeling pretty rusty on pure logical programming. I’ve spent the last 6 months learning web stuff, which consisted of lots of tools and concepts and libraries, but very few algorithms etc.
Over the past few days, I’ve been working through the easiest of the challenges that have been added to CodeWars since I last used it in December. I’ve completed 70 small tasks, and I’m starting to feel a bit more comfortable again.
I think I’m going to go through CodeEval starting on their easiest exercises, and check them into one big GitHub repo. They only have 240 compared to CodeWars’ 1500 JS challenges, but they seem to be more substantial.
CodeEval just has you work locally and upload your solutions, so this will also be a nice opportunity to switch away from my last remaining online editor (CodeWars). Working with my own editor/workflow will be nice, after spending so much time lately getting used to all those hotkeys etc.
One really nice thing I will miss about CodeWars’ editor is that they have a nice built-in test case functionality. If I’m feeling ambitious, maybe I’ll also learn some Mocha and use this as an opportunity to finally get some real TDD experience.














