Skip to content

force push

Go

View all tags
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 | 4 min read

In my Netlify deploy config, I had a couple of options for triggering the Cloudflare endpoint Read more...

Go Package CI/CD with GitHub Actions

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

I wanted to ensure that: 1. Each change I make to my program won't break existing functionality (Continuous Integration), and 2. Publishing a new release to pkg.go.dev is automatic (Continuous Delivery/Deployment). Read more...

Writing a Simple CLI Program: Python vs Go

| Python, Go, CLI, CI/CD | 9 min read

Once again, Python was not as simple as Go. Read more...