My Projects
Here you'll find a selection of my projects. Each project was developed using various technologies and showcases my skills in web development.

Fivora
A sovereign AI gateway for law and tax firms: strips personal data from prompts locally (Presidio, GLiNER, a local SLM) before they reach cloud LLMs like GPT or Claude, then restores it afterward. FastAPI gateway, React transparency UI, and Docker infrastructure for GDPR-compliant AI in sensitive industries.

Transformer Translation Model
A Transformer (encoder-decoder) model for English-German translation, implemented entirely from scratch in PyTorch — multi-head attention, positional encoding, and a custom BPE tokenizer. Trained on 5M sentence pairs from WMT17, ~28% BLEU score, model published on Hugging Face.

DrinkDoors
A drinking game app with React Native, Expo, and FastAPI. Multiple game modes, different categories, and the ability to add your own cards to the database.

Portfolio Website
A personal portfolio with Next.js and Tailwind CSS. Responsive design, dark mode, and contact form.

Code Maze Articles
Articles about C# and .NET on Code Maze. Topics such as software development, best practices, and more.