Ricki Ace Gaborno

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 Fall, 2025. I am striving to become a Software Engineer.


Interests: Software Engineering, Video Game Design, AI


Projects

Foodie Finders 2024

An in depth website that allow users to find available restaurants they can eat at near their campus

Web Development GitHub React MongoDB

Read More
Rock Paper Scissors 2022

A Rock Paper Scissors game made in Java that uses GUI

Java GUI Game

Read More
Recursive Math Operations 2022

A small project from my ICS 211 class that utilizes recursion.

Java Math

Read More
House Listings 2022

A project for ICS 211 that utilizes linked lists too record information for Houses that are for sale

Java Data Structure

Read More

Essays

Underlying Experiences In ICS 314

03 May 2024

Introduction Many students, including me, thought that this class was all about web application development. The reason is that we have learned so much about web application development towards the end of the semester that many of us have forgotten...

Software Engineering Learning

Using AI As A Study Buddy

03 May 2024

I. Introduction AI has definitely changed the way students learn and understand information in the course of ICS 314. Speaking from experience, I have used AI several times to check my work and ask questions about why the solutions it...

Software Engineering Learning AI

A Quick Sneak Peek At A Software Engineers Tool Box

25 Apr 2024

Tools For Software Engineers What I know about design patterns is that they are solutions to common problems in software design. They are essentially templates or guidelines that are used in various situations to solve similar problems or issues in...

Design Patterns Software Engineering

A Battle Between Functionality & Attractiveness

21 Feb 2024

BOOTSTRAP 5 VS HTML & CSS There are many reasons why a software developer should learn how to use Bootstrap 5. For software developers who already have knowledge and experience in creating websites using HTML and CSS, learning Bootstrap 5...

Software Engineering Learning Frameworks HTML CSS Bootstrap 5

A Rollercoaster Ride to Efficient Coding

08 Feb 2024

Introduction To Coding Standards Coding standards are a set of rules or guidelines that software engineers follow when they are writing code. Software engineers follow these standards because it aims to make sure consistency, readability, and maintainability are ensured across...

Software Engineering Learning Coding Style