What AI for Unity DOTS

If you are considering using Unity DOTS, but were wondering about how to work with your familiar AI techniques with it, we did the research already and share our results here with you. More …

Write readable code in OOP

In this article, John shares to you his thoughts and the different approaches to write readable code that can outlive the time. More …

Set up a blog with Ghost

If you want to host your own blog, this article will show you, how to deploy a blog with Ghost in 5 to 10 minutes. More …

Make nice high-res charts and graphs

Whenever you need to communicate charts and/or graphs, Google Sheets and consort only provide you with low resolution resources. Here we propose a solution to fix that. More …

A password generator to save your life

Living in modern society, most of the users of online services have to bear the pain to remember the access to plenty of platforms including websites, services, apps, bank account, email, etc. The login credentials cannot be too simple for security reasons, or too complex to remember it clearly. I believe everyone could lose some of the credentials or cannot recall it clearly. More …

Challenge: The sphere formation

An interesting challenge in Infinite Fleet development was to generate positions for each flying formations, knowing that the number of spaceships could change (generating positions for a fixed number of allies was not a solution). More …

Build an online store without dealing with WordPress unreliability

The couple WordPress and WooCommerce have been for too long the favorite solution to deploy quickly an online shop and start making revenue. Now every developer who encountered WordPress knows its many drawbacks. In this article, we will explain how we overcame WordPress's unreliability by turning it basically into a backend service. More …