Projects

Things I’ve built to learn, explore ideas, and sharpen fundamentals.

Wayfeel

A location-based social app focused on expressive UI, calm interactions, and clean architecture.

  • Designed a map-driven interface with emoji-based markers and visual context
  • Built a serverless backend using GraphQL, Lambda, and Postgres
  • Focused heavily on UI polish, motion, and interaction details
Next.jsTypeScriptAWSAppSyncPostgreSQL

Tick

A personal finance and stock-tracking app built to explore full-stack architecture and data modeling.

  • Designed backend APIs and schemas with clean separation of concerns
  • Explored financial data modeling and transaction workflows
  • Used the project to reinforce backend fundamentals and system design
Spring BootPostgreSQLREST APIsFinance

Fintech ML Sprint

A series of small machine learning experiments focused on market classification and signal exploration.

  • Built simple classifiers to explore SPY price movement signals
  • Focused on feature engineering and evaluation over model complexity
  • Used short, focused sprints to build intuition quickly
PythonMachine LearningPandasNumPy