This was a project made in ICS 314 as our end-of-the-year project
JavaScript Bootstrap Meteor CSS React MongoDB GitHub
Read MoreThis was a project made in EE 260 teaching us the basics of C and C++
C C++ Doxygen GitHub
Read MoreDuring 2021 I participated in a hackathon challenge and developed a website that would help allow the public to alert officials on endangered monk seals.
Hackathon Python React
Read MoreThis project was worked on for the Hawaii Annual Code Challenege where we created a website to help HECO track power for car chargers
Python MongoDB Django GitHub
Read More10 Dec 2023
Intro From the whole course of ICS 314, we covered many topics that I think are very beneficial to any software engineer. While we may have just covered a lot of web dev in this semester there were minor software...
Engineering Reflection
28 Nov 2023
What is a Design Pattern Coding for the web kind of sucks due to repetitive tasks. It also sucks if you are working on a team where everyone has their coding style. Suppose a bug is introduced that comes from...
Engineering Software Design
20 Nov 2023
AI and its Use Cases AI is everywhere nowadays. Currently, the big talk is with OpenAI’s product ChatGPT. ChatGPT is a large language model developed with massive content from internet forums and literature. The way it works is based on...
Engineering AI
31 Oct 2023
Created By: Kobe Uyeda, and Tatum Umiamaka Identify the Problem / Use Case Currently their are many different platforms that currently exist for communication between professor and students. Our goal is to simply this all down into one platform. For...
Engineering Brainstorming
04 Oct 2023
UI Frameworks are cool There are many benefits of having a a UI framework like Bootstrap. One of the main benefits that any UI framework has is the fact that you don’t have to think to much on the design...
Web Dev Bootstrap UI Frameworks
20 Sep 2023
Coding Standards are Needed Creating a coding standard can be hard some say. How much spaces should my indent by? Some people only use one space, others use more. What should be my format when creating a variable? Some say...
IntelliJ ESLint Coding Standards JavaScript