Hi! I’m Kai, a 21-year old university student / fullstack software developer from Ulm, Germany.
I got my B.Sc. at DHBW Heidenheim and I’m currently at Ulm University for my Master’s Degree.
For work, I code with Angular and Delphi. For my hobby projects, I mostly use Python 3.
To see some of my recent projects, check out the about page.
FRITZ!Box Rynga Setup
2023-01-08 | #avm #fritzos #sip
This post is about configuring the Rynga VoIP provider on a FRITZ!Box.
PDF Parser and REST API for Canteen at Ulm University
2022-11-06 | #project #python #REST #webscraping
This post describes the process of implementing a PDF Parser and REST API for the canteen plans at Ulm University (or rather the Mensa by Studierendenwerk Ulm) in Python with BeautifulSoup, PyMuPDF and Flask.
Rewinding in YouTube Shorts (Desktop)
2022-10-05 | #entertainment #guide #javascript
So I've been watching some YouTube Shorts recently. When you miss something in the video, you have to watch the whole video again to see the part a second time. When you are on a Desktop computer, you can open a YouTube Shorts as a normal video by taking the video ID from the URL and pasting it into the "classic" format. After some quick researching and coding, I decided to implement a one-liner.
Please do not support NFTs
2022-03-31 | #crypto #opinion #web3
In short: NFTs are harmful, please do not support them.
MinFinder Implementation in Python
2021-07-12 | #algorithms #python
This post describes the time and space complexity of the MinFinder algorithm, as well as a Python implementation.