A selection of projects I've built — spanning DevOps, full-stack web, and systems programming.
Automated build, test, and deployment pipelines using GitHub Actions and Docker, enabling seamless continuous integration and delivery for modern applications.
Infrastructure-as-code project implementing lightweight Kubernetes clusters with K3s and Vagrant, featuring automated GitOps deployments via ArgoCD.
A real-time multiplayer web application built with modern frameworks, featuring live gameplay, user authentication and a responsive UI.
A custom IRC server implementation in C++. Supports multiple clients, channels, private messages, and various IRC commands.
A Docker-based project that sets up a complete development environment for a web application, including a database, wordpress and phpmyadmin.
A 3D first-person maze game using raycasting, featuring realistic lighting, textures, and smooth gameplay mechanics.
A custom Unix shell implementation in C, supporting pipes, redirections, environment variables, built-in commands, and signal handling.
A simulation of the dining philosophers problem using pthreads and mutexes.