Michelle Ho

Student

I am currently pursuing a B.S. in Computer Science at the University of Hawaii at Manoa. I expect to graduate in Fall, 2024.


Interests: Data Science, Web Development, Mobile App Development


Projects

Text Sorter May 2022

Text sorter developed.

C++ Commandline

Read More
ConnectUni Mobile Application December 2023

A mobile application created to help university students connect with peers.

Dart Flutter Firebase Git/GitHub

Read More
Askus AI Chatbot December 2023

An OpenAI chatbot intended to help answer questions for the University of Hawaii Information Technology Services (ITS) department.

Javascript HTML Meteor React MongoDB OpenAI Pinecone Git/GitHub

Read More

Essays

Reflect on Software Engineering

11 Dec 2023

As I near my software engineering class completion, I have come to appreciate that the course is not solely about web application development. While web development is indeed a crucial skill I’ve improved during this semester, the underlying goal of...

Reflection Software Engineering

Design Patterns

29 Nov 2023

The Importance of Patterns Patterns enable quick learning as there is a general behavior that can be applied to specific cases. Being able to build projects using patterns allows for scalability and flexibility. New contributors will be able to recognize...

Design Patterns

Why Use Frameworks?

04 Oct 2023

Why create a framework? There are many reasons why a framework may exist. However, it’s widely agreed that frameworks are used with the intent of creating a universal and reusable software environment. With generic methods, this provides high flexibility for...

Bootstrap 5 HTML/CSS Reflection

ESLint, Annoying or Useful?

20 Sep 2023

Importance of Coding Standards What if I wrote this whole essay in a single line? No headers, no spacing between paragraphs, and no font differences. It would be really hard to tell where one paragraph starts and ends. My words...

ESLint Reflection