Select a page: Home Projects Blog
My Projects
Search this page:
★ Featured Project
Building a OS one interrupt at a time — currently in progress.
  • Interactive terminal & a internal debugger
  • Written in Assembly & C, booted in QEMU
  • The fundamentals of a real OS, by hand
UNDER CONSTRUCTION! — screenshots coming soon. Check back! ⚠
QDK
Playing around with Microsofts Quantum Development kit, learning how quantum computing works on a regular CPU
Q#
TUI
FluidTUIUPCOMING!
A terminal user interface programme showcasing fluid ASCII animations
Rust
AWS
An AWS-backed gym tracker — a practical dive into cloud architecture and backend fundamentals. Tracks workouts, stores them in the cloud, and was my proper introduction to building on AWS end-to-end.
AWSPythonCloud
PPM
A binary PPM parser and renderer written in C. It reads pixel data byte-by-byte straight from the file and paints it to the screen with SDL2 — a hands-on lesson in binary file formats and low-level graphics.
CSDL2Binary I/O
K8s
The very page you're reading — containerised with Docker and deployed on my own Kubernetes (k3s) cluster. A playground for both web design and the ops side of running real infrastructure.
DockerKubernetesHTML/CSS