All projects
Things I’ve built, with the honest version of why.
Some are client work, some are personal. None of them include invented metrics. Click into any one for the longer write-up.
- Backend
Stores REST API
A small inventory API with JWT auth on every endpoint and role-based access, so client apps can manage items and prices without ever touching the database directly.
- Full Stack
Library Catalog
A Django catalog with a two-tier permission model: standard users browse and manage their own data; admins control the full dataset and user access.
- Full Stack
Bulletin Blog
A small Flask blogging tool with a clean dashboard for creating, editing, and deleting posts. RESTful routes, no CMS overhead.
- Desktop App
Desktop Calculator
A Python desktop calculator built on Tkinter. Object-oriented architecture, careful input validation, and a UI that feels native rather than tacked on.