c-sharp C# - Sealed and internal - how to use in unit test? Shows how to create a new instance of a sealed class without any public constructors. Reflection to the rescue!
aws AWS Lambda - Python + PIP packages = true How to run a AWS Lambda function written in Python with PIP packages
asp.net core ASP.NET Core - Tips and Tricks - Swagger Part 1 Shows how to configure authentication/authorization in the Swagger UI when using ASP.NET Core and Swashbuckle
dotnet core Dotnet Core - Custom ConfigurationProvider for Docker Swarm Secrets Shows how to read secrets stored in your docker swarm and use it as configuration in your dotnet core application