Coding
Most of the coding projects I simply created to learn new technologies and somehow document and share what I learned and discovered.
Most of the projects are using git tags to document what code changes are required for a special feature.
QR Code Generater PWA
A progressive web applicatiom implemented in plain javascript providing features like share data with other applications and act as share target.
Quicksort polyglot
A simple project that implements quicksort in different languages that run on the Java VM. Just to learn how to integrate these languages with Java.
docToolchain example
How to implement docToolchain with github actions.