February 26, 2021
Producing a good library goes beyond writing code. This post looks at the tools and practices you can you use to level up your libraries, improving quality and security and increasing adoption and engagement.
August 16, 2020
The bedrock of any successful company is its people. In order to scale you must think longer term and make informed hiring decisions to ensure that you hire the right people when you most need them.
This article offers advice for engineering and product managers in rapidly growing organisations.
June 15, 2020
This post looks at the different ways you can query DynamoDB using the .NET SDK including using the lower level APIs to support pagination.
June 12, 2020
Put your .NET Core Docker images on a diet with by combining self-contained applications, assembly trimming and multi-stage Docker builds.
June 10, 2020
IOptionsMonitor is a feature of the .NET Core Configuration system that provides access to configuration options, even if they change at runtime. This post looks at how to test code that uses IOptionsMonitor.