Isabella Mow

Student

I am studying for a B.S. in engineering from the College of Engineering at the University of Hawaii. I expect to graduate in Spring, 2029.


Interests: Software Engineering, UX/UI, Artificial Intelligence


Projects

Keigo Zoo 2025

Keigo Zoo; your fun and friendly guide to mastering Japanese polite language through interactive lessons and practice.

Vibe Coding Website Application Japanese Second Language Learning

Read More
Bank 2025

A banking system written in C++ that helps you create, print, find, and delete records.

C++ C Terminal Database Management

Read More
Vending Machine 2024

A vending machine system written in Java that helps you add, find and print snacks.

Java Data Structures Object-Oriented Programming

Read More

Essays

Final Project Proposal

01 Apr 2026

Overview Problem: Throughout the school year, students may be stuck with a giant gap of free time between classes. In order to pass the time, many choose to study for their classes. However, studying can be a great challenge for...

Software Engineering Nextjs

Framing How You Work

26 Feb 2025

When I first started learning web development, HTML and CSS felt straightforward. If I wanted a specific margin, font size, or layout, I could write it myself and see exactly what was happening. Then I was introduced to UI frameworks—specifically...

Framework UI Bootstrap5

The Syntax of a Language

12 Feb 2025

So you want to learn a new language. Students usually start by learning vocabulary and work up to grammar. Once you have a word bank to pull from and a structure to place them in, voilà—you can convey a meaningful...

Syntax Language

What is ICS 314: Software Engineering?

29 Jan 2025

Software engineering is not just coding. Coding is a part of software engineering, but software engineering is not a part of coding. Software engineering goes beyond coding, ensuring that software is efficient, effective, reliable, cost effective, etc. There are also...

Software Engineering

Questionable Queries get Quibble and Answers from Quacks

29 Jan 2025

What is a smart question? What is a dumb question? Some say that there are no “dumb” questions, but in the software engineering space, there are definitely questions that have room for improvement according to “How To Ask Questions The...

Questions Answers StackOverflow

JavaScript vs TypeScript: Who has the better Script?

22 Jan 2025

JavaScript is one of the most popular languages used for writing code. It is often a “beginner” language or “starter” language due to its versatility and design. Typescript is a superset of JavaScript. This means that it includes everything that...

JavaScript TypeScript WOD