About Me
I wrote my first game (Hangman) back in high school, got way too excited when it actually worked, and decided right then I’d study computer science. Now I build projects that are (hopefully) a bit more complicated and just as fun.
Work Experience

Software Engineer Co-op (QA Automation)

Software Engineer Intern (Full-Stack Developer)

Mobile App Developer (React Native)
Projects
Fino
Solo developed a financial tools platform that processes 100+ PDF statements/receipts each week into CSVs, adopted by a former KPMG team and a medium-sized manufacturer. My parents still ask me to explain what it does every time they see it running.

WhatYaSay
Developed a real-time transcription web app at NwHacks 2024 that turns your rambling thoughts into organized notes using GPT-4. Perfect for lectures where professors speak faster than I can type, which is unfortunately most of them

Screenshots coming soon (I promise it worked)
FIC-Check
Developed an attendance management app for Fraser International College. Features real-time WebSocket attendance taking, because apparently raising your hand takes too much effort. Built with Java Spring Boot and Clean Architecture

JobHub
Built a job search platform with Python microservices on AWS Lambda because apparently finding a job wasn't hard enough already.

Other Projects
Additional projects and contributions I've worked on.

Algorithm Visualizer
An algorithm visualizing app built in Pygame during my first year when I thought sorting algorithms were the coolest thing.

Puzzle Slider
A Java Swing puzzle solver that can solve 15-puzzle problems. Features A*, BFS, and DFS algorithms because why choose one when you can have all three and confuse yourself even more.