Cristopher OyarzuninProAndroidDevStatic analysis tools for AndroidLet’s take a look into the most popular static code analysis tools that you can use to implement and enforce custom rules in your codebase…May 12, 2021May 12, 2021
Cristopher OyarzunExcert — “The Power of Habit”The Power of Habit: Why We Do What We Do in Life and Business is a book by Charles Duhigg, a New York Times reporter. It explores the…Apr 9, 2017Apr 9, 2017
Cristopher OyarzunExcerpt— “Drive: The Surprising Truth About What Motivates Us”Daniel H. Pink is one of the world’s leading business thinkers and the author of five best-selling books about work, management, and…Apr 9, 2017Apr 9, 2017
Cristopher OyarzunHead First Design Patterns • Factory PatternAll factories encapsulate object creation.Dec 17, 2016Dec 17, 2016
Cristopher OyarzunHead First Design Patterns • Decorator PatternInheriteance is one form of extension, but not necessarily the best way to achieve flexibility in our designs.Dec 17, 2016Dec 17, 2016
Cristopher OyarzunHead First Design Patterns • Observer PatternThe Observer Pattern defines a one-to-many relationship between objects.Dec 17, 2016Dec 17, 2016
Cristopher OyarzunHead First Design Patterns • Strategy PatternGood OO designs are reusable. extensible and mantainable.Dec 17, 2016Dec 17, 2016
Cristopher OyarzunClean code - Meaningful namesWe name our variables, arguments, functions, classes, packages, etc. These are rules for improve our naming skills:Jan 3, 2016Jan 3, 2016