Over the years I've used a few different CI solutions for my humble public projects: Travis, Appveyor, and eventually Azure Pipelines. I initially...
I really enjoyed making a CLI tool to automate cross-posting blog posts to different places. So, I started looking for another platform to add and...
In an earlier post we were looking at the performance of function pointers introduced in .NET 5/C# 9.0. To do that we used BenchmarkDotNet (docs),...
I recently looked at using pjeziorowski's rollout tool to cross-publish to hashnode and devto. Started making a few minor changes. Then considered a...
A while back we covered working with native assemblies. It's worth re-reading to familiarize yourself with the problem and prior solutions. There's...