Nolan Sedley's Development Blog

moon indicating dark mode
sun indicating light mode
Hello, I am Nolan! I currently develop as a software engineering manager at Appfolio Investment Management. I am especially well-versed in .NET and JavaScript development and have been recently making strides in Ruby. Find more information about my career experience at LinkedIn and GitHub.

Kubernetes Pod(s) Stuck in ContainerCreating

September 28, 2023

When 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, 2023

As 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, 2021

At 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, 2021

Admittedly, '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, 2020

The 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, 2020

If 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, 2020

As 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…