Quote

"Life can be much broader once you discover one simple fact. And that is, everything around you that you call life was made up by people no smarter than you”

PROJECTS

Website
Website

This Website is a placeholder for now but I am working on rebuilding it with Django. I am learning Web-Server / Application-Server architecture. In this process I'm also learning NginX aswell as Gunicorn and Waitress. The goal is to make the website dynamic so that I can simply add my projects and skills to the data base without having to change anything in the websites source code. This way it is also easier to add new apps and functionalities in the future.

Technology: Django, NginX, Gunicorn

Line Following Robot
Line Following Robot

In this project we build a robot which could follow a white line on a dark background with a few sensors. The vehicle was also able to stop if it detected an obstacle in its way. This project helped me understand how to deal with physical parts and how expectation can be very different from reality.

Technology: Arduino

Scripts
Download Folder Cleanup

I got really annoyed at my download folder because it got so cluttered over time. Instead of deleting everything by hand I wrote a short script that sorted all the files by suffix. I also wrote a short script that deleted all files whose date is older than a month. Another script that emerged from this rabbit hole is one that converts a windows path into a path that python can use.

Technology: Python