Dearest Gentle Reader, While today marks the end of our test refactoring journey, we still have much ground to cover.…
Trent
Trent
Trent is a Technical Lead Software Engineer and proud Code Sloth living high in the tree tops of Sydney. Over 10 years of industry experience have 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.
-
-
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…
-
5. Aggregating in OpenSearchKeywordsOpenSearch
[Tutorial] OpenSearch Keyword Composite Aggregation
by Trentby TrentThis article will use the .Net OpenSearch.Client NuGet package. Prior to completing the tutorial please read the Keyword Field Data Type Indexing…
-
5. Aggregating in OpenSearchKeywordsOpenSearch
[Tutorial] OpenSearch Keyword Adjacency Matrix Aggregation
by Trentby TrentThis article will use the .Net OpenSearch.Client NuGet package. Prior to completing the tutorial please read the Keyword Field Data Type Indexing…
-
5. Aggregating in OpenSearchKeywordsOpenSearch
[Tutorial] OpenSearch Keyword Terms Aggregation
by Trentby TrentThis article will use the .Net OpenSearch.Client NuGet package. Prior to completing the tutorial please read the Keyword Field Data Type Indexing…
-
5. Aggregating in OpenSearchKeywordsOpenSearch
[Tutorial] OpenSearch Keyword Cardinality Aggregation
by Trentby TrentThis short tutorial will cover what an ElasticSearch Cardinality Aggregation is and how to perform it. Cardinality in ElasticSearch is…