DbUp is lightweight .NET library that performs forward migrations for SQL servers. The only problem is that core library doesn’t support migrations rollback. However, there is a solution to create up/down migration scripts…
Export Keycloak settings
Vladimir Marinkovic
Once you dealt with Keycloak setup for a realm, you might need a way to export that configuration and reuse it for other environments. This post will guide you on how to do that.
Keycloak with AspNet WebAPI and React
Vladimir Marinkovic
In this post we’ll demonstrate a basic usage and integration with Keycloak identity server. We’ll built a backend Rest API solution to authorize incoming requests and a client application to implement login feature using OpenId Connect with Authorization Code Flow type.
Road to Unity (2D) - part 3
Vladimir Marinkovic
The third part of the blog series where we introduce game objects’ collision handling. We’ll explain how to use collision boxes and rigid bodies to prevent objects to overlap. Instead, the objects will bounce off the box’s boundaries when they are brought close to each other.
Road to Unity (2D) - part 2
Vladimir Marinkovic
The second part of the blog series where we add behavior to the Game Objects that we have prepared in the part 1. Besides enabling our boat object to be controlled by keyboard inputs, we’ll also show how to make main camera to follow your game object.