Google Cloud Build Deploying Hugo Site

GCP Cloud Build requirements *Optional Google Project Cloud Build Container Registry *Source Repository Docker git *Firebase *Netlify *GitHub *gcloud CLI Starting the process Go to the project you want cloud build to deploy to and add cloudbuild.yml. Please read the GCP docs if you need help with the config. cloudbuild.yml is the file which will control your build process within GCP. note: if you are using a theme you will want to add a step to download the template....

May 24, 2022 · 4 min · BB

The 40 Minute Rule

The 40-minute rule My first project for an external customer he had a single rule. The 40-Minute Rule. The rule was essentially any task should not take longer than 40 minutes. Now what did that mean to me and the team I was working with at the time. Well I took it literally, being tasks could not take longer than 40 minutes, and in essence all the work I did, broke this rule....

May 12, 2022 · 1 min · BB

Remote Development Environment

What is a Remote Development Environment I see a remote development environment as a workspace somewhere else. Weird explanation I know. The somewhere else, could be a container running on your machine, your home lab, a cloud, your infrastructure anywhere you see fit. A very broad specification list, I know, one I do believe is worth thinking about. Requirements I personally have for a remote development space. It should not have to be managed by you BUT can be It should be ephemeral Easy to set up and destroy OS Independent It should be IDE independent....

April 14, 2022 · 5 min · BB