Lorenzo's Blog About me

Latest blog posts about Cloud

Exploring Immutable Infrastructure with Vault

On: 2020-03-21 - Reading Time: 6 Minutes

During the last year, I have been curious about Immutable Infrastructure. After researching, I noticed that I had been applying some of these concepts already to stateless Docker containers, and I wanted to do a practical project with it. So I thought about exploring Immutable Infrastructure and use it to deploy Hashicorp Vault.

Continue reading...

How to use Cache Headers to speed up your website with Django and CloudFlare

On: 2015-02-02 - Reading Time: 2 Minutes

Since I started working at bigger startups, like MinbilDinbil, I had to face the problem of providing pages to a larger amount of users every day. For this reason, it is really important to use a CDN service like CloudFlare, in order to provide a good user experience on our website: we don’t want our clients wait too much to load the homepage! How do we do that? The author of GNU grep once said:

Continue reading...