I write about React, JavaScript, web application development and other stuff. Sometimes in german and sometimes in english.
Creating a GitHub Action that automatically publishes itself
September 11, 2019A guide on how to use a workflow to automatically publish a new version of your GitHub Action
Using nssm to automatically start a node server on windows
July 04, 2019Automatically starting a node process on windows can be tricky. This is my script to install a node process as a service with nssm.