Skip to content

Dusted Codes

Programming Adventures.

  • By Dustin Moris Gorski
  • Based in United Kingdom
  • Roughly two posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2015 16
2016 17
2017 7
2018 7
2019 1
2020 3
2021 5
2022 5
2023 2
2024 0

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

.NET Blazor
.NET Blazor has been touted as a revolutionary framework that allows .NET developers to build interactive web applications using C# instead of JavaScript. It's mainly aimed at ASP.NET Core developers who want to build SPA-like …
On , by s (Dustin Moris Gorski, 2,532 words
Creating a pretty console logger using Go's slog package
I had the privilege of attending GopherCon UK last week, and among the many captivating talks, one that stood out to me was "Structured Logging for the Standard Library" presented by Jonathan Amsterdam. The presentation …
On , by s (Dustin Moris Gorski, 1,911 words
How fast is ASP.NET Core?
In recent years the .NET Team has been heavily advertising ASP.NET Core as one of the fastest web frameworks on the market. The source of those claims has always been the TechEmpower Framework Benchmarks. Take …
On , by s (Dustin Moris Gorski, 4,221 words