Coders Remorse - Why You Should Use Design Patterns
29 Nov 2018
Coders Remorse When working on large projects it’s easy to eventually get to a point where your code is a mess and you think to yourself “I should have done it this way instead”. Personally, this has happened to me...
Design Patterns
Learning
Software Engineering
Read More
Fake It with Semantic
04 Oct 2018
Fake It with Semantic The CSS Struggle Working with HTML and CSS can be very frustrating. Things can get messy very fast, and your web page can look different in different browsers and different devices. I had never used a...
Semantic
HTML
CSS
Read More
ESLint - Red Means Stop
20 Sep 2018
Me Against ESLint Recently I started using IntelliJ IDEA with ESLint. ESLint is a tool that is used by developers to help catch code that does not adhere to certain standards. Basically it is used to make your code cleaner....
Javascript
IntelliJ
ESLint
Read More
Judge a Programmer by the Questions they ask...
06 Sep 2018
While working on your app, you come across a problem. Maybe you need to fix a bug, or maybe your program keeps giving you an error. So what do you do? There are several things you might have done. As...
Questions
Learning
StackOverflow
Read More
Athletic Javascript
31 Aug 2018
Thoughts on Javascript Is javascript a good language? It is hard for me to compare it to other languages that I’ve tried since I have only a little bit of experience programming in anything else, but personally I enjoy javascript...
Javascript
Learning
WOD
Read More
Shoot for the Stars
30 Aug 2018
The Beginning When I first started learning how to program as a kid, it was because I wanted to make a video game. I started using a program called “Game Maker” to make a clone of my favorite series “Megaman”....
Game Development
Learning
Read More