by Terrance Smith | Jun 17, 2020 | tech tutorial
TL;DR AWS doesn’t provide a dashboard or user interface to efficiently run multiple Fargate tasks against a container with different inputs. Apache Airflow allows you to define your tasks via Python scripts programmatically. Using the AWS API, via an ECS...
by Headspring | Jun 9, 2020 | news
As its inaugural member, Software Architect Jimmy Bogard will help shape Headspring’s Technical Fellows program. The software company has launched the program to amplify the influence and impact of emerging leaders through technical leadership, thought...
by Jay Otterbein | Jun 5, 2020 | blog
Microsoft has been warning us of a full pivot to .NET 5 this fall, and some of us at Headspring have been trying to help other development teams get ready for the changeover. Microsoft announced the retirement of .NET Framework early in 2019, in favor of focusing on...
by Patrick Lioi | Jun 2, 2020 | tech tutorial
TLDR; As you enable the C# 8 “Nullable Reference Types” feature, you may find that applying the ? and ! type hints isn’t enough. You may see that the compiler needs a few extra clues in order to make accurate conclusions about your code. Thankfully, a number of...