Da Grindz is a web app that helps UH Mānoa students plan meals and track nutrition.
Website Next.js Typescript PostgreSQL React
Read More
A C program that consolidates student book report data from two CSV files and filters pending submissions.
C CSV Files Linked Lists
Read More
I developed a record database system for managing customer account information with features for adding, finding, printing, and deleting records in my ICS 212 course.
C++ Data Structures File Handling
Read More
A research project on how language ideologies, particularly English and Tagalog, influence Filipino identity among Filipino Americans, completed for my IP 394 class.
Research Survey Analysis Data Analysis Sociolinguistics
Read More16 May 2025
Software Engineering At first, I thought a software engineering course would be just like any other computer science class: focused on learning a new programming language and building projects centered around web development. I imagined the course would mostly involve...
Software Engineering Agile Project Management Design Patterns
11 May 2025
I. Introduction AI has become a powerful tool in education, especially in fields like Software Engineering. In ICS 314: Software Engineering, I utilized AI tools ChatGPT and Co-Pilot to assist with coding, problem-solving, and learning new concepts. These AI tools...
AI Software Engineering Skills Development
24 Apr 2025
Imagine you are building a house… Now you wouldn’t start buidling without a blueprint or at least a solid plan, otherwise the process of building your house may fall into complete chaos. In software development, design patterns act as these...
Design patterns
27 Feb 2025
UI Frameworks Bootstrap 5 is a popular UI framework that helps web developers create sophisticated, responsive, and functional websites quickly and with ease. Rather than writing all the code for layouts, buttons, and forms from scratch, Bootstrap provides ready-to-use components...
CSS Bootstrap 5
12 Feb 2025
Building a solid foundation, with coding standards! When you think about building a house, the first step that comes to mind is constructing a strong foundation, without it, the house can easily fall apart. The same thing applies to coding....
Coding Standards ESLint
30 Jan 2025
Are questions just as important as the answer? In the world of software engineering, knowing how to ask questions is just as important as knowing how to solve problems. Eric Raymond’s essay, “How to Ask Questions the Smart Way,” provides...
Questions Answers StackOverflow