Running Dask dashboard on ARM

I spent last week researching viable alternatives to Spark and came across Dask framework that is designed to run complex data science tasks in parallel. To »

Leetcode: Word Ladder II

I want to share my solution to a coding challenge I found on Leetcode. While the problem doesn't appear to be too hard, it took me »

Zoom HRV - The World’s First Wearable Body Computer

A month or so ago I got a Zoom HRV- the World’s First Wearable Body Computer. This device is amazing - small form factor with »

Redux: why are state functions called reducers?

A reducer is the component in a pipeline that reduces the pipe size from a larger to a smaller bore (inner diameter). A reducer allows for »

React native CMD+R not refreshing

If while exploring React Native framework you have run into the issue when cmd+r doesn't refresh the view in the simulator, try resetting the simulator »