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.

How to implement the Strategy Design Pattern?

How to implement the Strategy Design Pattern?

Learn how to make your game or app flexible and modular by implementing the Strategy Design Pattern in your code.

Improving your coding skills

Improving your coding skills

I want to share with you three algorithms to keep in mind when developing your next application. These algorithms will improve the functionality of your app and they are not complicated to implement. They are the: Binary Search Tree, Heap Data Structure and Stack Data Structure.

Is your code too slow?

Is your code too slow?

Do you know how efficient is your code? I mean, do you really know how your code is affected as your data elements increases? If you have no clue, then keep reading.