Why the C# Record type is important
C#'s new Record type is more than just syntactic sugar, it is a sign of the changing tides of code architecture.
Stop Using test@test.com To Test Your Application
Implications of sending test data to an unknown third party, and what you should do instead
What is The Cheapest Tech Stack in 2020?
Building a tech stack based only on running costs
Adding Syntax Highlighting to Gatsby MDX with Prism
How to use PrismJS to add syntax highlighting to Gatsby pages
IEnumerable Is Not A List!
Demystifying the IEnumerable interface in .NET
Five Ways To Code More Defensively
Stay friends with your co-workers by writing defensive code they cannot break
When To Write Comments In Your Code
…and when you probably don't need to bother
Dependency Injection in Console Apps (C#)
Smart argument binding and DI in .NET Core Console Apps
The .NET Venn Diagram
How moving your code to .NET Standard can help you migrate to dotnet core