Hi, I'm Donte!
I build full-stack software that sits at the intersection of data, analysis, and polished UI.
Recent work spans bioinformatics, racing telemetry, fintech, social cooking systems, puzzle solving, and game-like experiences.
|
Hackathon-winning bioinformatics workflow for interpreting uncertain gene variants with source-cited reporting and 3D molecular viewing. Stack: Vite, React, TypeScript, Tailwind, FastAPI, RQ, Mol* |
Highlighted collaboration focused on live telemetry, replay mode, and AI-assisted race analysis for sensor-heavy workflows. Stack: React, TypeScript, Bun, Vite, Python, ROS2, WebSockets, replay tooling |
|
Architecture-first social cooking monorepo for interactive recipe sessions, meal planning, grocery generation, and structured AI assistance. Stack: Next.js, FastAPI, Bun, SQLAlchemy, Postgres, Redis, Tailwind, TanStack Query |
Full-stack quant dashboard for discovering correlated and cointegrated equities, then visualizing backtests and performance. Stack: Python, FastAPI, React, Plotly, Docker, market-data workflows |
|
Typing game with progression mechanics, themes, bonuses, and a deployed browser experience. Stack: Next.js, React, JavaScript, CSS, game-like UX |
Monthly puzzle solutions organized by month, including scripts, simulations, and more exact computational variants. Stack: Python |
Quick start snippets
git clone https://github.com/donte-truong/foldex.git
cd foldex
docker-compose up --build
curl -X POST http://localhost:8000/api/analyze \
-H "Content-Type: application/json" \
-d '{"text":"BRCA1 c.5096G>A p.Arg1699Gln"}'git clone https://github.com/donte-truong/Cookiful.git
cd Cookiful
docker compose -f infrastructure/docker/docker-compose.dev.yml up -d
PYTHONPATH=packages/db/src python3 -m cookiful_db.scripts.doctor
PYTHONPATH=packages/db/src python3 -m cookiful_db.scripts.bootstrap_local --limit 1000 --commit-every 100git clone https://github.com/donte-truong/pairs-finder-and-trading.git
cd pairs-finder-and-trading
docker-compose up --buildgit clone https://github.com/cornellev/RaceEngineerDashboard.git
cd RaceEngineerDashboard
cp .env.example .env
docker compose up --buildOther builds and experiments
- 3Dash — Python-based 3D game experiment
- advent-of-code-2020 — Advent of Code puzzle solutions
- word-modifier — word utilities for alphabetizing, stacking, and transformations
- appointment-planner — appointment scheduling practice project
- to-kill-a-blocking-bird — early HTML/static-web experiment
- github-slideshow — GitHub/Jekyll training repository
Thanks for stopping by - I build things that turn noisy inputs into useful interfaces.
Code stuff. Break stuff. Fix it sometimes.
