.NET, Postgres and Kubernetes: a match made in heaven?

Iede Snoek
June 28, 2023 0 Comment

Introduction When I started out using .NET development, many years ago, SQL Server was the default database server to be used, and let’s be honest: .NET support for SQL Server […]

Deploying a Go web API on Kubernetes, part 2: The Kubernetes part

Iede Snoek
June 25, 2023 0 Comment

Introduction In the first part of this two-part series we built a small web api, backed by a postgres database. Now the time has come to deploy this to a […]

Deploying a Go web API on Kubernetes, part 1: The API part

Iede Snoek
0 Comment

Introduction After having done some experiments with the Go programming, I really started to like the language, and decided a bold experiment: build a small web API, backed by a […]