Node.js
2019 Nov 29
Var, Let, Const and the 'commonly' expected behaviour
Javascript quirks and idiosyncracies. Or why learning a new programming language is hard when coming in with implicit assumptions from other languages
2019 Nov 12
Logging with trace IDs in Node.js - pino, express and cls-hooked
A neat way to add tracing or transaction ids for each request-response cycle with as little modification to the rest of the code as possible