terminal
david@localhost:~$ whoami
David Weterings - Freelance senior software consultant
David Weterings
david@localhost:~$ cat profile.txt

Freelance senior software consultant and polyglot. Focussed on e-commerce, R&D, and cloud-native.

KvK: 71557733 Btw: NL001562249B79

david@localhost:~$ cat pages.txt

Recent Updates

TIL

OpenTelemetry non compliant trace ids

I recently worked on a new ecommerce project which was using my favorite OpenTelemetry vendor Honeycomb.io, and the stack running in NodeJS/NextJS on a combination of Azure Containers Apps and Azure …

TIL

Mandatory GitHub checks

Making conditional workflows work with required status checks When you make a GitHub status check required in branch protection rules, GitHub expects that check to appear on every workflow. If your …

TIL

NODE_OPTIONS in Azure functions

It turns out NODE_OPTIONS does not support most options in Azure functions. I’m currently working on a migration from AWS to Azure. While adding observability to Azure Functions (we use …