• Sunday Studies #2

    January 13, 2019

    When it comes to looping through arrays and performing a function on each item, there are three common methods that you should be familiar with: for, forEach and map. For this week, we are going to practice using these in order to gain familiarity with each one and when one is better to use than another.

    Read more →
  • The 25/75 Rule

    January 10, 2019

    I recently came across an article written by Jared Spool called Good, Bads, and Dailies: Lessons for Conducting Great Critiques which covers the concepts of what makes reviews / critiques good or bad. One thing that stuck out to me in particular was his discussion around Pixar's use of a meeting called Dailies and the 25-75 rule that governed the dailies.

    Read more →
  • The Hyper Key

    January 9, 2019

    For someone like me who is obsessed with being incredibly fast with accomplishing simple tasks, I have come to learn that the quickest way to get anything done is to reduce the number of steps required it takes to accomplish the task.

    Read more →
  • When Is It Enough?

    January 7, 2019

    My thoughts on the concept of whether there is ever a time when learning is enough. We will examine common responses along with what I think is the correct answer to this question.

    Read more →
  • Sunday Studies #1

    January 6, 2019

    Welcome to the first edition of Sunday Studies! Every week I'll be releasing a code challenge for you to solve for the week. The solution will be posted on Saturdays so you can see how I worked through the problem.

    Read more →