Kubernetes Pod(s) Stuck in ContainerCreating
September 28, 2023When spinning up a large number of new pods such as with a release or scaling event you may encounter pods stuck in a ContainerCreating…
Orchestrating RuboCop Diagnostics via Solargraph
May 28, 2023As developers, we are constantly striving to improve our coding practices, maintain code quality, and increase productivity. In the Ruby…
Profiling memory of a .NET application in a Windows Docker Container
May 02, 2021At Mindbody, we made a recent push to containerize and ship our .NET framework applications to an AWS hosted Kubernetes cluster. We used…
The `TOP 1` Threat
February 02, 2021Admittedly, 'Threat' is an extreme word to use but is worth the buzz, right? This article stems from a comment a coworker posted on a…
Pre-Rendered Webpages and Jamstack: An Introduction
November 12, 2020The use of a SPA application for website development has reigned supreme for several years now and before that MVC web applications were all…
Terminals on Windows - A 7-Year Search
September 04, 2020If you had asked me in 2012 to describe the Windows developer experience in 2020 I would have never used the adjective, appealing. Microsoft…
Deserializing Derived Types in a .NET Core 3 API
June 07, 2020As your .NET API matures you may find it lacks the ability to operate on a request that has a resource with multiple possible forms. As a…