Zeroes and Ones

  • Home
  • |
  • Blog

This is my learning blog

51 Posts

  1. Recursion over iteration, a different approach

    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…

  2. (Scheme (is (quite (crazy))))

    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…

  3. Low Level Javascript

    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…

  4. Into The Realm Of Testing

    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…

  5. The Unexpected Library

    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…

  6. Deeper into JS

    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…

  7. You Don't Know NodeJS

    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…

← Previous Page12345678Next Page →

Developed by Cristobal Heiss