# Blog

Achieving superhuman performance in the board game Squadro using AlphaZero on a single computer with no GPU

AlphaZero is an algorithm created by Deepmind that showed impressive performance in multiple games. In this publication, I explain how I replicated the algorithm starting from the official publications and applied it to a moderately complex board game, Squadro, using a single computer with no GPU.

Read more

Introduction to microservices

If you just started in the microservices world, there are not a lot of documentation and examples. In this post, you will learn to launch your first microservices on Kubernetes, manage them with Istio, and build a clean workflow, from local development to production release.

Read more