Reflection on What I Learned in Software Engineering 2
10 May 2021
Unlike Software Engineering 1, in Software Engineering 2 we did not spend much time in a Discord classroom, and instead we spend much of our time in group meetings working on the HEI GHG tracker project. Much like the project...
Reflection on What I Learned in Software Engineering
18 Dec 2020
I learn many skills through out this class, and I could see myself using them in the future. Skills such as Coding Standards, User Interface Frameworks and Agile Project Management was extremely useful in the final project. The final project...
What are Design Patterns Have you ever notice the same designs shows up in buildings and infrastructures all the time? For example, how all cable bridges looks the same, with cables connecting from different points of the roadway on to...
While HTML is quite an easy language to learn, it is very limited on what it can achieve on it’s own. Web Pages that use plain HTML would just look like a plain text document, but by using HTML along...
Coding Standards seems Annoying When you first learn about coding standards, you probably think that it is annoying and boring. Why must I put a space between the operators? Why do I have to insert a new line between this...
As a Computer Science student, I often run into problems while I am doing my homework. A common scenario is that the program that I wrote is not outputting what I expect it to, or it is outputting errors. When...
I started learning coding while I was a Junior in high school, when I used HTML and CSS to create my first web page I felt like a genius. When I learned basic JavaScript, I started to think more about...
I am not completely new to JavaScript, in fact, I’ve used it a fair bit in my high school STEM class. In that class, I used HTML, CSS and Javascript to create a website for a project in the class....