Git Contribution graph

About Me

My journey in software engineering started with a fascination for how things work. Now, as a student at FH Upper Austria, I’m turning that curiosity into skills—one project at a time.

Outside of my studies, I enjoy working on my home lab, fine-tuning my Linux environment, and coding small programs

commean

This is my thesis I wrote together with 2tefan at HTL Mössingerstraße The topic of this thesis was collecting, aggregating, and analyzing vehicle traffic data collected via Cameras and edge computing. Stefan mostly worked on the nodes and its subsystems. If you wanna read about that head to his site

My part was the on premise side of the application. This involved writing a backend and frontend, as well as setting up a database for storing measurements and other data. The backend is based on Spring with Spring Data and Hibernate. For the database TimescaleDB was used since it is both optimized for relational data and timeseries data. Larger statistics like average traffic for several intervals and long time statistic were precalculated and could be fetched like a normal query even when scanning data of multiple month or years. The backend also included both a Web-API and a LoRa endpoints. The LoRa connections were implemented using The Thinks Network and its MQTT bridge. The frontend was written with Vue.JS and consisted of a map that showed all measuring points with popups with some statistics

Other Projects

Here some smaller projects I have that aren't as big or cool as the ones above