Servé is freelance solution architect and developer, working in the industry for more than 24 years. He loves to develop and makes designs and code easier to understand both for architects and developers.

This is what I do

For more than 24 years I have designed and developed Web applications, Sites, Games and Mobile Applications together with some Backend or Cloud Services. I have performed various roles including Global Lead Architect Collaboration and Enterprise Search, Lead Full Stack Developer and Consultant.


ANGULAR NATIVESCRIPT MOBILE IONIC HTML CSS SASS C# JAVASCRIPT WEB API UNITY FRONTEND BACKEND WEB SCRUM and much more...

Companies I have worked with

Essent is one of the biggest energy providers of the Netherlands with around 3 million customers in 2017. It is now part of a new international company called Innogy.

Achmea is the biggest insurance company of the Netherlands with a revenue of more than 20 billion and 10 million customers.

Rabobank is an international financial services provider operating on the basis of cooperative principles. It offers retail banking, wholesale banking, private banking, leasing and real estate services. As a cooperative bank, Rabobank puts customers’ interests first in its services. It serves approximately 8.8 million clients around the world.

Merck is one of the largest global healthcare company with a 125-year history of working, 68.5 billion revenue and more than 68.000 employees worldwide.

There are so many companies I have worked with including DNVGL who provide classification, technical assurance, software and independent expert advisory services to the maritime, oil & gas and energy industries.

Also, I have worked for Kodision, Lion Bridge, IBN Facilitair, Organon, Schering-Plough, AXA and the Caesar Group in various roles ranging from Global Lead architect Collaboration and Enterprise Search to Consultant.

How to automatically cleanup your Unity C# code using Rider

Personally I am a huge fan of Rider, the IDE from JetBrains when developing Unity games, C# code or even Angular and NodeJS applications. One of the things I like is to organise my methods, properties, fields etc into regions and sorted by name, access type and so forth. Luckily Rider can do this for you and much more. In this post I will show you how to do it yourself.Read more >

How to add Google Play Services to your Unity game

For some time I have struggled to get Google Play Services working in my Unity game. There is so much to install and configure but I didn't find one single guide which showed how to do it right from the start to the end. In this article I will guide you through the entire process, right from installing tools, configuring Unity and setting up Google Developer Console and Game Services. Hopefully I can save you some pain.Read more >

Unity Android: Unable to install APK to device

When you encounter the error 'Unable to install APK to device' it actually means that you don't have the right version of the Android SDK installed. I will show you how to analyse and resolve it.Read more >

How to run an Android simulator on a Macbook

When you develop apps or games for Android you probably want to run it on a simulator during development. In this short post I will show you how to start such a simulator both from the UI as well as from the terminal.Read more >

Unity Android: Unable to load dll ‘gpg’

When deploying your Unity game to an Android device you might see the error: Unable to load dll 'gpg'. In this post I will show you how solve this issue.Read more >

Unity: Unable to instantiate prefab. Prefab may be broken.

When opening a project in an older, side-by-side, version of Unity you might notice the error: Unable to instantiate prefab. Prefab may be broken, when trying to add a Prefab to your scene. It looks like you are not able to drag any prefab into your scene. Luckily, the solution is easy.Read more >

How I fixed my .gitignore is being ignored issue

Do you also suffer from the fact that when you change your .gitignore file it does not affect already tracked files? Well, here I will show you how to solve that!Read more >

Creepy Christmas Soundboard is live!

As Christmas is approaching I got some inspiration to create a funny Creepy Christmas Soundboard. Mix 14 Christmas sounds and 4 catchy Christmas EDM loops to your own liking. And it is free too!Read more >

De FodMap NL app is live!

Eindelijk is hij er: de enige echte Nederlands FodMap NL app! Voor iedereen die het FodMap dieet volgt maar nog geen goede nederlands ingrediënten lijst kon vinden. Iedereen met darm problemen, prikkelbaar darm syndroom, verstopping, buikpijn, ontlastingsprobleem of opgeblazen gevoel zou gebaat kunnen zijn bij deze app.Read more >

Unable to locate DeviceSupport

This week I was trying to deploy my Ionice app NeoTrack to my device when suddenly an error appeared telling me that it could not find the DeviceSupport directory. That was annoying as it was really blocking. In this article I will show you how I have solved that.Read more >