Vim Buffers, Windows and Tabs – An Overview
I have been using Vim since I started using Linux, many years ago, but it was just recently that I decided to use it as …
Codeminer42’s Engineering Blog
I have been using Vim since I started using Linux, many years ago, but it was just recently that I decided to use it as …
This year’s January I spent three weeks working at GoDaddy Inc. in Tempe, AZ. It was my first time in the USA and I felt …
Earlier this month, I posted about how yarn is much faster than npm, but today NPM itself posted on Medium about npm@5 and how fast …
Yarn is an alternative package manager for Node.js and Javascript. Acclaimed for being much faster, reliable and secure compared to Npm. But does it really …
There are a lot of test frameworks for JavaScript/Node.js and I’ve been working with Mocha, Jasmine and Lab for a while. But I decided to …
We have been hearing a lot about functional programming since the past couple of years and even how to use the paradigm in Javascript. For …