Hi there!
I’m a software engineer by day, working for Ambient Digital. Throughout my career and personal projects I come along a lot of nice tricks and tips. I keep these as notes and try to refactor them into posts here.
On this website I’ll take you on a tour through my daily fixes, ideas or stories.

My latest posts
-
Serve your build locally with nginx through docker
Sometimes you might want to debug build problems or behavior. To do so, you have to somehow serve your build locally. This post explains how!
-
Tailwind + SCSS: resolve-url-loader: error processing CSS, invalid mapping
This post describes how to fix a tailwind error, where using @apply directives would cause “resolve-url-loader: error processing CSS, invalid mapping” errors during your build.
-
Do we really need npm audit pipelines?
As we are currently adding npm audit pipelines to our frontend projects, we started a discussion on the necessity of these pipelines. While the step to detect vulnerabilities and prevent their deployment is a good choice, the real culprit is a totally different one in my opinion. So, throw away the npm audit pipeline and… Read More »Do we really need npm audit pipelines?
-
React: Could not find router reducer in state tree, it must be mounted under “router”
A possible fix for the error Could not find router reducer in state tree, it must be mounted under “router” with connected-react-router
-
Arch: signature is unknown trust
In this post I explain how to fix an error about an error that is caused by a package, which was signed with a missing/untrusted public key.
-
[AUR] ERROR: One or more PGP signatures could not be verified
This post explains how to fix the PGP signature verification on AUR packages. If the key of a signed PKGBUILD is not present in your public key ring, you will otherwise see “ERROR: One or more PGP signatures could not be verified”