Readings for Lunch — [ 05 Sep 2018 ]
IMAGE OF THE DAY

Photos shot with a drone and then stitched together to give an "Inception" look. (source)
REFACTORING
Refactoring an inherited codebase
"The best analogy I had for this experience was swapping engines on the a flying plane." LOL
REACT
Finite State Machines with React
As a front-end developer, I’ve found that I’m often fixing one of two categories of bugs: display-related issues or unexpected application states. State machines make the second category virtually disappear.