Joshua Omori

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


Projects

Keno Game 2023-04

A game of Keno that I made in Java for my ICS 211 class.

Java ICS 211

Read More
Linked List Computer Store 2023-04

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 More
Finding solution(s) to a polynomial project 2021-11

A program that takes in inputs of coefficients of a polynomial function to find solution(s) to the equation.

C EE 160

Read More

Essays

Back to Basics: Language Standards

26 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

Learning TypeScript In Half a Week

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