Full SaaS trading education platform built solo from zero to production. Real users, paying Stripe subscribers, and a registered LLC. Features paper trading with live market data, AI-assisted journaling via OpenAI, 24/7 automated monitoring via Puppeteer, real-time charting, web push notifications, and transactional email. The entire backend — auth, billing, cron jobs, storage — designed and built by me.
Enterprise-grade dealership management system built as a white-label SaaS. Full CRM with lead tracking, inventory management, appointment scheduling, financial reporting with interactive charts, and admin/sales role separation. Relational data model using Prisma ORM over PostgreSQL — a deliberate choice to work with structured data at scale.
Precision calculator for perpetual futures traders. Handles weighted average entry price across chained position adjustments, direction-aware PNL for long and short positions, leverage-aware notional sizing, live liquidation price, and risk/reward ratio. Built entirely in TypeScript with Jest test coverage — the math is exact, not approximate.
Full e-commerce platform built for a clothing brand from scratch. Product catalog, shopping cart, Stripe checkout, order management, and AWS S3 for media. My first major project — built in Django/Python after bootcamp in 2020, relaunched with improvements. The foundation that started everything.
StorageSwipe — iOS Photo Manager
iOS app for cleaning up cluttered photo libraries with a Tinder-style UX. Swipe left to delete, swipe right to keep. Drag photos into album nodes for organization. My first React Native / Expo app shipped to the Apple ecosystem — learned mobile-specific patterns: gesture handling, native permissions, and device storage access.
Open-source humanitarian platform connecting amputees in conflict zones with volunteers willing to 3D-print prosthetics. AI-powered content moderation via OpenAI and NudeNet, member verification with a 48-hour review pipeline, and Stripe donation processing. Built in Django on Railway — the project I'm most proud of for reasons beyond code.
PWA route tracker built to solve a real problem — the company app for NEMT drivers couldn't export any data. Logs daily routes, stops, mileage, and patient trip info with an interactive Leaflet map, OpenRouteService geocoding, and offline-capable localStorage persistence. Built out of necessity, used in the real world.