THIS IS A PREVIEW/DEVELOPMENT VERSION OF THIS WEBSITE!

I do not guarantee that anything on this version works as expected. If you want to see the normal, functional version, click here.

The present version of this website is based on commit 689493703ae200140672255d68682f4b334ce1dd.


404: This didn't work.

About my coding journey

Since about 2016, I’ve been teaching myself how to code. The main languages I’ve been learning are Python and Java and more recently, Kotlin and R. I’ve also looked into many other languages like Shell/Bash, LaTeX, C/C++, C#, SQL, Nix, HTML/CSS/JavaScript, Dart, etc.

Nearly everything bigger than some simple scripts is available on my GitHub, a list of all my repositories can be found below.

Some bigger projects

Note that most of these projects haven't been updated in some time, except NixOS Config and Latex Suite Snippets.

NixOS Configuration and Arch Customization

I originally started my Linux journey on Ubuntu, but then quickly switched over to Manjaro and soon to EndeavourOS, where I stayed quite a while.

I wanted to customize my Arch/EndeavourOS installation, so I started writing a simple collection of some Bash scripts to customize it to my liking, e.g. installing some packages, theming and customizing Gnome and installing some extensions, some configuration, etc. All these scripts can be found here.

Upon starting my studies at ETH, I did not have much time to fiddle with my system, so I switched from Arch/EndeavourOS to NixOS to better organize my system configuration. The flake and all the files necessary (system configuration and Home Manager files) to rebuild my systems are available here.

Obsidian Latex Suite Snippets

During lectures, I take notes using Obsidian and the plugin Latex Suite. Using this, one can write snippets to speed up LaTeX input and streamline the notetaking experience.

My collection of snippets is tailored to the courses I'm taking (currently 3rd semester Physics BSc) and contains text snippets for heavily used words and terms as well as Latex snippets for quick math inputs. All the snippets can be found here.

Tournaments

Tournaments is an Android app built with Jetpack Compose for managing croquet tournaments with multiple players and multiple games per tournament. I’m converting this to a Compose Multiplatform project, more information about it can be found here.

Two Body Problem

This was my matriculation project (project at the end of Swiss high school). It is a simulation of the gravitational two body problem, written in Python with VPython. You can adjust options to define how the simulation looks/works and values to define the physical properties of the two bodies. The simulation itself can be found here, a graphical utility for entering the options and values is available here.

WorldUtils

WorldUtils is a Minecraft Spigot plugin containing some handy utilities for your Minecraft server, e.g. saving and viewing global and personal positions, sending your positions to other players, controlling a global and personal timer and resetting the whole world/server. The plugin can be found here.

WorldUtils Projects is an extension to WorldUtils and contains some long-term Minecraft projects. At the moment, there is only one: AllItems, with the objective to collect all obtainable items in the game. This plugin is available here.

My repositories