Magic configuration in Node.js using module preloading

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… Read more

Similar