The Fundamentals of Software Engineering
15 Dec 2019
Software engineering is the process of developing software using engineering concepts. This broad definition of software engineering doesn’t even begin to encompass the many lessons that I learned throughout my time in my software engineering class at the University of...
Software Engineering
Read More
Final Project Idea
05 Nov 2019
Students who are going to university often has a difficult time deciding on what kind of food they would like on any given day. There doesn’t appear to be a centralized area where all of the dining options are readily...
Software Engineering
Meteor
Read More
Power Tools
10 Oct 2019
I often like to think of coding as building a house. It’s important to make sure that the foundation of the house is good, the structure is able to support the rest of the house, and the entire house comes...
Library
Frameworks
Read More
The Grammar of Code
26 Sep 2019
An aspect of software engineering that people may overlook is the way that their code is styled. If the programmer is fairly new and inexperienced, they may believe that so long as the code compiles and runs properly there is...
Coding Standards
Writing Clear Code
Read More
Getting the Most Information Possible
10 Sep 2019
Gathering information is easier now than it ever has been before. Ever since the internet became a world wide phenomenon, people from all across the globe could find other people that shared their interests and exchange knowledge and information, making...
Gathering Information
Read More
Stumbling Into Success
05 Sep 2019
Becoming a Computer Science Major In high school, I felt really lost. I wasn’t sure what I wanted out of life yet, and my initial plan was to become an accountant. I heard that they made a decent amount of...
Autobiography
Read More
Javascript is Python With Punctuation
05 Sep 2019
Javascript vs Python One of the first things I noticed when using the Javascript language is how similar it was to Python. Unlike Java, Javascript didn’t require the creation of a Main class to run the program. Unlike C/C++, creating...
Javascript
Python
Read More