The Mix 1/4
Automating Nextcloud App Releases with GitHub Actions
If you've ever manually released a software package, you know the drill: update version numbers in multiple files, generate a changelog, create git tags, build and sign the package, upload to various distribution platforms... and then do it all over again when you need a hotfix. It's tedious, error-prone, and frankly, not a great use of your time.
Typed Javascript library
Making a reusable correctly typed library has always been something I wanted to achieve. I've tried multiple times but could never find the magic recipe. Until now.
Multi account SSH GIT access
How to have more than one account on github or bitbucket with different SSH keys
bash, screen and automation
Starting a new job in IT brings always new fun moments to speed up things by automating CLI tasks.
Svelte summit 2021
This year's svelte summit was great. My picks of this year's summit in no particular order.
Network Error Logging
Server responses so slow the user abandoned! Trace using NEL and an example in Node.js