15 Dec 2020
Hacc-Hui is a website designed to help simplify the team creation process for the Hawaii Annual Code Competition. Hacc-Hui allows users to not only create, but also join already created teams to participate in the HACC. Additionally, Hacc-Hui allows users...
24 Apr 2019
Common Problems When designing a program there are often problems that require the same set of steps to be called in a certain sequence. For example, a calculator configured with order of operations will go through a predetermined sequence of...
23 Jan 2019
Video games have always been directly dependent on computer science and software engineering. Not only do they require a working system to play, but they also push the boundaries of computer science forward. I want to learn how to use...
23 Jan 2019
In order to learn a subject, you must find some repository that contains information on said subject. This could take the shape of a professor giving a lecture, or simply an online database such as Wikipedia. In all such cases...
23 Jan 2019
Purpose of Coding Standards Coding standards are incredibly important for coding. They help not only with the clarity of the code, but also to set a basic framework for you to code around. Without coding standards everyone would develop their...
16 Jan 2019
As someone coming from C and C++, javascript is a language that is quite interesting to use. You don’t have to worry about variable data types which makes it very easy to write up simple but working code. However, I...
16 Jan 2019
In every profession there are certain skills which need to learned in order to be successful in that field. Unlike most fields, computer science is nearly limitless in the opportunities to learn new things. Whether you are learning different sorting...