Resume
Education
2022-2026
UC Berkeley
B.S. in Electrical Engineering and Computer Science
Clubs
- CALICO Informatics Competition
- Society of Women Engineers
- alpha Kappa Delta Phi
Coursework
- Designing Information Devices and Systems I and II (EECS 16A + EECS 16B), Data Structures (CS 61B), Computer Architecture (CS 61C), Introduction to Artificial Intelligence (CS 188), Programming Languages and Compilers (CS 164), Introduction to Software Engineering (CS 169A)
Experience
JAN 2026 - PRESENT
Cal Student Store
Retail Associate
- Assisted 50+ customers daily with product recommendations, demonstrating strong interpersonal and communication skills.
- Processed transactions accurately using the POS system in a fast-paced retail environment.
- Promoted campus events and store promotions to drive foot traffic and product awareness.
AUG 2024 - PRESENT
The Black Sheep
Student Ambassador
- Represented Ace Berkeley and Xučyun Runway Apartments at community events / university functions / housing fairs while implementing innovative social media campaigns that showcase the properties' unique features and community.
JAN 2025 - FEB 2025
Center for Social Dynamics
Behavior Specialist
- Implemented individualized treatment plans using Applied Behavior Analysis (ABA) therapy to help clients develop essential skills and reduce challenging behaviors.
- I worked directly with children, adolescents, and their families to create supportive environments that foster growth, independence, and positive behavioral change.
MAY 2024 - OCT 2024
The Coder School
Code Coach
- Teaching classes (10+ students) that introduce Python and Web Development.
- Working with multiple students individually to help motivate and improve their critical thinking skills.
OCT 2023 - AUG 2024
OnCampus Advertising
Brand Ambassador
- Collaborating with brands (including: Samsung, L'Oréal); I successfully engaged students from my campus and cultivated their interest in these brands' products.
Projects
JAN 2026
SEO & Competitor Content Analysis Tool - Python, BeautifulSoup, scikit-learn
- Built an automated web scraper to extract and benchmark SEO metrics (word count, readability, keyword density, heading structure) across 10+ competitor pages for a target niche.
- Applied TF-IDF vectorization to identify high-value content terms and surface keyword gaps, translating findings into a data-backed case study with actionable ranking recommendations.
- Integrated Google Trends API to track 12-month keyword interest and surface rising related queries, enabling strategic content prioritization.
JAN 2026
GitHub Analytics Dashboard - Next.js, React, TypeScript, Tailwind CSS, REST APIs
- Developed a full-stack web application analyzing GitHub repository data through interactive visualizations, demonstrating proficiency in modern JavaScript frameworks, API integration, and responsive design principles.
- Implemented robust error handling, loading states, and data validation across frontend and backend layers, ensuring a reliable user experience when processing external API responses.
- Applied software engineering best practices, including TypeScript for type safety, component modularity, RESTful API design, and Git version control throughout the development lifecycle.
DEC 2024
Treble Boost Audio Filter Design - Circuit Design & Analysis, Breadboard Prototyping, Lab Instrumentation (Oscilloscope, Function Generator, Multimeter)
- Designed an active op-amp filter circuit achieving 10+ gain (21 dB) in 300 Hz - 15 kHz range through symbolic analysis and component selection (capacitors: 1000 pF, 100 nF; resistor: 5.1 kΩ).
- Validated design using LTSpice simulations and breadboard measurements, with cutoff frequencies within 10% of theoretical predictions.
MAY 2024
Relational Database Management System (RookieDB) - Java, NoSQL (MongoDB)
- Implemented core DBMS components, including B+ tree indices, join algorithms (hash join, sort-merge join), query optimization with cost-based analysis, and ARIES-based crash recovery.
- Designed and optimized a multigranularity locking protocol for concurrent transaction execution, reducing query latency through efficient buffer management and eviction policies.