Computer Engineering Student
Aspiring Computer Engineer with experience in software development, embedded systems, and data structures. Passionate about problem-solving, low-level programming, and optimizing system performance. Currently pursuing a B.S. in Computer Engineering at the University of Hawaii, expected to graduate in Fall 2025.
Interests: Embedded Systems, Software Development, Robotics & Automation, Computer Vision, Cybersecurity
A study on the feasibility of powering a 5,000 square-foot home in Waialae-Iki, Oahu, using Tesla photovoltaic (PV) solar panels and batteries.
Renewable Energy Solar Power Sustainability
Read More
Ke Ao is a 1U CubeSat developed by the VIP Aerospace Technologies class at the University of Hawaiʻi to demonstrate AI-powered Earth imaging and low-cost spaceflight hardware.
Aerospace CubeSat Satellite Engineering
Read More
Campus Careers is a full-stack web application that connects students with career opportunities, mentors, and resources across the UH system. Built as the final project for ICS 314, it showcases collaborative agile development, database integration, and modern UI design.
ICS 314 TypeScript Next.js PostgreSQL
Read More
Animal Farm is a series of labs designed to teach fundamental C and C++ programming, emphasizing data structures, sorting algorithms, and software engineering practices.
C C++ Software Engineering Data Structures
Read More12 May 2025
How AI Helped Me Code (and Learn) in ICS 314 When I first heard that we had to track our work and write essays in ICS 314, I didn’t expect that AI would play such a big role in helping...
AI in Software Engineering ChatGPT GitHub Copilot ICS 314
12 May 2025
Lessons from ICS 314 That Go Beyond the Browser Before ICS 314, I thought software engineering mostly meant building apps and writing code that works. I now realize it’s way more than that. Web development was just the surface—we were...
Software Engineering Agile Project Management Design Patterns Coding Standards ICS 314
10 May 2025
Tracking Time and Learning From It When we first started tracking our coding and non-coding time for the Campus Careers project, I didn’t think too much of it. I figured it was just another spreadsheet to fill out. But by...
Effort Estimation Project Reflection ICS 314
24 Apr 2025
Design Patterns: Like Recipes, But for Code When I first started writing code, I thought being a good developer meant doing everything from scratch. No shortcuts, no templates just me, VS Code, and vibes. But the more I coded, the...
Software Engineering Design Patterns
27 Feb 2025
Why UI Frameworks Make Web Design So Much Easier If you’ve ever tried to build a website from scratch with just HTML and CSS, you know how frustrating it can be. Everything looks different on different screen sizes, and getting...
UI Frameworks Bootstrap 5 Web Development
13 Feb 2025
The Importance of Coding Standards: More Than Just Style When people hear the term “coding standards,” they often think about little things like whether to use spaces or tabs, or if curly braces should be on a new line. While...
Software Engineering Communication StackOverflow