Recent Posts

Pyenv to the rescue

1 minute read

I recently switched to Debian testing again so as to be able to use Python 3.6 among other things.

AWS CodePipeline with Bitbucket

1 minute read

At work I needed to deploy an application using AWS CodePipeline but the repository where the code is located is in Bitbucket.

Dynamic configuration blocks in Terraform

1 minute read

One of the things I had to resolve was the fact that in Terraform there are configuration blocks that, depending on the options may have different par…