Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. (more…)
Read more »
Configuration management - the one thing that you know should be done right, yet is so easy to just ignore and put off until later. Here is an easy way to do application configuration for cloud based node apps. lazy config management Ideally an app's conf... (more…)
Read more »
SapphireDb now has got a new client implementation that is compatible with any JS client and also compatible with NodeJs. The npm-package is called sapphiredb. (more…)
Read more »
Implements the subset of RFC 8555 – Automatic Certificate Management Environment (ACME) – necessary for a client to support TLS certificate provisioning from Let’s Encrypt using HTTP-01 challenges.... (more…)
Read more »
Running scripts in node.js is easy - just make a javascript file and run node /path/to/file.js. However, if you maintain a lot of scripts you’ll quickly start to run into some pain points, especially when you try to test your scripts. In this post, I’ll r... (more…)
Read more »