This blog post is based on the HackerRank Interview Preparation Kit array New Year Chaos problem. HackerRank provides programming challenges …
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.
-
-
This post is based on the HackerRank Interview Preparation Kit Arrays: Minimum Swaps 2 question. HackerRank provides programming challenges that can be …
-
This post is based on the HackerRank Interview Preparation Kit Arrays: Left Rotation question. HackerRank provides programming challenges that can …
-
.NetProgramming Challenge
[.Net HackerRank Challenge] 2 Dimensional Array Hourglass Sum
by Trentby TrentThis blog post is based on the HackerRank Interview Preparation Kit 2D Array – DS question. HackerRank provides programming challenges …
-
2. Indexing in OpenSearchOpenSearch
[Tutorial] Creating an OpenSearch Custom Analyzer
by Trentby TrentOpenSearch comes with a rich set of built-in analyzers. As we explored in our indexing the OpenSearch Text Field Data …
-
2. Indexing in OpenSearchOpenSearch
[Tutorial] Indexing the OpenSearch Text Field Data Type
by Trentby TrentThis article will explore the OpenSearch Text field data type using samples from the CodeSloth GitHub code sample repository. These examples …
-
What is technical debt, and why do tech companies often seem to care so little about it? Unfortunately, many software …
-
.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 StartedElasticSearch
[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. …