My partner and I recreated the brick breaker game in Java for our final project in ICS 111
Java
Read More15 Dec 2022
It Comes to an End ICS 314 was one of my favorite classes this semester and I really learned a lot even though at times this class put me under an immense amount of pressure, aka the WODS. When professor...
Software Engineering IDE Design Patterns
01 Dec 2022
Again And Again You’ll begin to recognize as you code more often repeating strategies used time and time again. They might not be connected in any way, yet the structure of the code you write tends to be the same....
Software Engineering Design Patterns
01 Nov 2022
Overview The problem: Being healthy is often an overlooked aspect when in college and going to the gym is the the last thought on peoples minds. However, sometimes you just need the right group of people or a partner to...
Software Engineering Meteor
06 Oct 2022
Laying It Out: HTML/CSS Right now in the course we are learning the ins and outs of creating web pages. Starting out with the basic HTML layout and building our way up to using stylesheets to style the HTML I...
HTML/CSS Bootstrap 5
07 Sep 2022
Smart Questions? Huh? Before reading the essay about How To Ask Questions the Smart Way by Eric Raymond, I didn’t know that there was a “right” and “wrong” way to ask questions. I did know there exists questions that aren’t...
Reflection
22 Sep 2022
So Many Errors Before getting into coding standards, I didn’t know there was a wider range of coding standards other than naming variables likeThis and semicolons are completed lines. After learning more about coding standards through this module, I realized...
JavaScript