Readings for Lunch — [ 18 Apr 2018 ]
IMAGE OF THE DAY

Actions for Happiness – We all feel sad at times. It’s perfectly natural. Fortunately there are lots of simple actions that can help (source)
JAVASCRIPT
ES modules: A cartoon deep-dive
Many JavaScript developers know that ES modules have been controversial. But few actually understand how ES modules work. Let’s take a look, using cartoons, at what problem ES modules solve and how they are different from modules in other module systems.
CODE REVIEW
Radical Candor in Code Review
Ian Feather's shares his take-aways on a new book, called Radical Candor, and how one can apply the principles and approaches illustrated in the book to the process of code review.