11 May 2021
Shocking Developments Github Repo, Project Page, ShockingEmissions ICS 414 Overview This semester students set out to make a web application for Hawaii Electric Industries. HEI wanted teams to create a way for users log their emissions and Green House Gasses...
14 May 2020
First of what the heck is Software Development, and why we need it? Usually when the average Joe with no understanding of coding or technical computer experience thinks about software development probably imagines a person with a hoodie mashing...
30 Apr 2020
MVC, What is it? First of MVC stands for Model View Controller, which is an architectural pattern of sorts. A simple way that I found to think about it is in a sandwich shop. The customer or the user...
25 Apr 2020
Software Engineering Ethics Ethics in the context of software engineering is a type of professional ethics that is usually practiced by software engineering teams to manage situations. These situations have to be handled in accordance to health, safety, and...
31 Mar 2020
Authors: Christian Jensen Study Spot Places on campus for studying, relaxing, or collaborating. Overview The problem: Most students spend their time studying and doing class assignments. But where we do these things can greatly affect our workflow and productivity....
31 Mar 2020
College life Living on campus my college life as a student surprisingly hasn’t changed all that much. I’m an introvert at heart which makes it easy for me to adjust to the new changes in effect due to the...
26 Feb 2020
The original way Learning HTML and CSS is required for making websites. Someone that designs a website could very much go through their whole career without using anything other than HTML and CSS. But is this efficient? Everything we...
03 Feb 2020
Why it is Important The reason why coding standards are important is that it gives a universal standard to follow to make code easier to read and to make it less messy. If you think of it just like...
29 Jan 2020
An example of a bad question Gives an infinite loop I am using a List in Java, and I am iterating through the collection to work with the created list of integer values. Why is this resulting in an...
21 Jan 2020
My favorite language Javascript is a curious language and I think I categorize it as my favorite language so far. It is not lazy per se, but it’s the ability to shorthand is amazing. I am a complete newbie...