Building a secure Node.js development environment via containers

A very important aspect of security lies in reducing the attack surface something that you’d like to keep safe. In this article, we will look a how we can build a secure Node.js development environment via docker containers. Read more

Similar

A curious case of memory leak in a Node.js app

This is a story of a bug I had an opportunity to fix in the ancient times of node.js 0.10. The new and shiny node.js 0.12 was still just glimmering somewhere on the horizon, we were still young and beautiful. Some of us, at least.

Read more »

Node v7.4.0 released: performance improvements and npm v4

Windows 32-bit Installer: https://nodejs.org/dist/v7.4.0/node-v7.4.0-x86.msi Windows 64-bit Installer: https://nodejs.org/dist/v7.4.0/node-v7.4.0-x64.msi Windows 32-bit Binary: https://nodejs.org/dist/v7.4.0/win-x86/node.exe Windows 64-bit Binary: https:/...

Read more »