I am a Software Engineer who is very interested in all challenges with computers. Currently I'm working for the Ministry of Defense, developing a visualization tool for controlling. Most of my day-to-day work is developing web applications for different purposes. Mostly in Java, TypeScript, and Angular. Off the clock, I currently finished a vehicular edge computing (VEC) simulation for my bachelor's thesis.
-->
Recent Work
Simulation of Vehicular Edge System using OMNet++ and SUMO
This project was part of my bachelors thesis and simulated a vehicular edge computing network with a MARL-based offloading approach. The mobility simulation is done using SUMO with random routes generated over the street network. The network simulation is implemented in C++ using OMNet++ which calls the MARL model implemented as a Flask Webserver.
Evaluation and Sign-up tool for shooting events
For the Kaiserjaegers Innsbruck, a traditional military organization, I developed a tool to manage sign-ups for the event as well as the evaluation of the results. This includes planning of the event schedule, printing of results, visualization of shooting schedule, interaction with SIUS Styx shooting system.
JWT Token Authenticator
This JavaScript project was used as a presentation for how to use JWT-Token to authenticate the user using middelware. It consists of the server that creates and access- and refreshtokens aswell as the middelware that verifies them. For more information open the git repository.
GIT Repo
Image to ASCII Art Cohenverter
The script uses the brightness of the pixels to convert them to characters. Depending on the size the image will be resized until the width is smaller then 500px.
GIT Repo