- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.
Optimising ASP.NET Core apps in Docker - avoiding manually copying csproj files (Part 2)
In this post I show how you can optimise your ASP.NET Core Dockerfile for restore without having to list every project or create a tarball using scripts…

How to create a Helm chart repository using Amazon S3
In this post, I'll show how you can use an AWS S3 bucket to host a Helm chart repository, how to push charts to it, and how to install charts from it.…

Fixing Nginx "upstream sent too big header" error when running an ingress controller in Kubernetes
This post describes how to fix the error "upstream sent too big header while reading response header from upstream" when using an Nginx ingress in Kubernetes…

Optimising ASP.NET Core apps in Docker - avoiding manually copying csproj files
In this post I show how you can optimise your Dockerfiles for dotnet restore, without having to manually specify all your app's .csproj files individually.…

Handy Docker commands for local development - Part 2
This is a follow up to my previous post, You'll see how to view and clear the space used by docker and how to speed up your builds by minimising the context…

Handy Docker commands for local development - Part 1
This post includes a grab-bag of Docker commands, such as how to examine filesystems, hot to copy files around, and how to avoid having to type "sudo".…

