The Big Picture
16 Dec 2021
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...
Software Engineering
Read More
There Are Smarter Ways To Code
02 Dec 2021
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...
Design Patterns
Read More
Webpages are Demanding
07 Oct 2021
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...
HTML
CSS
Semantic UI
Learning
Read More
Coding Standards Are Necessary Evils
23 Sep 2021
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...
Coding Standards
Learning
Read More
The Good Questions And The Bad
09 Sep 2021
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...
StackOverflow
Learning
Read More
What Do I Expect From Software Engineering?
02 Sep 2021
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...
Software Engineering
Learning
Read More
Another Day Another Language to Learn
01 Sep 2021
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...
JavaScript
Learning
Read More