Projects.

Things I've shipped — mostly where software meets the messy real world.

01 · Featured

Retail ERP Deployment

Deployed and self-hosted Odoo 18 Community ERP on a Linux VPS to replace a family retail business's legacy Monica 9 system, running the stack in Docker behind a Cloudflare Tunnel. Migrated 500+ active products into PostgreSQL and configured point-of-sale, multi-location inventory, cash control, and tiered pricelists with role-based permissions for a pilot handling 500+ daily transactions.

Odoo · Docker · PostgreSQL · Linux · Cloudflare
02 · Featured

Smart Inventory System

A full-stack inventory management and sales analytics platform built for small family-owned stores in Bolivia. Designed to replace manual pen-and-paper workflows with real-time tracking across multiple store locations.

Python · FastAPI · React · PostgreSQL · SQLAlchemy
03 · Featured

TSA Helper

Owned deployment and DevOps on a 5-person Agile team shipping a Django student-organization platform (tasks, finance, documents, messaging) to Heroku with Gunicorn, WhiteNoise, and PostgreSQL. Configured AWS S3 storage via django-storages and built a Discord-style multi-channel messaging feature with emoji reactions, reply threading, pinned messages, and live autoscroll.

Django · PostgreSQL · AWS S3 · Heroku · JavaScript
04

Course Review CRUD App

Full-stack JavaFX application that lets students create, read, update, and delete course reviews with user authentication and persistent SQLite storage. Designed a relational schema using JDBC with proper foreign key constraints, and implemented secure password hashing and input validation to prevent SQL injection. Built in a team of 3 using Git.

Java · JavaFX · SQLite · JDBC