What is technical debt, and why do tech companies often seem to care so little about it? Unfortunately, many software …
Trent

Trent
Trent is a Staff Software Engineer and proud Code Sloth living high in the tree tops of Sydney. Over a decade of industry experience has taught this furry little coconut head that simple solutions trump technical wizardry in monoliths through to microservices. This blog is an expression of his passion for engineering in the hopes of helping other emerging Code Sloths alike.
-
-
.NetVisual Studio
Visual Studio Code Coverage with Fine Code Coverage Visual Studio 2022 Extension
by Trentby TrentVisual Studio code coverage tools are only available in the Enterprise edition. This is likely out of reach for most …
-
C# IDisposable Interface is an excellent tool for managing the cleanup of resources in a class. Did you know that …
-
1. Getting StartedOpenSearch/Elasticsearch
[Tutorial] Running ElasticSearch Locally in Docker
by Trentby TrentThis tutorial will demonstrate how to run an ElasticSearch Docker image in containers for both single and multi-data node configurations. …
-
Dearest Gentle Reader, While today marks the end of our test refactoring journey, we still have much ground to cover. …
-
We made some substantial progress on the testability of our code during the last article when we removed our dependency …
-
Programming directly against a C# concrete class is one of the easiest ways to degrade the unit testability of your …
-
Welcome to the second post in the .Net Unit Testing series: escaping the sticky trap of infinite or C# CancellationToken …
-
Welcome to the first post in the Dot Net Core Unit Testing series! In this post we will take a …
-
.NetFeaturedSloth SeriesTest Refactoring
[Series] Your .Net Unit Tests Are Judging You: Why You Should Listen to them
by Trentby TrentI’ll just do a little more manual regression testing… Is unit testing C# code tedious or difficult? So tedious or …