The stuff I do

Welcome to my corner of the internet!


I am statox, a software engineer since 2016. On this blog you can find my technical writtings, my side projects as well as other stuff I do.

Check the About page if you want to know more about me or this site.

Popular posts

The articles I wrote which attracted the most readings. Arguably the most interesting stuff I wrote.

Latest posts

See all the 33 posts...

Latest projects

See all the 56 projects...

Sudoku

Some fun around the game of sudoku:
  • A grid generator using the Wave Function Collapse algorithm
  • Two different solvers using DFS and a human-like approach
  • A complete game interface with hints and the ability to take notes
  • And some unfinished experiments around computer vision to try to parse a grid from a picture
In addition to the algorithmic part the front end work was pretty challenging but I'm happy with the result.

Song Book

Reimplementation of he songbook which used to be on this book with the use of a backend API to track the links I click and more ways to sort the links.
Back to top