Browsing Tag
cicd
44 posts
🌱 Keep Feeding Your CI/CD — Or Watch It Die
Initial thoughts A pipeline has a metabolism Anatomy of a starving pipeline The maturity ladder we’re stuck on…
How to Test MCP Servers Before They Break Your CI
Most teams install an MCP server and hope it works. That is how you get 3 AM pages.…
Introducing @accesslint/jest: progressive accessibility testing for Jest
This post is for the team rolling out accessibility testing: developer tooling, CI platform, design systems, frontend tooling,…
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,…