djmetzle.io

Terraform List Comprehensions

30 September, 2020

Terraform list comprehensions are very powerful! They can be useful to craft custom outputs.

It took me some time to really grok the way these work. Hopefully, this can help someone else out in the future.

read more...

Gatsby SEO

27 March, 2020

I had noticed that this new website was not showing up in Google results. I should probably set up all of the Gatsby SEO features!

read more...

The Great Gatsby

26 January, 2020

After much todo and from-scratch blog building, we've got something that looks like a blog!

But how does it work? Let us investigate...

Gatsby as a framework is designed to handle traversing a graph of pages. That is a non-trivial abstraction! It means that the Gatsby framework is transparently handling routing and rendering for us.

read more...