Quickly build and deploy a site with Hugo and Cloudflare Pages

It’s free, fast, and easy to manage: three reasons why I decided to deploy this Hugo site using Cloudflare Pages. Hugo is a static site generator and content management system that allows users to write content in markdown. Cloudflare pages is a free static site hosting service that ensures your site loads quickly from anywhere in the world. Step 1: Hugo Quickstart Step 2: Deploy a Hugo Site Those are the steps!...

March 13, 2024 · 1 min

Managing Infrastructure as Code with Terraform and GitHub Actions

Having infrastructure as code (IaC) means we can better manage software infrastructure components throughout their lifecycles. Terraform provides a way to responsibly manage infrastructure state at scale and has achieved mass adoption in industry as an open-source project. You can tell terraform what exactly you would like to create, and terraform gives you a plan showing the configuration changes that will happen upon approval. Here’s an example of some terraform code that could be used to create a storage bucket in Google Cloud Platform....

March 13, 2024 · 4 min