Alex RiosIteration and RecursionThere is a programming joke that goes “In order to understand recursion, one must first understand recursion.” In this article, we are…Jan 25, 2021Jan 25, 2021
Alex RiosTime Complexity and The Big-OFor a newcomer, the concept of the Big-O Notation and Time Complexity can seem a little intimidating. When I first encountered these terms…Nov 24, 2020Nov 24, 2020
Alex RiosThe Importance of Single Source of TruthThere is a joke that goes: “A man with a watch knows what time it is, but a man with two watches is never sure.” Every day, curious and…Nov 10, 2020Nov 10, 2020
Alex RiosUnderstanding The SelfFor many aspiring programmers the concept of self can become quite confusing. You’ve just learned how to create a class in Ruby and got…Oct 27, 2020Oct 27, 2020