Monthly Archives: August 2017


The Programmer Bill of Rights Extension

While researching into workplace productivity for software developers, I ran into The Programmer’s Bill of Rights proposed by Jeff Atwood. Within the article, he describes six fundamentals that companies should provide for programmers, software developers, and software engineers to be successful and be as productive as possible. Unfortunately, companies are […]


The Art of Doing Nothing

We live in a world where you are always “busy.” Your to-do list is growing day-by-day and you wonder when it will stop. This blog post might be one of the many tabs you have opened up in your internet browser. In your head, you might be juggling all the […]


Unreal Engine 4 C++ Polymorphism Overview

Polymorphism is a key component to object-oriented programming (OOP). OOP is a popular design choice in software development. Because OOP is frequently used, it is vital that you are familiar with the concept of polymorphism.