Home
ilhicas
Cancel

Creating Docker images with Packer with HCL

Since Packer 1.5 HCL2 is supported, and even though its still in beta, and some features are still missing, for those used to HCL writing hashicorp modules, it beats json previous templating. In th...

Serving frontend assets in S3 - React, Angular, Vue, etc..

In this post, we are deploying our static websites (e.g js, css, html) to a S3 Bucket to allow for higher performance and global distribution with lower costs. Motivations S3 is an awesome objec...

Running testcontainers within drone

Given that usually Java tests will be ran inside a CI system, and that drone is gaining momentum given it simplicity, this post tries to briefly show a drone pipeline in yaml that allows for testin...

Using Quarkus with testcontainers

It’s been a long time since my last post as a lot has happened in my life. I’ve changed jobs and my time hasn’t been the same. In this post I’ll explain how to use Testcontainers with quarkus. ...

Conditionally create resources Terraform

So on our last post we used for_each with terraform 0.12.6+ to create multiple resources with a single reference based on a list. In this post we will se how we may conditionally create resources ...