Deviating from the typical code-centric post, I wanted to share my latest keyboard build. It is the Iris from keebio.
Building a Game with SignalR and F#
Read Time: 13 minutesToday’s post is a brief example of how to implement a game using F# and SignalR. Creating a game for bots to play doesn’t have to be overly difficult. Since interesting emergent qualities can arise from simple rules, it makes for a fun way to show off SignalR, beyond the standard chat application. As this post will show, F# and SignalR work well together to create a nice communication framework without requiring a complex setup.
F# and ML.NET Sentiment Analysis
Read Time: 13 minutesAn Introduction to Chiron
Read Time: 17 minutesF# Benchmarking
Read Time: 6 minutesOccasionally the need arises in an F# project to perform benchmarking. BenchmarkDotNet is a powerful tool made exactly for this purpose. Today’s post provides an introductory look into the process.