Baby-steps to Running
18 Dec 2020
Athletic Learning Approach Learning-by-doing is one of the best ways of getting used to the material that you are learning. I actually prefer to learn things by working through problems in this class. The more problems I do, the more...
Athletic Learning
Software Engineering
Reflect
Read More
We Only Invent New Design Patterns
03 Dec 2020
Different Designs for Optimal Effects Design patterns are slightly different solutions with the same structure to recurring design problems. In other words, different designs will lead to optimal effects that a developer wants. Effective design patterns will allow the developers...
Design
Template
Organization
Read More
Getting along with a Computer that Keeps Judging Me
24 Sep 2020
Let ESLint Debug the Code for You Having a good coding standard will allow you to have a multiple programs that are consistent with one specific standard for coding. This way, all of the scripts that you write all follow...
Coding
Skills
Organization
Read More
With Great Problems must also come Great Questions
10 Sep 2020
Components of a smart question? A smart question will have important characteristics that make the question clear, informative, and to-the-point for the right community. Details like the specific versions of their environments, and symptoms of the problem are important for...
Questions
Learning
Advice
Read More
Coercion, Zero Equals 0 and Learning Javascript
02 Sep 2020
What do I think about Javascript? The first programming languages I became familiar with were C and Python, which means that learning this language was not that different. However, there were some new things I had learned. First, I was...
Javascript
Learning
Read More