Road to Unity (2D) - part 1

Vladimir Marinkovic
You want to build a game, but don’t know where to start? These blog post series are about the concepts I grasped on my own journey of learning game development in Unity. In order to start small, I decided to begin with 2D games development and see where it leads me…

dotnet build... stuck!

Vladimir Marinkovic
Recently, my team experienced an issue within cloud pipeline where our DotNet solution build execution kept getting stuck and hanged for a long time, until it finally timed out…

DotNet Core and Docker

Vladimir Marinkovic
This article will explain how to start with setting up Docker configuration for deployment and test execution of your dotnet core solution.

About Halo game's backend

Vladimir Marinkovic
This article is a summary of lessons learned from talks and publications that described what Halo service team was building back in 2013. We discovered a lot about their backend implementation and architecture, that we found very insightful…