In this article we will explore how we at blogfoster set up our development environment with Docker. If you're already familiar with Docker you can jump directly to our setup and skip this short overview. TL;DR Use one shared... (more…)
Read more »
At Sniptt, most of our experience has been writing TypeScript and JavaScript for Node, so we made the decision to use the same technologies… (more…)
Read more »
nodekit - {NK} NodeKit is the universal, open-source, embedded engine that provides a full ES5 / Node.js instance inside desktop and mobile applications for macOS, iOS, Android, and Windows.
Read more »
Node.js runs JavaScript code in a single thread, which means your code can do one task at a time and can’t use multiple cores. To remedy this, Node.js introd… (more…)
Read more »