Projects
A collection of my work and experiments. Search, filter, and explore.
A high-performance, type-safe portfolio engineered with Next.js 16 and Tailwind CSS v4. Designed to demonstrate mastery of modern web architecture, accessibility, and content-driven development.
Dockerized Ollama server with GPU acceleration, designed to serve local LLMs to multiple clients on your network. Easy deployment via docker-compose, remote API access, and model management.
Local-first PKM tool with Retrieval-Augmented Generation. Index Markdown notes, ask questions via Ollama or local Transformers models. Incremental sync, SQLite metadata, ChromaDB vector store.
Production-grade async pipeline processing 5,000+ messages/min. Handles rate-limit recovery, structured logging, and Dockerized PostgreSQL storage for 50k+ records.
Python tool leveraging LLMs and web scraping to generate Anki flashcards. Supports 100+ languages, automated card creation via AnkiConnect, and CI/CD pipeline.
Bachelor's thesis analyzing developer impact on GitHub. Collected data on 3.5M users via GraphQL, engineered parallel data pipelines, and built ML models to predict influence metrics.
A C++17 CLI tool I built to stop myself from double-booking classes. Handles collision detection, user roles, and file I/O without crashing.