My projects
Three independently owned web properties. Different business models, different niches, different technical stacks. Each one is a working experiment in business operations, organic growth, and technical execution. I believe that there is no better experience than the one gained through actually doing things and testing theories and ideas right away. These websites help me to do just that.
Financial Services Research Platform
A full-stack research platform for proprietary trading firms, built from scratch with Django, Python, and PostgreSQL. Production code that implements the AEO and structured-data patterns I've spent a decade refining.
- Status
- Live, growing organically
- Stack
- Django, Python, PostgreSQL, DigitalOcean
- Demonstrates
- Production-grade Django application, AEO architecture in code, full-stack technical ownership
Modshaus.com | Automotive Modification Store
An automotive ecommerce store specializing in vinyl wraps and car modification products. Solo-operated, multi-channel acquisition stack, built around real installation experience.
- Status
- Live, growing organically
- Stack
- Shopify, Google Merchant Center, GA4, GSC, Meta Pixel
- Demonstrates
- Niche ecommerce, SEO-driven product content, multi-channel acquisition infrastructure, small-team ownership
RSA from Primitives | Python Implementation
A from-scratch Python implementation of the RSA public-key cryptographic algorithm with a working brute-force attack and an interactive CLI. Every algorithm hand-built from number-theoretic primitives, paired with an honest assessment of the gap between textbook and production cryptography.
- Status
- Complete, public on GitHub
- Stack
- Python 3, Jupyter, Number theory primitives (FME, EEA)
- Demonstrates
- Cryptographic engineering thinking: implementing public-key crypto from primitives, building a working brute-force attack, and naming the specific gaps between this implementation and production cryptography.