Ethan Figart

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 in Spring, 2027.


Interests: Cyber Security, Artifical Intellegence, Backend Development


Projects

Project Janus 2023

I worked with a team to create a program to connect students to companies. This was my final project for ICS 314.

Vercel Web Development

Read More
Area and Volume Calculator 2023

This program calculates the Area and Volume of an object. It was an assignment for ICS 212.

C

Read More
Jan Ken Po Emulator 2023

A program to emulate a rock paper sciccors game with a CPU. This was an assignment for ICS 211.

Java

Read More

Essays

Software Engineering Reflection

14 May 2025

Intro When I registered for this class last year, I did not know what to expect. I originally thought that we would primarily be building websites. This turned out to be true, but we also covered many other important topics....

software engineering

Thanks ChatGPT

10 May 2025

Intro Artificial intelligence continues to have a large impact on education. On the surface, it may seem like a lazy way for students to “cheat” on their assignments, but it actually has a lot of practical applications that can extend...

Ai

Final Project Idea

01 Apr 2025

Overview Problem Parking at Zone-20 can sometimes be challenging. After a certain time, especially on certain days (Tuesday, Wednesday, Thursday), finding an open spot can be very difficult. This primarily impacts students who have classes later in the day. Solution...

Software Engineering Nextjs

Learning Curve

27 Feb 2025

What are UI Frameworks UI Frameworks are an essential tool of web development. They are pre-designed libraries that consist of ready-to-use components and styles to streamline the creation of web pages. They offer a more structured approach that increases efficiency...

Bootstrap 5

Coding Standards

13 Feb 2025

What are Coding Standards Most people associate coding standards with indentations, brackets, or in-line comments. However, they are much more than cosmetic guidelines, they are an essential aspect of coding that influences the overall quality of the code. Conforming to...

TypeScript