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...
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...
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...
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...
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...