Tag : NodeJS

List all Tags

New Website - Abandon JavaScript Frameworks

I finaly managed to rewrite my website and to turn my back on javascript frontend frameworks like react, angular and vue. Let me tell you why and what I ended up using instead.

Building and Cracking the Enigma - Part I

Looking back into the most important device in WW2 which also is the foundation every modern computer is based on.

How to send OnPrem Prometheus metrics to MS Azure

Companies have to bridge the gap when moving to the cloud. One of the major pain points is observability. This quick post shows how to send your OnPrem metrics to Azure in order to provide a central location for your 'single pane of glass' observability.

The Notebook for Developers - now even better

There are all these digital Notebook Apps but none fit quit in? Yeah had the same till I discovered Joplin, which was a game-changer for my digital note-taking. So much so that I even created my own plugin for it.

Broken NodeJS Apps due to secerity dot-release - Debugging the NodeJS CVE-2022-32213 fix

When none of your code works anymore due to a to a innocuous secrity fix in a dot release you need some quality time with your rubber duck to find the root cause.

Dockerfile for NodeJS & Typescript

Learn the best practices on how to bundle a TypeScript project for production with Docker. Get insights about Dockers overlay filesystem for small and secure builds.