Recent posts

Canonical URLs in an HTTP API

2 minute read

When you are building an HTTP API, you need to make sure your endpoints have a canonical URI structure. You can describe a canonical URL as your preferred en...

Override docker-compose port numbers

1 minute read

When you are using a docker-compose yaml file, you basically describe how your containers need to run and interact with each other. Part of this are the port...