Skip to content

Tag: go

Functional options in Go

A while back, someone made a PR related to some code I’d written to make a bit of functionality optional,…

View more

Notes on Differential Privacy

I recently saw an interesting demo at work about differential privacy, and thought I should write down some notes! (and…

View more

How Terraform’s simple graph concepts deploy complex infrastructure as code

In October, I spoke “at” All Things Open (virtual for 2020). I worked for weeks on my talk, and ……

View more

Excluding files in git grep

I often use git grep to search around my files because I’m more used to it than other searching tools…

View more

Printing out a struct in Go

Alright, this is very much “solely so it’s easy for me to find it”. For lots of string formatting, Go…

View more

Things (in Go) I’ve been learning this week

Earlier this week, I was replicating an issue that involved creating 1000 Terraform workspaces in S3, and I ended up…

View more

Using “replace” in go.mod to point to your local module

If you want to say, point to the local version of a dependency in Go rather than the one over…

View more

Thoughts on Go slices and beginner’s mind

Beginner’s mind can be such a gift, if I can get over myself to enjoy it. I think some of…

View more

Let’s Go Video: Whats New in VS Code for Go

This week, I watched a video on VS Code, which is timely since I recently started using it. As a…

View more

Let’s Go Video: Observability in the Kitchen: Improve Your Breadmaking Skills w/OSS!!

Read more > Let’s Go Video: Observability in the Kitchen: Improve Your Breadmaking Skills w/OSS!!
View more