15 Dec 2020

Hacc-Hui

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...

Software Engineering
Learning
Design Patterns

Read More

24 Apr 2019

Design Patterns

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...

Software Engineering
Learning
Design Patterns

Read More

23 Jan 2019

Goals and Aspirations

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...

Goals
Aspirations

Read More

23 Jan 2019

Due Diligence

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...

Questions
Answers
StackOverflow

Read More

23 Jan 2019

Common Vernacular

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...

Language
Coding standards

Read More

16 Jan 2019

Where are the Data Types

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...

Software Engineering
Learning

Read More

16 Jan 2019

Frame of mind

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...

Software Engineering
Learning
Frameworks

Read More