Student
I am studying for a B.S. in Computer Science with a Security Science focus in the Department of Information and Computer Sciences at the University of Hawaii. I expect to graduate with my bachelor's in Spring, 2024.
Interests: Cybersecurity, Computer Science, Network Security, Reading, Gardening, TV and Movies
A web application that serves as a recipe hub for college students.
Software Engineering Meteor Javascript Agile Project Management GitHub
Read MoreImplement a text editor using assembly on a raspberry pi with arm64 architecture for a class project.
Assembly Raspberry Pi Arm64
Read MoreA series of tour videos that provided a tour around Saddleback Community College campus with descriptions of how to get around each building.
Phi Theta Kappa Leadership Video Production
Read More12 Dec 2023
Ethics in Software Engineering One theme I often encountered in computer science courses is ethics. I would be asked how code is biased? Or whether certain software is ethical? For a long time I had no clue how code could...
Software Engineering Ethics GitHub Configuration Management
29 Nov 2023
Design Patterns Design patterns play an essential role in software development. They consider frequent problems in developing software and provide general solutions. Just as it sounds, design patterns identify common patterns in software and acknowledge them in a structured form....
Design Patterns Container/Presentational Pattern
19 Nov 2023
The images show the prompt and response from chatGPT as a starting point of this essay. Introduction The integration of Artificial Intelligence (AI) in education has revolutionized the learning landscape, providing innovative tools and methods to enhance the educational experience....
Artificial Intelligence chatGPT GitHub CoPilot Software Engineering Education
05 Oct 2023
First Impressions When first exposed to web development I was quick to confidently say that it was not for me. I found the tedious time and effort I put into drafting HTML and CSS was not worth the unimpressive results....
Web Development HTML CSS UI Frameworks Boostrap
30 Aug 2023
Javascript’s Subtle but Powerful Capability Write a function that takes in a temperature and its unit of measure. Return the temperature in another unit of measure, or if the passed in unit is not acceptable, return a message saying so....
Javascript Programming