Patrick Ariola

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, 2026.


Interests: Computer Science, Software Development, Web Application Design


Projects

The Club Pub 2024

A collaborative website that provides students an interactive hub for discovering clubs at UH Manoa.

Website GitHub Software Engineering SQL

Read More
UI Databank Record in C/C++ 2024

An interactive database that I developed for ICS 212.

C C++

Read More
UH Manoa Marching Band 2021-2023

Insight and experiences from the UH Manoa Marching Band

Music Marching Community

Read More
Capstone Project 2021

A Capstone Project conducting a 21-Day Wellness Plan on 20 people.

Networking

Read More

Essays

Insights into Software Engineering

20 Dec 2024

Overview When it comes to software engineering, ICS314 has provided me with the necessary skillset to operate on both technical and collaborative levels. The course taught me what I would consider the essentials of programming needed to be able to...

Software Engineering Website Development

The Inevitable Future of AI

17 Dec 2024

Introduction The emergence of AI has increasingly transformed the approach of not only software engineering but learning as a whole. It introduced enticing tools such as ChatGPT, Copilot, and Grok. AI undoubtedly revolutionized the fields of education, offering immediate access...

AI Software Engineering

The Cookbooks of Coding

05 Dec 2024

By Developers, For Developers A design pattern is sort of like recipes for coding. Much like having a cookbook in your arsenal, it provides you with already known techniques found and made by cooks like developers in this case. These...

Design Patterns Website Development

U & I: Exploring Framework

10 Oct 2024

UI Shenanigans Being new to UI frameworks, I don’t have much input to offer when it comes to practical experiences or specific project applications. However, I understand that using a framework like Bootstrap 5 provides a solid foundation for creating...

HTML CSS Bootstrap 5

Beyond the Syntax

26 Sep 2024

The Impact of Coding Standards Coding standards go beyond simple formatting details, they shape how code is structured, making it more readable, maintainable, and consistent. to coding itself. Sticking to these standards help to internalize these practices of a programming...

ESLint VSCode

My Type of Coding

05 Sep 2024

Impression on Typescript Upon learning the basics and fundamentals of typescript, I found it to be very similar and somewhat convenient as I’ve originally learned and picked up Java as my first language. There were issues I came across when...

Typescript Javascript