Posts 📖

I wanted the best GitHub notifications in Slack, so I built it 😎

March 17, 2026 · 3 min read
GitHub notifications are noisy where they should be quiet and silent where they should be loud. I built GitNotifier to prioritize human signal, reduce Slack channel spam, and let developers act on PRs directly from Slack.

Stop committing with the wrong email: Multiple Git Configs for GitHub

August 20, 2025 · 4 min read
How to commit with different emails/SSH keys on Github depending of the folder you are in and sign your commits automatically.

Stop using "GitOps" to sell your products

August 20, 2024 · 3 min read
GitOps isn't just deploying infrastructure from Git.

How to increase AWS ELB keep-alive timeout when deployed from Traefik

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.

NodeJS Best Practices: Redacting Secrets from Your Pino Logs

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.

About the Kubernetes Cluster Autoscaler configuration and saving cost

January 29, 2024 · 2 min read
Cluster with under-utilized nodes was not able to downscale.

Good bye sleep() and delay() with NodeJS, hello setTimeout()

November 27, 2023 · 1 min read
Stop to use home-made utilities sleep() and delay(), and use the native nodeJS timers API: setTimeout()

How to use OpenTelemetry to expose custom Prometheus metrics from nodeJS applications

November 8, 2023 · 4 min read
OpenTelemetry? For NodeJS? Let's dive together on how to feed our data to a Prometheus gauge.
← Prev
Page 1 of 4
Next →