29 October, 2019
After some ground definitions in the first chapter of “The Little Schemer”, such as car, cdr, eq?, and others. The second chapter presented…
28 October, 2019
A written language is defined (roughly) by some marks, and some meaning behind those marks. In roman alphabet we assign sounds to each…
24 October, 2019
As part of my daily Katas, I’ve been recreating several array methods from scratch using TDD. I have a list of methods to work on, I take…
23 October, 2019
Wait, isn’t Unit Testing the same as TDD? Is TFP a thing? I should write a test before even writing the code I will be testing in the first…
22 October, 2019
Sometimes unexpected things happen. For example, today I planned on reading about TDD and Unit Testing, and later blogging it. Yet, here I…
21 October, 2019
The Kata of today was working with 'ES6 features'. We worked with Reflect and Array.from, in all honesty, I didn’t make too much of Reflect…
19 October, 2019
I know, its Saturday. But well, this will be short. Have you ever come across the books by 'Kyle Simpson' "You Don't Know Javascript"? Well…