May 7, 2015 Harold Serrano Random Stuffs Build a habit to code every day May 7, 2015 Harold Serrano Random Stuffs Learn why you should code everyday and how you can make it a habit by purposely coding small tasks daily.
May 6, 2015 Harold Serrano Random Stuffs What code bugs can teach you? May 6, 2015 Harold Serrano Random Stuffs Learn what software bugs can teach you and how you can use them to your advantage to make you a better programmer.
May 5, 2015 Harold Serrano Random Stuffs 3 fundamental programming concepts you need to know May 5, 2015 Harold Serrano Random Stuffs Learn the three concepts in computer science that will take your coding to the next level. Learn about Object-Oriented Programming principles, Design Patterns and Data Structures.
May 4, 2015 Harold Serrano Design Patterns How to implement a Singleton Design Pattern May 4, 2015 Harold Serrano Design Patterns Learn how to implement the Singleton Design Pattern. Learn how to create a class that can only be instantiated only once.
April 29, 2015 Harold Serrano Design Patterns How to implement the Strategy Design Pattern? April 29, 2015 Harold Serrano Design Patterns Learn how to make your game or app flexible and modular by implementing the Strategy Design Pattern in your code.