Making Pong with Go and WebAssembly

TL;DR For those of you in a hurry: I made a version of the classic Pong game using Go and WebAssembly. I then embedded that game on my website. Warning: it works only on desktop now (no handling of touch). Here is the game, enjoy: Why WebAssembly WebAssembly is a relatively new standard on web browsers. From the Wikipedia page: The main goal of WebAssembly is to enable high-performance applications on web pages, but the format is designed to be executed and integrated in other environments as well.
Read more →

Hello World

This is the first post I write in a while… I had started writing a personal blog around 3 years ago. I wrote a couple of articles at the end of 2016 in order to showcase some data analysis, visualization and code work I’d done, then left it aside for quite a while as I was starting to work full-time on Moona and things were getting very busy. A lot of things have happened since then and I want to put some stories and thoughts into writing for whoever might find it interesting or helpful.
Read more →