AS_

Projects

A selection of things I have built and maintain.

This Website

Bilingual personal site with a hand-written WebGL shader hero, Markdown blog and CV. Statically built with Astro, shipped as a small nginx Docker image and deployed automatically to my homeserver.

AstroTypeScriptTailwind CSSWebGLDockerGitHub Actions

Homeserver & Deployment Pipeline

Self-hosted infrastructure with a fully automated deployment loop: GitHub Actions builds container images and publishes them to GHCR, Komodo keeps the running containers up to date, and a reverse proxy terminates TLS in front of everything.

DockerKomodoGitHub ActionsGHCRnginxLinux

Educational Data Science Library

University project group: a Python library that wraps pandas, seaborn and scikit-learn in one consistent, beginner-friendly API, so programming novices can run real Data Science and Machine Learning workflows without fighting three different interfaces.

Pythonpandasscikit-learnseaborn