NPM@5 Arrived. But Is It as Fast as Yarn?
Earlier this month, I posted about how yarn is much faster than npm, but today NPM itself posted on Medium about code>npm@5
Category
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 justify a change?…
I just read a great blog post on the internet about MVC not being object-oriented, and I could not agree more — after all, we don’t peel an…
TL;DR Kemal delivers 8.3x more requests than Rails and 1.5x than Sinatra, using only 15MiB (against 110MiB in Rails and 47MiB in Sinatra) and 56% of CPU (against…
Softwares are subject to change all the time, and one aspect that contributes to defining the quality of a code is precisely how easy it is to be…
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 give a try…