Yearly Archives: 2017


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.


Tips to Maintain Your Mental Health as a Software Developer

The cognitive load from writing software is incredibly high early on in your career. You do not have much experience in solving various types of problems. This lack of experience makes you actively think about each of the problems that you are trying to solve to reach an end-solution. Repeat the […]


The Importance of the State of Flow for Software Developers 2

The state of “flow” or “zone” is a unique concept that you might have experience with, but do not know about it. Sometimes, when you are coding you lose the sense of time and what is happening around you. Does this sound familiar? If so, that was you being in “flow.”


7 User Friendly Design Choices For Virtual Reality

Virtual Reality (VR) brings many possibilities. You can explore massive lands, fly in a spaceship, experience what it is like to be in someone else’s shoes, and more. With all the new possibilities, there need to be some ways to handle interactions with the user. The way how we currently […]


Communication Between HTC Vive Tracker and Android 2

The Vive tracker has been available to developers for a few months now, but there has not been much development with them. The Vive tracker targets accessories makers more than game developers. However, for there to be tracker support developers must integrate it into their VR experiences. The problem is […]


7 Useful Soft Skills for Software Developers

Being a successful software developer is not just about technical skills. You also need to have soft skills. It is easy to focus on hard skills (technical skills) and forget about the soft skills. However, soft skills are what affects how others perceive and interact with you.