CVE Monitor, 2024

The goal of this project is to monitor Common Vulnerabilities and Exposures (CVE) across Linux distributions.

It consists of two components: the App, a Python application that retrieves package data from Linux systems and transmits it to an internal API, and the Infrastructure, which tracks, stores, and analyzes CVE data, providing real-time alerts and scalable reporting.

Project utilizes AI models (Llama) to reduce amount of false positive detections.

MQTT 3.1 broker and client implementation, 2022

This project involved implementing an MQTT 3.1 broker in C# to facilitate efficient communication between IoT devices.

It was developed as part of a college design patterns course during our 5th semester by myself, Krzysiek and Janek.

The broker supports message publishing, subscribing, and reliable delivery with QoS 0, ensuring session persistence and enabling real-time data exchange in distributed systems.

Mountain Rescuers Support System, 2025

The project aims to develop a system capable of monitoring mountain environments, providing critical support for rescue operations.

The goal is to provide timely, real-time notifications about dangerous situations to enhance the safety of tourists in the mountains and support mountain rescue teams in their decision-making process.

The project is still in development and, at this stage, is more of a collection of Java blueprints with basic implementations than a fully functional system.

Interactive genetic programming environment, 2022

This project aims to investigate the impact of expert intervention on the effectiveness of genetic programming in code generation tasks.

I designed and implemented a genetic programming environment that allows domain experts to actively support code generation driven by genetic processes. The system enables experts to interactively adjust key parameters of the genetic solver and properties of the generated programs.

For this project, I created a custom minimalist programming language, with programs executed by an interpreter I developed using the ANTLR parser.

Shopping List, 2024

This is my go-to Blazor template. It's a small project with no client-side code, using only SSR with InteractiveServer render mode. I believe it's a great starting point for rapidly developing web apps. Check deployed app here!

Project was created during my software testing course. Due to time constraints, I kept it simple and didn't focus on extensive test coverage.

Graph Db benchmarks, 2024

A university project that aimed at benchmarking Memgraph, "fastest, the most affordable graph database".

The goal was to build a graph database solution to manage film category data and popularity scores, while assessing efficiency and resource utilization.