.NET Core 18 July 2019 Creating a single file application in .NET Core Publishing a .NET Core application as a single executable file, and keeping it as small as possible
F# 17 July 2019 Chess in F# Recently I decided to implement a chess engine as a way to explore building a rules engine in F# GitHub link: https://github.com/simon-reynolds/
Continuous Integration 5 April 2019 TeamCity build times and npm When npm install is taking too long on your build server, npm ci may be jut the command you need