Recently I’ve came across a couple of node.js projects which use NODE_ENV for defining environment for the Development, Testing, Acceptance and Production (DTAP) pipeline. At…
Practical thinking on software engineering.
Recently I’ve came across a couple of node.js projects which use NODE_ENV for defining environment for the Development, Testing, Acceptance and Production (DTAP) pipeline. At…
When preparing application for deploying to production env I want to ensure that everything is properly logged, especially things which are unexpected in code. That’s…