Readings for Lunch — [ 21 Jun 2018 ]
IMAGE OF THE DAY

Down the rabbit hole…
THINK
The Machine Fired Me
It was 7am when my phone rang. Instead of an alarm, it was my recruiter disturbing me from a pleasant dream. It was too early for a phone call or to be caught off guard, so I did not answer…
JAVASCRIPT
Understanding Generators in ES6 JavaScript
ES6 introduced a new way of working with functions and iterators in the form of Generators (or generator functions). A generator is a function that can stop midway and then continue from where it stopped.