Student
I am studying for a B.A. in Computer Science in the Department of Information and Computer Sciences at the University of Hawaii. I am also pursuing a Creative Computational Media (CCM) Certificate. I expect to graduate in Spring, 2025.
Interests: Game Development, Digital Art, Software Engineering
An ICS 314 web application project for posting and sharing artistic works.
Javascript Meteor
Read MoreA simple game of two dice pig that I developed for an ICS 111 assignment
Java
Read MoreA racing game that I made during my junior year in high school.
Game Development Javascript p5js
Read MoreA game of Snake that I made during my junior year in high school.
Game Development Javascript p5js
Read More01 Dec 2023
Introduction In my software engineering class, I learned about various concepts such as functional programming, development environments, and user interface frameworks. These were taught in the context of designing a web application, leading up to a web app project I...
Software Engineering Development Environments Frameworks
23 Nov 2023
Introduction If you ever took the time to have a closer look at things, you will notice that our roofs, cars, bags, and other such things typically follow design patterns. There are different types of roofs, such as gable roofs,...
Software Engineering Design Patterns
01 Oct 2023
Introduction On websites and web applications, people would usually be greeted with a user interface (UI). UIs allow people to see and interact with a given website or application. For instance, a store may have a website that shows what...
UI Design HTML CSS
19 Sep 2023
Introduction If you have never heard of the term “spaghetti code,” it refers to code that is difficult to understand due to not having a defined structure or way of writing. It can be confusing and frustrating for people to...
Software Engineering Coding Standard