Skip to content
View donte-truong's full-sized avatar
😑
😑

Block or report donte-truong

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
donte-truong/README.md

Donte Truong banner

Typing intro

GitHub profile LinkedIn Location Dallas TX Focus

About me

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.

Featured projects

🧬 FoldEx

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*

Repository

🏎️ Race Engineer Dashboard

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

Repository

🍳 Cookiful

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

Repository

📈 Pairs Trading Web App

Full-stack quant dashboard for discovering correlated and cointegrated equities, then visualizing backtests and performance.

Stack: Python, FastAPI, React, Plotly, Docker, market-data workflows

Repository · Live Demo

⌨️ Code Typer

Typing game with progression mechanics, themes, bonuses, and a deployed browser experience.

Stack: Next.js, React, JavaScript, CSS, game-like UX

Repository · Live Demo

🧩 Jane Street Puzzles

Monthly puzzle solutions organized by month, including scripts, simulations, and more exact computational variants.

Stack: Python

Repository

Tech stack

Languages

TypeScript Python JavaScript Java C C++ OCaml Assembly Vim HTML5 CSS3 Ruby

Frontend & UI

React Next.js Vite Tailwind CSS Sass MUI Zustand Plotly TanStack Query

Backend, infra, and data

FastAPI Bun Docker PostgreSQL Redis SQLAlchemy Pandas NumPy PyTorch Jupyter ROS2

Domains I keep revisiting

Bioinformatics workflows Telemetry dashboards Quant finance analytics AI workflows

Quick start snippets

FoldEx

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"}'

Cookiful

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 100

Pairs Trading Web App

git clone https://github.com/donte-truong/pairs-finder-and-trading.git
cd pairs-finder-and-trading
docker-compose up --build

Race Engineer Dashboard

git clone https://github.com/cornellev/RaceEngineerDashboard.git
cd RaceEngineerDashboard
cp .env.example .env
docker compose up --build
Other builds and experiments

GitHub stats

GitHub streak

Connect

GitHubLinkedIn

Thanks for stopping by - I build things that turn noisy inputs into useful interfaces.
Code stuff. Break stuff. Fix it sometimes.

Pinned Loading

  1. cornellev/RaceEngineerDashboard cornellev/RaceEngineerDashboard Public

    Live data and key metrics dashboard

    TypeScript 1

  2. jane-street-puzzles jane-street-puzzles Public

    My code solutions for the Jane Street monthly puzzles.

    Python 1

  3. foldex foldex Public

    An unknown gene variant analyzer and pathogenic predictor

    TypeScript 1

  4. Cookiful Cookiful Public

    A social cooking platform with interactive recipe sessions, meal planning, grocery generation, and structured AI assistance.

    TypeScript