August 20, 2024 · 3 min read
GitOps isn't just deploying infrastructure from Git.
May 8, 2024 · 1 min read
Let's see together how to change the Load balancer settings when created from an ingress controller like Traefik on Kubernetes.
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.
January 29, 2024 · 2 min read
Cluster with under-utilized nodes was not able to downscale.
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.
August 17, 2023 · 2 min read
Ever had the case where an application only needs a few MB of RAM the whole week, but on reading data it needs way more memory for a few seconds to load a big file in memory? This might be for you ;)
August 5, 2023 · 2 min read
When you need to debug a database on a private network, it might get complicated to access it. Let's see how we can achieve this with Kubernetes tooling.