Jason Aguda

Student

I am studying for an M.S. in Computer Engineering in the Department of Electrical and Computer Engineering at the University of Hawaii. I expect to graduate in Spring, 2025.


Interests: Network Security, Computer Programming, Machine Learning, Game Design, Algorithms


Projects

Flavor Forge Recipe App 2023

Worked with a group to build a college-freindly recipe website called Flavor Forge

Javascript Food Meteor React

Read More
Drone Simulation 2023

I was tasked to design and operate missions on a simulated drone using Ardupilot libraries

Linux C++ Python Ardupilot

Read More
Animal Farm 2023

This is an object-oriented programming project built in CLion using C++. The idea is to build a farm with animals that have age, color, types, species, genders, ID numbers, and other traits

CLion C++

Read More

Essays

To Web Development and Beyond

09 May 2024

Exploring Software Engineering Beyond Web Development I. Introduction       As we near the conclusion of the semester, it’s time to reflect on how what we learned extends beyond the confines of web development. Throughout ICS 314, we’ve dove into a range...

Software Development Open-source Development Environments Agile Project Development

Artificially Intelligent? How AI Affects Learning

04 May 2024

I. Introduction AI is one of the most polarizing topics in today’s education system. If you told me a semester ago that we wouldn’t just be allowed to use AI in a coding class, but even encouraged, I would’ve had...

AI ChatGPT Learning

Design Patterns: Composing Code

25 Apr 2024

Harmonizing Code: Design Patterns in Software Development Software development is much like music composition — structured arrangements that guide the creation of harmonious code. Like composers, developers utilize design patterns to create software that shows elegance and efficiency. Let’s explore...

Design Patterns JavaScript Music

Stepping into Bootstrap

22 Feb 2024

Intro Before this class, I had very limited experience with HTML and CSS. Using them to create webpages has been a frustrating, but occasionally rewarding experience. HTML code can be an eyesore, as the amount of divs needed to create...

Bootstrap HTML CSS UI Frameworks

Coding Standards: Chaos to Clarity

08 Feb 2024

Introduction To many, coding standards are nothing but mundane rules getting in the way of one’s creative coding mind. “Why single quotes instead of double quotes?” “Why two space indents instead of four?” These are questions that I remember asking...

Coding Standards JavaScript Learning

Asking Smart Questions

24 Jan 2024

Smart Questions in Software Engineering: A StackOverflow Analysis Introduction Effective communication is paramount in software engineering, and asking questions in a smart way plays a pivotal role in fostering collaboration and problem-solving. In this essay, we explore examples from StackOverflow...

Questions