An all-in-one web application that contains information about different study abroad programs available at UH Manoa.
Software Engineering Javascript HTML CSS
Read More09 Dec 2023
Introduction In my ICS 314 software engineering class, I found teamwork a valuable learning experience, especially near the end of the semester in our final project. Coding standards and agile project Management definitely played a vital role in ensuring collaborative...
Software Engineering Learning
29 Nov 2023
Understanding Design Patterns with Music Theory When you are listening to music, you may hear some songs have a similar rhythm or similar chord progressions. This is similar to design patterns in software design. Design patterns are a general solution...
Design Patterns
20 Nov 2023
Introduction With the recent popularity of AI use in general we can find a great deal of uses for AI in various fields. In my ICS 314 class, we were allowed to use AI to assist our work. Tools like...
AI Learning
04 Oct 2023
UI Frameworks User interfaces, or UIs, are everything that ranges from menus, buttons, icons, and basically anything that you interact with on a device or a webpage. UIs play an important role in ensuring that a user can efficiently interact...
HTML CSS UI Framework
20 Sep 2023
ESLint and Coding Standards ESLint is a code analysis tool that aids users to always have good coding habits and quality code, providing consistency. This can be important to users especially in a team environment because having a coding standard...
IntelliJ IDEA ESLint Javascript Learning
04 Sep 2023
Great Source of Knowledge The internet can be a valuable resource for getting information. When turning to the internet for answers, it’s essential to be thoughtful and precise about your questions. Whether it be asking for recommendations or a fix...
StackOverflow Learning