Why your coding knowledge is only worth 50%

Why your coding knowledge is only worth 50%

Learn why it is not enough to state that you are an expert. Learn how showing what you are working on or teaching can help you set yourself apart from other developers.

Build a habit to code every day

Build a habit to code every day

Learn why you should code everyday and how you can make it a habit by purposely coding small tasks daily.

What code bugs can teach you?

What code bugs can teach you?

Learn what software bugs can teach you and how you can use them to your advantage to make you a better programmer.

3 fundamental programming concepts you need to know

3 fundamental programming concepts you need to know

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.

How to implement a Singleton Design Pattern

How to implement a Singleton Design Pattern

Learn how to implement the Singleton Design Pattern. Learn how to create a class that can only be instantiated only once.