Projects

A few things I’ve built or I’m actively building.

Portfolio Site (this site)

Flask + Gunicorn + Nginx on AWS Lightsail with HTTPS.

Python · Linux · Nginx · AWS

Training Log (SQLite + Flask)

A SQL-backed web application that allows users to record and view martial arts training sessions. Entries are stored in a SQLite database and retrieved using SQL queries through a Flask backend. Implements SQL CREATE TABLE, INSERT, and SELECT queries with Flask routes.

SQLite · SQL · Python · Flask

Live Demo · Code

Automation Script

Coming soon — a small tool that saves time in real life.

Python