
Cloud Build Setup with Private Github Repos and Submodules
I just finished setting up my first automated deployment pipeline from GitHub to Google Cloud...
Tag archive

I just finished setting up my first automated deployment pipeline from GitHub to Google Cloud...

Reusing C++ projects is a bad enough experience. When it comes to the complexity overhead introduced...

This week I have been learning about Git Submodules. Submodules is a tool built into git. It's desig...

My personal blog is made with Hugo, is hosted on Github Pages, and harnesses the power of git submodules to separate source code from live site data. Here's how I did it and how you can use these tools to take control of your site.

In today's post, I want to take a look at how we can keep our Hugo themes up-to-date. The key to this process is using git submodules to track and pull updates to a theme with just a few quick commands.
In the course of deploying my site to AWS Amplify, I ran into a few hiccups, attributable to both my...
The type of work I do requires me to switch between git branches constantly. Over time, I've built a...