How to turn your macOS into a Linux-like Desktop
TLDR: This is NOT about installing Linux on a Mac! Who would do that? 😏 So, you got yourself a new Macbook. Maybe it was …
Codeminer42’s Engineering Blog
TLDR: This is NOT about installing Linux on a Mac! Who would do that? 😏 So, you got yourself a new Macbook. Maybe it was …
The usual way to debug a Node.js application is to simply use the console module to inspect variables or objects, which is fast enough to …
Hello guys! When we are investigating errors or resolving a bug in our app, we all know the struggle of finding and fixing it. In …
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 …
Mountains and cactus. Typical Arizona view. This year’s January I spent three weeks working at GoDaddy Inc. in Tempe, AZ. It was my first time …
Earlier this month, I posted about how yarn is much faster than npm, but today NPM itself posted on Medium about code>npm@5
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 …