Featured Projects
La Ferme du Bois Gasnier
Small business website for a pork producer in France
Echecs France
The easiest way to find local chess tournaments and clubs in France.
Chess Scribe
Convert your chess PGN files into a publishable PDF
Plant ID Bot
A Discord bot that identifies plants from images of their organs.
Latest Posts
Utilising Bitwise Operators in JavaScript, by Building a RGB to Hex Colour Convertor
A Real World Example of Bitwise AND, OR, and Left/Right Shift.
Using Bitwise XOR to Solve the 'Lonely Integer' Problem
The Lonely Integer problem is a common coding challenge used to test your ability to count or filter numbers in an array, with the goal of isolating the number which appears only once.