On the Etiquette of Pull Request Comments
Commenting on a pull request is fraught with potential pitfalls. Here is a short guide to the etiquette of writing pull request comments.
Commenting on a pull request is fraught with potential pitfalls. Here is a short guide to the etiquette of writing pull request comments.
I am very thankful for being awarded as an Open UK 2022 Honouree. Open UK is an organisation funded by tech companies to lobby the UK government in favour of open source.
How I started live streaming my learnings on C#, .NET, ASP.NET Core and beyond to YouTube and Twitch.
How to optimally configure Open Telemetry traces for ASP.NET Core enriched with lots of extra information.
I tried using C# 10 implicit using statements and found that they had a fatal flaw which meant you couldn't use them under certain circumstances
The Windows Package Manager or winget has recently got quite good with the version 1.1 release. Here is my new machine setup script
You can now create .NET Boxed projects directly from Visual Studio. Here's a short post showing you how.
What is the correct level of code coverage for your project and what tools are best for quickly writing unit and integration tests for a frontend application.
Web components have certain gotchas with relation to custom elements and CSS. This post goes through them all and shows how you can avoid them.
Getting to grips with CSS is difficult. This post describes some general rules of thumb that can guide you down the right path to success.