Shoutout to all these great companies for giving me the opportunity to further develop my skills and gain valuable experience. I'm always looking for more opportunities!
A couple of projects that I'm especially proud of! I'm always looking for new ideas, so feel free to contact me with anything you'd like to see!
A site that showcases public art in transit stops around the Bay Area! From BART stations to Muni platforms, public art transforms shared spaces into galleries on the go. How many of these hidden treasures have you encountered in your commutes?
Led the development team for the MHacks 2024 website. Worked with designers to create an engaging user experience and collaborated with organizers to highlight key information and schedules. Site received over 1,000 applications.
Developed a web dashboard that allowed MHacks organizers to view applicant data, check attendees at the event, and monitor/run judging. The app was a one-stop shop for organizers, judges, and volunteers with authentication and smooth account setup.
Created and launched a JavaScript Slack Bot on AWS Lambda for V1 Community's snipe-photo game. Additionally, built v1snipes.com, a React-based dynamic leaderboard, allowing real-time monitoring of users' sniping activity within the community.
Developed a JavaScript Slack bot on AWS Lambda, automating question handling during the MHacks 16 event. Streamlined hundreds of participant-to-mentor questions using a dedicated form while removing non-related messages.
Built a Flutter check-in application for the University of Michigan Hackathon (MHacks), streamlining the process for over 600 participants. Integrated passive NFC technology into lanyards for efficient meal access and seamless LinkedIn profile exchange.
Updated the V1 Entrepenurship Startup Fair website for the 2023 event. Added navbar from main V1 organization site to enhance consistency with other V1 websites. Added animated tooltip to team pictures, new title screen, and sign-up section.
Developed a metadata generator for Corridoor, an indoor maps start-up. Users can easily create a node and edges graph linking rooms with simple clicks. Integrated with Firebase Firestore for data export and JSON backup of map generation.
Designed and developed a Flutter app that displayed customizable dining hall menus. The app allows users to set dietary restrictions and find where specific food items will be served—allowing hundreds of users to make informed decisions.
A Discord bot that connects to the University bus API and gives stop time estimates. Also has redundency with offline schedule when API is offline.
Courses I've taken at the University of Michigan as part of my CS degree so far.
Solving engineering problems with computer programming in MATLAB and C++.
Implemented key functionalities in autonomous electronic systems to manage sensing, data acquisition and processing, and motion controls.
Introduction to the mathematical foundations of computer science
Computer science fundamentals, with programming in C++. Build an image processing program, a game of Euchre, a web backend, and a machine learning algorithm.
Data Structures and Algorithms in C++.
Explored how mathematics and computation are unified for reasoning about data and making discoveries about the world.
Saw how a low-level language is executed by the hardware, and how to put together basic hardware building blocks to form the functional units of a computer. Designed and "built" simple coputers at various levels of detail.
This course covered computer science theory and algorithms, including divide-and-conquer and dynamic programming. It also covered computability, complexity, and the use of randomness in cryptography.
Fundamental concepts of AI, organized around the task of building computational agents. Core topics include search, logic, representation and reasoning, automated planning, representation and decision making under uncertainty, and machine learning.
A holistic course of modern web systems and technologies, covered front end and back end. Built an Instagram clone in the first half of the semester and a Google clone in the second.
I gained knowledge on how to use and implement a DBMS. Among other topics, we covered SQL, relational algebra, query execution, optimization, and ACID semantics.