Takeaways of Software Engineering
18 Dec 2020
Going through the semester In this past semester, I’ve been introduced to a wide variety of standards that pertain to software engineering. Although the majority of the standards that I’ve been exposed to were only applied to website development, I...
Reflection
Learning
Software Engineering
Read More
Easy Framing?
08 Oct 2020
What are UI Frameworks? When creating a webpage, everything can be done in pure HTML, or the contents of the webpage, and CSS, or the style of the webpage. Although you can make anything you want, it is much easier...
Coding Standards
Learning
Read More
Neat Coding
24 Sep 2020
Thoughts on Coding Standard In this past week, I’ve been introduced to a particular coding standard. I’ve tried the ESLint coding standard with JavaScript, and so far, I’ve been fairly annoyed with it. As I write my code, I follow...
Coding Standards
Learning
Read More
Be Smart Ask Smart
10 Sep 2020
Think before Asking As I have spent most of my life in a learning environment, I had to ask many questions about things I didn’t know. A lot of times, I would come up with a question off the top...
Smart Questions
Learning
Read More
Trying out software engineering
04 Sep 2020
Diving In As a computer engineering major, I never really had many opportunities to write my own code. I have typically focused on the technical aspects of computers. Now that I’m taking ICS314, a software engineering course, I finally get...
Software Engineering
Learning
Read More
Javascript is cool, kind of
03 Sep 2020
First Impressions When I started working with Javascript, the first thought I had about it was “Hey, this is pretty neat.” It simplified the coding progress by a significant amount, by giving the user a lot of short hand notations...
Software Engineering
Learning
Read More