Skip to main content

Project Overview

Here I want to give a short overview about my (private) projects. For compliance reasons, I won't include any projects I did for clients in my work. These are only projects I did for for fun and/or to try out new technologies. I hope the list still gives you a good overview of my skills (and why I'd rather work with a talented designer than rely on my own design skills). You can also check out the source code on my GitHub and find out, that I have a lot of READMEs yet to write...

Personal Website

2023

After sitting on the idea and an unused domain for a while, I finally found the time and motivation to build this website. I used it as an opportunity to dive into some new technologies. I've used Svelte before, but this is the first time I've used SvelteKit. I used Midjourney to create a stage image, Figma to draft a design and Tailwind for styling.

  • Svelte
  • SvelteKit
  • Tailwind

ViCat Meme Coin Website

2022

ViCat is a meme coin project that two friends and I were working on. While I have no experience (or knowledge, honestly) with crypto, I've had fun making websites for it. I did an MVP site and some smaller event sites for it with React in 2021, but after a redesign and a new logo, I decided to rebuild the site with Svelte and SCSS. It's been a cool playground and really made me appreciate the simplicity of Svelte.

  • Svelte
  • SCSS

SKM Measurement App

2021

I was working on a measurement app for shower manufacturers. The project was part of my bachelor thesis. It was my first time working with Flutter and Dart. I really enjoyed the experience and would like to dive deeper into app development at some point.

  • Flutter
  • Dart

Huffman Compression

2020

To also present a less visual project, I decided to add a project I did in university. It's an implementation of the Huffman compression algorithm in C. It was a great project to learn more about low-level programming and how to make a CLI application.

  • C