Recent Posts
-
February 18, 2025
Highlights on The Book of Why
I was intrigued by this book because the author is a winner of a Turing award. I searched for it in my local library and they did not have it so I submited a suggestion for them to purchase it and they approved my request. The book on Amazon. The ...
-
May 22, 2020
Highlights on Applied AI Book
G ot to know about this book after watching one of the VLAB sessions at Stanford back in 2018. The book on Amazon. The gist of the book is AI is still in early stages, will be hard to introduce AI to organization, but can be done if we follow the ...
-
October 26, 2017
Learning how to learn
My notes for the Coursera course titled Learning how to learn from UC San Diego. Two modes in brain Focus mode: When mind is engaged in content with high cognitive processes like reading, analyzing, comparing. Diffused mode: When m...
-
October 17, 2017
List of Interview Questions
Here is a list of questions and skills I've been asked about as a senior backend developer during 2017, these questions come from big companies and startups in Silicon Valley, Seattle and Europe.Topics Optimization Failure Recovery Compression ...
-
January 08, 2016
Useful Linux snippets
Some simple commands for bash that have been helpful in the past.# Adding a remote machine on docker-machine# Note we specify btrfs as we are using that driver in docker for our remote machinedocker-machine -D create --driver generic --generic-ip-...