Blog


An inverse 'defer' pattern in Go

The Go programming language provides a defer keyword, which registers a statement to be executed after the current function returns. This is useful for a variety of purposes, including situations where you are performing a task that involves multiple setup steps, and you want to gracefully tear down what you... [Read More]

A note on good fortune

(This post was written & published on April 1st, but no, it’s not some April Fools thing, it’s 100% sincere. I’m not gonna wait to publish it tomorrow or something just because today happens to be Annual Prank Day.) [Read More]
Tags: blog career life