Browsing Tag
cicd
41 posts
Our SwiftUI snapshot tests passed locally but failed on CI. Here’s the actual fix.
500+ snapshot tests, all green on every developer’s Mac, all red on GitHub Actions. Sound familiar? The common…
gomod-age: A Simple CI Gate Against Go Dependency Supply Chain Attacks
The Problem Nobody Talks About Until It’s Too Late Here’s a scenario that keeps Go developers up at…
What Do You Depend On? When the Chain of Trust Breaks
Most teams rely on more than just their application code to ship software. What happens when one of…
Code Quality Checks and Deployment with GitHub Actions
“The XP philosophy is to start where you are now and move towards the ideal. From where you…
Does Apps Script need CI/CD? — What happens after your scripts multiply.
One Apps Script project is easy. Ten scattered across an org is a mess. Here’s how consistent constraints…
Amazon Q x GitHub Actions: Enhancing Your CI/CD Pipeline with Generative AI
Introduction Modern CI/CD pipelines face a major bottleneck—slow manual code reviews, delayed security feedback, and the dreaded cost…
Creating Multiple AWS EventBridge Rules Using CDKTF and a Config File from S3
When working with AWS EventBridge, it’s common to create multiple rules with different schedules, targets, and configurations. Initially,…
Part 01: Building a Sovereign Software Factory: Docker Networking & Persistence
GitHub: https://github.com/InfiniteConsult/0005_cicd_part01_docker TL;DR: In this first installment, we reject the fragility of default Docker environments. We build a…
Another E2E Solution delivered. This time with CI/CD, AWS EventBridge and ECS Fargate
To wrap up the year, I built my latest E2E project. It is a side project however it…
Migrating Metabase Content Between Instances: A Production-Ready Solution for Data Teams
Overview Migrating Metabase dashboards, questions, and collections between instances is notoriously difficult due to database ID mismatches, permission…