Engineering Better Programs
15 Dec 2021
When I first learned about programming, I was only eight or nine years old. I learned about it though the robotics club at my elementary school where we built and programmed Lego robots. I had no real clue as to...
Software Engineering
Learning
Read More
Good Code is Like a Walmart
02 Dec 2021
If you took your average American and dropped them in front of pretty much any supermarket in America with money and a shopping list, they would most likely be able to purchase most of, if not all of the things...
Learning
Design Patterns
Supermarkets
Read More
Frameworks Are Not Lameworks
07 Oct 2021
HTML and CSS are unique in the programming world because they are the way to create a website from the ground up. If you wanted to create a script or a GUI, there are dozens of popular programming languages that...
Software Engineering
HTML
CSS
Semantic UI
Read More
The Standards We Hold Ourselves To
22 Sep 2021
The most basic formatting that almost every programmer learns is the indentation. In fact, newer programmers who start with languages like Python are forced to learn proper indentation. However, many other languages like Javascript and C do not enforce any...
Software Engineering
Learning
Coding Standards
Read More
Good Questions, Good Answers
09 Sep 2021
Sites and forums such as StackOverflow have become extremely important to the global network of programmers and developers. If you ever get stuck trying to make an algorithm or troubleshoot a function, StackOverflow will either have the answer, or someone...
Stack Overflow
Learning
Open Source
Read More