ICS 314, Where It Started For the fall 2021 semester, I was introduced to the wonderful pipeline that allows the creation of software, the things that are practically used all the time in our daily life. Now when I first...
In The Begining Way back when I first started coding in highschool, I had no idea what design patterns were. In fact, the only thing I had at the time was hope, believing that whatever I wrote to solve my...
During the past week, I learned many new concepts and languages in a short amount of time. After learning Javascript, my class jumped to learning HTML. Along with this, we learned CSS to complement HTML and improve the presentation of...
At the time of writing this essay, my class had introduced how to use an IDE, like Intellij, to check and enforce coding standards on our own code. For this class, we would use and implemented ESLint to check and...
The first time I was exposed to StackOverflow was when I was learning my first language Java. My first impression of the site was a feeling of awe. It is a hub where many programming problems and questions can be...
As you can see from the title, I ask this question to myself when I started taking Introduction to Software Engineering. Although I have the experience of writing code and making simple programs that do a designated task, I do...
As of right now, I am currently learning Javascript for my Introduction to Software Engineering class. In a span of two days, I had to grind out many lessons on https://www.freecodecamp.org/learn in order learn the basics of this language and...