architecture Containers: Technology Landscape This post looks at the history of containerization and shows the technology landscape that makes it possible.
architecture ASP.NET Core API Versioning There are several versioning strategies that can be used to version ASP.NET Core APIs. In this post we will have a look at the various versioning strategies, how to implement them, and configure Swagger.
architecture Blue-Green Deployments with Containers and Traefik Minimising downtime when deploying a new version of your application is not an easy feat. In this post we will explore the blue-green deployment strategy.
architecture Designing a Microservice Chassis: Health Checks A microservice chassis provides two things, build logic and cross-cutting concerns to the services that are built on top of the chassis. In this post we'll look at Health Checks.
architecture Designing a Microservice Chassis: Externalized Configuration A microservice chassis provides two things, build logic and cross-cutting concerns to the services that are built on top of the chassis. In this post we'll look at the externalized configuration.