Student
I am studying for a B.S. in Computer Science in the Department of Information and Computer Sciences at the University of Hawaii. I expect to graduate in Spring, 2027.
Interests: Artificial Intelligence, Machine Learning, Cybersecurity, Software Engineering, Creative Media, Studio Arts
A responsive web application for sharing food and claiming rewards, reducing food waste, that my team developed in ICS 314.
Next.js React Bootstrap GitHub
Read More
I implemented a Sudoku solver application capable of finding solutions to Sudoku puzzles, written in Java.
Java Eclipse IDE
Read More
I developed a Pokedex program in C++ that uses each Pokémon's nickname as a key to access and display their information: name, type, and weight.
C++ UNIX Makefile
Read More
I developed a bank database application that enables users to add, search, delete, and view customer records in both C and C++.
C C++ UNIX Makefile
Read More14 May 2025
Applying Software Engineering Beyond the Web Throughout this course, I’ve gained far more than just technical knowledge about how to build web applications—I’ve developed a deeper understanding of fundamental software engineering principles that apply across a broad range of contexts....
Software Engineering
12 May 2025
Introduction Since ChatGPT was publicly released in November 2022, the use of AI in education has rapidly increased over the last few years. AI’s role in education has expanded beyond simply asking ChatGPT questions to include a range of new...
Artificial Intelligence Software Engineering
08 May 2025
How did you make your effort estimates? I made my effort estimates by breaking down each issue into smaller, manageable tasks and then approximating how long each of those tasks would take based on past experiences with similar problems. I...
Effort Estimation and Tracking
24 Apr 2025
In the world of software development, creating an application feels much like assembling a building. The blueprint is essential, offering a clear structure for the final product, yet it can be flexible enough to accommodate changes and new requirements as...
Design Patterns Singleton Observer Factory Pattern Command Pattern
01 Apr 2025
Overview The problem: Food waste is a growing issue not only on the UH Manoa Campus but worldwide. A lot of students understand how food waste impacts our environment, but many do not take the initiative to do anything about...
Final Project
27 Feb 2025
UI Frameworks can be Difficult and Confusing at First When first encountering a UI framework like Bootstrap 5, it can feel overwhelming. The confusing syntax can be intimidating for beginners, especially when transitioning from writing raw HTML and CSS. The...
UI Frameworks Bootstrap 5 HTML CSS