Student
I am studying for a B.S. in Computer Science in the Department of Information and Computer Sciences at the University of Hawaii. I expect to graduate 2026. I hope to lesrn about data strucutres, video game design, and AI to determine my interests.
Interests: Software Engineering, Working out, Ukulele
This project simulates a Computer Store by using an object called 'Computer' with instance variables of barcode, OS, price, and model and the functionality of adding, removing, and displaying of said Computers.
Java ICS 211
Read MoreA program that takes in inputs of coefficients of a polynomial function to find solution(s) to the equation.
C EE 160
Read More26 Sep 2024
When we communicate in any language, certain rules govern our word choices and structures. For example, a basic sentence requires at least a subject and a verb; thus, “I good” is incorrect because it lacks a verb. These language rules...
ES Lint TypeScript ICS 311 Coding Standards
08 Sep 2024
The Setting… It is a Thursday afternoon, and you are looking forward to the weekend when you are suddenly told in your ICS 314 class that you have until Sunday to master JavaScript and TypeScript from scratch. Considering that you...
JavaScript TypeScript ICS 311 WODs