Reflecting back on what seems like a long semester in ICS 314, I have grown a lot as a programmer and added various tools to my repertoire of coding skills. I started the course with close to zero knowledge of...
RadGrad is a convoluted version of STAR. The RadGrad website seems a little clunky and cluttered. A lot of information is thrown to a new user and it can get confusing to follow. The system is similar to STAR, a...
Coding standards are sightly pointless in programming. Typically, standards are put in place to assure that a level of quality is achieved. This makes sense when applied to certain places like a restaurant or in schools. In a kitchen, a...
“Bad” questions do exist even though I was taught, just like many others, “there is no such a thing as a bad question.” These “bad” questions occur frequently in online settings especially on forums, where people ask others for help....
JavaScript is an interesting language to learn. With only having experience with Java, C, and C++, JavaScript was easy to learn and pick up. The language followed a similar style of formatting as the other programming languages. It took some...