The source code for this post can be found on GitHub. In my previous post on neural networks we went...
I asked Claude to recreate the classic 1986 game Thrust for me in the browser. It created slop but...
Over the past few weeks I’ve been building a fully-playable 8-bit virtual console from scratch — CPU,...
I thought it might be fun to convert my F# version of Wolfenstein 3D (code here, playable in the...
If your Azure Functions applications grow beyond a handful of functions you'll want to think about how you organise your application. In this post we'll look at one way you can achieve a clean serverless codebase in C#.