Create react based blazingly fast blog using Netlify CMS and Gatsby
April 25, 2020I have been writing posts on a Jekyll and GitHub pages blog since a long time. Some weeks ago, my colleague shared the Gatsby blog that he…
Why you should not use Google Optimizer and How to use if you want to?
March 26, 2020How would you like to show a modified version of the same webpage to diverse users differently? What we want to achieve in the post is to…
Making shell your friend | Commands that I use daily
March 23, 2020In this post, I will be sharing all types of bash commands that I use during my daily life. To start with, I am a big-time shell user. I do…
Introduction to KNN | K-nearest neighbour algorithm using Examples
March 23, 2020Introduction to K-nearest neighbour( KNN) algorithm using sklearn. Using different distance metrics and why is it important to normalize KNN…
Validate your request parameters easily using Vanilla JS | JOI | AJV in Node.js
July 05, 2019Some time ago, while working on a big Node.js application, I could see same validation for the request parameters being repeated again and…