My Projects

Django Portfolio / Polls App
Django | HTML/CSS | PostgreSQL
A fully deployed Django application hosted on FreeBSD (Gunicorn + Nginx). Based on the official Django tutorial, extended with enhanced templates, static assets, and a customized voting interface. Demonstrates model relationships, CRUD views, and production deployment setup.

Crypto Dashboard (FastAPI + Svelte)
FastAPI | SvelteKit | PostgreSQL | CoinGecko API
A full-stack cryptocurrency tracking platform with JWT authentication, user watchlists, and real-time price data. FastAPI provides an async REST API backend with PostgreSQL, and the Svelte front-end visualizes live price charts using Chart.js. Deployed on FreeBSD with Nginx reverse proxy and Gunicorn.