A collaborative website that provides students an interactive hub for discovering clubs at UH Manoa.
Website GitHub Software Engineering SQL
Read More
An interactive database that I developed for ICS 212.
C C++
Read More
Insight and experiences from the UH Manoa Marching Band
Music Marching Community
Read More
A Capstone Project conducting a 21-Day Wellness Plan on 20 people.
Networking
Read More20 Dec 2024
Overview When it comes to software engineering, ICS314 has provided me with the necessary skillset to operate on both technical and collaborative levels. The course taught me what I would consider the essentials of programming needed to be able to...
Software Engineering Website Development
17 Dec 2024
Introduction The emergence of AI has increasingly transformed the approach of not only software engineering but learning as a whole. It introduced enticing tools such as ChatGPT, Copilot, and Grok. AI undoubtedly revolutionized the fields of education, offering immediate access...
AI Software Engineering
05 Dec 2024
By Developers, For Developers A design pattern is sort of like recipes for coding. Much like having a cookbook in your arsenal, it provides you with already known techniques found and made by cooks like developers in this case. These...
Design Patterns Website Development
10 Oct 2024
UI Shenanigans Being new to UI frameworks, I don’t have much input to offer when it comes to practical experiences or specific project applications. However, I understand that using a framework like Bootstrap 5 provides a solid foundation for creating...
HTML CSS Bootstrap 5
26 Sep 2024
The Impact of Coding Standards Coding standards go beyond simple formatting details, they shape how code is structured, making it more readable, maintainable, and consistent. to coding itself. Sticking to these standards help to internalize these practices of a programming...
ESLint VSCode
05 Sep 2024
Impression on Typescript Upon learning the basics and fundamentals of typescript, I found it to be very similar and somewhat convenient as I’ve originally learned and picked up Java as my first language. There were issues I came across when...
Typescript Javascript