March 30, 2024 · 3 min read
Learn to mitigate potential security issues by redacting sensitive data (like user credentials or secrets) from your logs using Pino logger for Node.js. Consider this a crucial part of your logging strategy.
November 27, 2023 · 1 min read
Stop to use home-made utilities sleep() and delay(), and use the native nodeJS timers API: setTimeout()
November 8, 2023 · 4 min read
OpenTelemetry? For NodeJS? Let's dive together on how to feed our data to a Prometheus gauge.