David SinclairClearing Up Misconceptions: The Role of Events in Event-Driven Architecture (EDA)IntroductionMay 19May 19
David SinclairFaster Rust builds on WindowsI got off a meeting at work a bit early and decided to see what could be done to speed up the Rust build process on Windows. The advice on…Feb 4, 20211Feb 4, 20211
David SinclairFaster Rust builds on macOSAfter working on a Rust project for a client, I must admit that the build times eventually got the best of me. Being a polyglot developer…Feb 2, 2021Feb 2, 2021
David SinclairWebSockets with Giraffe and F#The age of polling a server to get data is long gone but I still see it on the web from time to time and it really annoys me. In this post…Dec 24, 20174Dec 24, 20174
David SinclairJSON Web Token with Giraffe and F#So, you have an endpoint and now you want to secure it. A simple way to do this is by using a JSON Web Token (JWT). Hang tight and I’ll…Dec 22, 20172Dec 22, 20172
David SinclairF# with .NET Core 2.0.4 and SqlProviderWith the release of .NET Core 2.0.4 it’s finally possible to use SqlProvider on a netcoreapp2.0 project against a Microsoft SQL Server…Dec 14, 20172Dec 14, 20172
David SinclairGo arm64/aarch64 buildsI spent the last weekend writing an automated build system for arm64/aarch64 Go builds. When there is a new release of Go it should appear…Nov 6, 2016Nov 6, 2016