Showing Post From Devops

Python has too many package managers

Python is a wonderful programming language. I’ve used it to build webapps, deep learning models, games, and do numerical computation. However there is one aspect of Python that has been an inexcusable pain-in-the ass over many years.

Read more

Making a Hugo Website The Full Stack Way pt 3 - Basic Infrastructure as Code (IaC) with Terraform

In the previous tutorial, we deployed a Google Cloud Storage bucket my manually click a bunch of items in the Google Cloud website to create resources in the cloud.

Read more

Making a Hugo Website The Full Stack Way pt 4 - CI/CD with Github Actions and Terraform

In the previous tutorial in our multi-part series on making a static website, we deployed a Google Cloud Storage bucket using Terraform.

Read more

Making a HUGO Website The Full Stack Way pt 2 - Deploying to Google Cloud

This tutorial is mainly interested for folks deploying their static HUGO site manually to Google Cloud along with a domain name (such as www.

Read more

Making a HUGO Website The Full Stack Way pt 1 - Making the Site

This first tutorial in our series is focused on making a HUGO static website. The official quickstart tutorial is an additional excellent resource.

Read more

Using Cloudflare for (free) HTTPs

If you’ve completed the making a Hugo Site the hard way blog series, you may encounter an annoying issue. Your blog will probably be unsecured on HTTP rather than the encrypted HTTPS.

Read more