Skip to content

force push

Latest Posts

subscribe via RSS
Triggering Cloudflare Cache Purging with Netlify's Post-Deploy Hooks and a Google Cloud Function in Go

| Go, Netlify, Google Cloud, Cloudflare, middleware | 6 min read

I had been putting off some gnarly dependency upgrades for over a year and finally got around to it last week, after a few false starts of… Read more...

Go Package CI/CD with GitHub Actions

| Go, CI/CD, GitHub Actions | 9 min read

In a previous post, I wrote about how I implemented CI/CD checks and autoreleases for the Python implementation of my random-standup program… Read more...

Python Package CI/CD with GitHub Actions

| Python, CI/CD, GitHub Actions | 10 min read

In a previous post, I alluded to having pure CI/CD checks and autoreleases for my random-standup program. I wanted to ensure that: Each… Read more...