HOME CODING DOCKER TOOLS LINKS

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.

otr-rss downloader

A tool to download data from onlinetvrecorder.com and also a project to learn scala and to play with goomph, gradle features and application packaging.

otr-rss-rust

A re-implementation of otr-rss downloader in rust. Mainly started to learn rust.