Angular Standalone Components

AI in games: AlphaZero plays Connect Four

Our AI employs the famous AlphaZero algorithm which beat the world’s best Go player in 2016.
AlphaZero is a general purpose
…Single page applications with Flask and Angular

(De)serialization in SQLAlchemy

Motivation
Data that is sent or received by web applications is usually transferred via the HTTP protocol. The data is sent as byte array and therefore needs to be transformed to a standard format like JSON or XML. The transformation …