P
R
O
J
E
C
T
S

Some personal projects (Github)


  • UCSB Student Services Marketplace - SB Serves Website
    • Full-stack student service marketplace that centralizes student-provided services to connect skilled students with customers
    • Built using Next.js, React, and TypeScript, with a UI styled in Tailwind CSS. Backend implemented through Next.js API routes connected to Supabase PostgreSQL for data storage
  • Southwest Flight Price tracker
    • I often buy plane tickets months early and find out later prices dropped drastically. So, I built this flight price tracking tool using Python, implementing screen-region capture, OCR parsing, and Discord webhook notifications (to text me the new prices!).
    • UI automation (PyAutoGUI), OCR processing (Tesseract) to monitor web content.
    Competitive Poker Bot
    • A product of my two favorite things: poker and coding. I made a Python-based poker bot for an ACM poker bot tournament, implementing hand evaluation and strategic decision logic based off what I knew about poker theory.
  • jovialow.me
    • How meta! This website actually contains a serverless backend for the contact messaging feature. I deployed API Gateway -> Lambda -> SES pipeline to process and email form submissions. I used AWS Lambda, AWS API Gateway, Amazon SES, IAM permissions, and REST APIs
  • And many more!
      I'm always thinking of something or trying things out, even if they don't make it onto here. For the most up-to-date compilation of my work, check out my github (linked above)