An app to find workout buddies at the University of Hawaii Manoa
Fitness Meteor React GitHub
Read MoreUsed C++ to add new features and implement database functions to enhance an existing database program.
Database C++
Read MoreRecorded weather using Raspberry Pi sensors, stored values in a cloud-based database.
C Weather SQL
Read More11 May 2025
During my time in ICS 414: Software Engineering II, I had the opportunity to experience what it is like to work on a software engineering team in a low-stakes, collaborative environment. My team, composed of eight members, developed a web...
Software Engineering
09 May 2024
Throughout my learning journey, I have encountered and delved into various aspects of software engineering, including coding standards, user interface frameworks, and agile project management. These areas have not only broadened my understanding but also refined my approach to developing...
Software Engineering
06 May 2024
I. Introduction In the rapidly evolving landscape of technology, Artificial Intelligence (AI) stands out as a transformative force reshaping various industries, including education and software engineering. AI’s integration into education has the potential to revolutionize learning methodologies, making education more...
AI Education
25 Apr 2024
What are Design Patterns Design patterns are reusable solutions to common problems that occur in software design. They represent best practices and provide a blueprint for how to solve certain design problems in a structured and efficient way. Design patterns...
Design Patterns Software Design
24 Feb 2024
Using a UI framework to enhance the content of your website is a good idea to do so because just HTML and CSS will make a boring website with a cluttered stylesheet. When using UI frameworks like bootstrap it allows...
UI Frameworks Websites
08 Feb 2024
I think coding style refers to how you write code, including the way you name variables and solve problems. I agree that there are some standards common to all programmers, making it easier to read code written by others for...
Coding