Background

Our Blog

Insights, updates, and stories from our team

Browse by Category

Discover articles grouped by topic

Articles in Automation

From Chaos to Control: My Git Pull Automation Story
5 min read

From Chaos to Control: My Git Pull Automation Story

Tired of the chaos of managing hundreds of Git repositories manually, this article's author created a simple yet powerful Bash script to automate and validate the synchronization process. The script provides a clear, safe, and efficient way to pull updates across multiple projects, prioritizing validation and user experience over complex, heavyweight tools

CI/CD for Google Cloud Functions in a mono repo
5 min read

CI/CD for Google Cloud Functions in a mono repo

This article details a solution for implementing a CI/CD pipeline for Google Cloud Functions within a single mono-repository. It addresses the challenge of efficiently deploying over 500 functions by using a GitHub Actions workflow. The solution is designed to automatically identify and deploy only the changed functions after a code push, which optimizes build time and resource usage. The guide walks through structuring the mono-repo, building the workflow trigger, identifying changed functions with git diff, and deploying them iteratively using a GitHub Actions matrix.

Background

Stay in the loop

Need to know more? book a consultation meeting now