ICS 314 Final assignment, adapted from a team project for the 2023 Hawaii Annual Code Challenge (HACC)
JavaScript Meteor React Mongo
Read MoreRead binary data of a TCP header and generate a response header
C
Read MoreFinal assignment coding assingment for ICS 212, creating a basic data storage system with an user interface.
C
Read More15 Dec 2023
Time Estimation For our ICS 314 Final Project (Full Cycle Takeout), we as a team tracked the time spent on coding and other project related efforts. We utilized IntelliJ’s in-built timer (Darkyen’s Time Tracker) to keep track of our coding...
Software Engineering Learning
11 Dec 2023
Software Engineering I Within Software Engineering I (ICS 314), we learned many concepts related to software development, including but not limited to: Open Source Software Development Configuration Management Functional Programming Development Environments Coding Standards User Interface Frameworks Agile Project Management...
Software Engineering Learning
29 Nov 2023
Design Patterns On my first look at design patterns, I had no idea what I was looking at with all of their fancy names. Although Patterns.dev focuses on Javascript and React, upon closer inspection of the design patterns were not...
Software Engineering Learning Design Patterns
20 Nov 2023
Introduction Generative AI such as ChatGPT and Bing AI greatly shifted the educational landscape in and outside of software development.In some cases the use of generative AI can completely perform entire assignments on behalf of the student. But in regards...
Software Engineering Learning Artificial Intelligence ICS 314
04 Oct 2023
Not McDonald’s Using Bootstrap, HTML, and CSS, I reproduced the McDonald’s website. Visually. To an extent. The top one being the real McDonald’s. HTML, CSS, and Bootstrap HTML and CSS were extremely complicated, with many classes you can make to...
Software Engineering Learning HTML CSS Bootstrap
20 Sep 2023
Thoughts on Coding Standards I believe that coding standards are extremely annoying, having to insert some spaces here and there to give a little space between parentheses and braces, just to satisfy the coding standard. However, the use or knowledge...
Software Engineering Learning