Page Archive

Creating this blog

A series about how I built this website with Jekyll, GitHub Pages, Dev Containers, and the tools around it.

Testing ASP.NET Core applications

Practical approaches to testing ASP.NET Core applications at different boundaries, from individual handlers to fully hosted applications with authentication, databases, and gRPC.

Developing .NET AWS Lambda functions

Practical approaches to structuring, authoring and observing .NET AWS Lambda functions, from the programming model and event-source handling to OpenTelemetry.