Context For the last 3 years, we have used Terraform to manage our cloud infrastructure. Infrastructure as Code (IaC) tools, like Terraform, improve stability, security, and agility by making infrastructure changes repeatable and auditable. The main advantages of Terraform over other IaC tools are its multi-cloud support and widespread adoption. To ensure quality, all codeContinue reading “Terraform with Git Branches”
Author Archives: Sam Hjelmfelt
OneDrive Backup to S3
We use Onedrive extensively for file storage. Microsoft ensures the durability of files in the event of infrastructure events (e.g. hardware failures), and it provides a versioning system for restoring old files. However, the versioning system is incomplete with files not always being available, and it does not provide a good way to restore largeContinue reading “OneDrive Backup to S3”
CI/CD at Trellis HFL
At Trellis Housing Finance Limited, we are building our systems using the latest technology principals. In this blog, we will discuss our CI/CD process. DevOps and CI/CD are two related terms that are loosely defined with a variety of opinions on what they represent. I like the Wikipedia definitions: “Continuous integration (CI) is the practiceContinue reading “CI/CD at Trellis HFL”