DOE Bill Tracker Coming into this semester, I didn’t know what to expect from this course other than the fact that it is a semester long project for a real group of people. Our class was given an opportunity to...
The Fundamentals Every Software Engineer Needs to Know
12 May 2021
Open Source Projects A lot of software developers and students know what GitHub is. Many students such as myself have used github to store their own code for their own projects. But when it comes making project with other people...
It’s hard to be creative Much of the code many people write is code that is most likely already written. Many coding solutions to writing general functions are already figured out and built upon slighly so that they can work...
Starting With the Basics Making a website can be a lot harder than people think it is. My first introduction to making simple websites was with only HTML and CSS. While HTML and CSS are good and very good and...
What is ESLint? Everyone has to abide by some coding standard whether or not they’re coding for themselves or for an assignment. For example, in ICS 314, we use a coding standard called ESLint with IntelliJ for Javascript. ESLint has...
Don’t you mean think twice before speaking? Well yes, but also no. Eric Steven Raymond and Rick Moen’s essay on asking smarter questions has the same priniple as this saying. They wrote a guide on how to ask question the...
Ever since I was a kid, I loved played video games. I enjoyed seeing how they work and it always made me wonder how everything was put together. This interest really made me want to learn how to code and...
Beginning FreeCodeCamp JavaScript is like revisiting an old game and seeing the differences. It is much more different than languages like C and C++. It was much harder to learn those languages because I didn’t have any resources to make...