Recently, I encountered a problem at work. For preparing a training set and testing set for a machine learning problem,…
mutability pain in JavaScript
try predicting the output of the code below. var obj = {a:1, b:2} var func = function(_obj){ _obj.a = 5; …
math championchip – alexa skill for kids
some time back Amazon, the to be mammoth in internet space, announced Alexa. Alexa is an AI based voice assistant (comparable…
Chess – a weekend work
I am an advocate of the react-native project. At work, whenever I had to architect an app, I would insist…
wordfeeder – vocabulary booster
Recently, I had been thinking about improving my vocabulary. As I found referring to flash cards really boring and could…