A centralized bulletin board for the UH Community
Software Engineering Configuration Management Deployment User Interface Frameworks
Read More
Madlibs is a personal project that I created to help 6th - 12th graders on basic web development skills with a little more emphasis on JavaScript. This project was used for one of our ICSpark weeks, where ICSpark is an organization and one of the SIGs within ACM to help 6th - 12th on their digital literacy and web development skills.
Web Development HTML CSS JavaScript
Read More
Implementing a Bank Database and Records for ICS 212 Program Structure
C/C++ Database UHUNIX Command Line
Read More
A simple GUI temperature converter using Python tkinter.
Python Tkinter GUI
Read More13 May 2026
As the Spring 2026 semester comes to a close, I am grateful and satisfied with the amount of content covered during my time in ICS 314: Software Engineering. Getting to know my tablemates, learning PostgreSQL, building my professional persona, and...
Software Engineering Reflection
11 May 2026
Tracking Effort I made my effort estimates using WakaTime, an automated time-tracking tool that helps software engineers like us keep track of how much time we spend coding in an IDE like Visual Studio Code. Along with this tool, I...
Software Engineering Effort Estimation
10 May 2026
I. Introduction Throughout my Computer Science journey at the University of Hawaii at Manoa, I have become increasingly comfortable with using artificial intelligence (AI), with ICS 314 being the class where I spent the most time utilizing AI. There were...
Software Engineering AI
30 Apr 2026
A True Designer I want to make a confession: when learning about design patterns in software engineering, I initially thought they had something to do with patterns that should be implemented on a website. Things like color theory, shapes, and...
Design Patterns
26 Feb 2026
I’m Impressed As a person who has known basic web development skills of HTML, CSS, and JavaScript for quite some time now, I could say that working with Bootstrap 5 has become a whole new level in how we design...
Bootstrap 5 HTML CSS
12 Feb 2026
ESLi 101: Introduction to ESLint on VS Code Part I Using ESLint for the first time in VS Code was quite surprising for me. I did not know that even if the code runs perfectly, I was secretly violating several...
ESLint VSCode