Editor’s Note: Today’s post is a guest post from John-David Dalton, a Program Manager on the Microsoft Edge team and creator of the popular Lodash JavaScript library, sharing the news of a new community project to bring ECMAScript modules to Node. (more…)
Read more »
Dockerizing an application is simple, effective, but optimizing the size of Docker Image is the tricky part. Docker is easy to use but once the application starts scaling, the image size inflates exponentially. In general, the node docker image size of th... (more…)
Read more »
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. (more…)
Read more »
Starting from Docker 17.0.5+, you can create a single Dockerfile that can build multiple helper images with compilers, tools, and tests and… (more…)
Read more »
Tiny hashing module that uses the native crypto API in Node.js and the browser - sindresorhus/crypto-hash... (more…)
Read more »