My Portfolio

Personal Website & Blog

Personal Website & Blog

A personal website and blog built with Astro, React and Emotion-Styled-Components. Features a short overview of my personal projects, skills and work experience.

AstroReactEmotion
Task Set Generator for evaluating distributed, real-time scheduling algorithms

Task Set Generator for evaluating distributed, real-time scheduling algorithms

A comprehensive task set generator designed for evaluating distributed, real-time scheduling algorithms. This bachelor's thesis project enables researchers and developers to generate configurable task sets with precise control over parameters such as task periods, deadlines, execution times, and resource requirements. The tool supports various scheduling algorithm evaluation scenarios, helping validate the performance and feasibility of novel scheduling approaches in distributed computing environments. Built with Java and integrates Google-OR-Tools for optimization problems and Integer Linear Programming (ILP) for complex constraint solving.

JavaGoogle-OR-ToolsILP
Simple backend for a Raspberry Pi mounting a DHT22 sensor

Simple backend for a Raspberry Pi mounting a DHT22 sensor

A Node.js/Express application for collecting and displaying sensor data collected by Adafruit DHT22. Uses Supabase for data storage and provides a simple frontend to display the data.

Node.jsSupabase