Personal Projects
sudoku.tn1ck.com is a full featured sudoku app with a decently polished web UI. It has support for notes, hints, keyboard shortcuts, a timer that stops when the window loses focus, 100 sudokus for each of the difficulties and first class citizen support for desktop (keyboard or mouse) and mobile. I started this project out of frustration for the available web options back then (2017), this has since then greatly improved. The project is open source on Github.
mastersfordesigners.com is a project by Stefanie Brenner and me which aims to simplify the finding and choosing of design masters in germany. It has a very advanced filtering feature, a bookmark functionality and a very nice glossary.
With anagrams.io we tried to create the best anagram generator in the world. The project started because we once searched for anagrams and all generators were not sufficient enough. The biggest challenge here was to combine the immense search space of an anagram generator with a nice and fast UI. Using Mobx, webworkers and React this goal was achieved.
In Pixel OCD you have to find the wrong pixel. When clicked the canvas will change to its color. It is surprisingly meditative.
I wrote BrightnessChanger to change the brightness of my external display. I often like to work with a reduced brightness, but sometimes I have to turn it up when it is really bright outside. It was my first Swift/C project for macOs. Despite being a protoype, I still use it often und it works flawlessly. It is using the DDC-Protocol to change the attributes of the display. A lot of displays support this.