Projects

ChoTime (Fitness App)

Track workouts, meals, and progress with a clean API and typed data model.

Next.jsTypeScriptPrismaPostgreSQLTailwind
  • Domain model for workouts/meals/sessions; daily aggregates & trends.
  • REST/Server Actions API with auth, input validation, and rate-limits.
  • Prisma schema with relational entities and future ML hooks (recommendations).

Operating Plan Automation

Intake → approvals → SharePoint storage → Power BI dashboards (executive views).

Power AutomateSharePointPower BIGraph API
  • Cut intake 4–5 months → < 4 weeks with automated routing & alerts.
  • Visibility for 300+ projects; ownership & SLA tracking.

ML Coursework Mini-Projects

Hands-on ML notebooks: classification, regularization, and model evaluation.

PythonNumPyscikit-learnPandas
  • Reproducible pipelines with standardization, cross-validation, and metrics.
  • Focus on practical trade-offs (bias/variance, feature engineering).

Song Ranking Project

Interactive pairwise ranking of songs per album (React + Vite).

ReactViteJavaScript
  • Binary-search style placement: compare a new song against the ranked list to insert at the right position.
  • Local dataset for Travis Scott albums; album art served from /public/album-covers.
  • Stateful UI with ranked/unranked queues and a comparison view.