17 Dec 2020
Finishing up the semester with ICS 314, I have learned many concepts about software engineering. My time in this class started with learning JavaScript, then learning HTML, and eventually being able to create a functioning website. Along the way, there...
20 Oct 2020
Recently did I get into learning about building a website, initially with raw HTML and CSS, and then eventually with Semantic UI. I found raw HTML to be sometimes nice where it gave me a good amount of control of...
24 Sep 2020
What is a Coding Standard? A coding standard is a way of typing out code where it is in a consistent format that everyone follows. This could include things like adding a space after a comma separated variable, or always...
10 Sep 2020
Whenever one is working on an assignment for school or on a project for work, asking questions is an important skill to have. Questions allow us to figure out exactly how to perform certain tasks, get opinions from others, etc....
04 Sep 2020
I have always been interested in coding ever since in high school, but back then I could not get into the coding classes offered and the closest to coding I had was creating games in Scratch with block coding. Getting...
03 Sep 2020
Javascript Starting a new semester of school, means getting into new classes and new things to learn. One of these classes is a software engineering class, ICS 314, in which I learned the basics of Javascript. Having learned a couple...