It all starts when one learns about the go keyword to spin up a goroutine: package main import ( "net/http" ) func main() { go doTheThing("http://a.testing.url.not.real") } func doTheThing(url
Recently I was tasked with finding out how many teams used a feature that we (the developer-productivity team) wanted to deprecate, so naturally we'd just rather grep for FOO=60 throughout the entire
Why do this anyway?So to start this off - I've been a happy user on Vultr for about a year. honestly they are a standup VPS provider with cheap prices and some
One of the biggest things that I (and others I would assume) miss about docker when switching over to podman is that magic --restart=always flag. Basically that config flag tells the daemon
In my last post I talked about how it's getting harder to find Rails programmers as well as the initial replacements I had come up with for our re-implementation of our API. In