Projects

drunkpoker Drunk poker — We spent quite a lot of time on zoom with my friends during the 2020 lockdown. As it is tradition in the french engineering schools, we played drinking games. DrunkPoker is an online drinking poker game, written in elm and python. If you prefer dry fun, it's also a good place to play poker with your friends.
sand Cpp grepCpp grep allows you to look for attributes in nested structures in just a function call. If you see nested classes and std containers as the file system, it's equivalent to grep -R search_for in_directory, but search_for is a predicate and in_directory your top level class. Very useful in tests for instance, because your tests become resilient to re-organising you class structure.
sand The Sally-Anne experiment — The Sally-Anne test is a psychological test to assess social cognitive abilities. Based on the design from my partner, researcher at UCL, I developed and deployed the Sally-Anne test online. Written in react and django.