Bio
Hi! I’m a Gopher that came from the Ruby world. You can usually find me excitedly talking about something related to Go, performance, security, crypto, Git, or Vim. I currently write Go for Mattel. I’m also a former co-organizer of the Boston Ruby Group. When I’m not busy creating goroutines, I’m outside skiing down mountains if there’s snow on the ground and attempting to hike up them if it’s summer.
My Talks
Monitor Anything Using Colly and Prometheus
Screen scraping provides the means to extract data that you can't get any other way. We'll tour the packages in Go available to scrape content and examine a case study of extracting metrics from an...
Working with MQTT in Go
MQTT is a better way for your Go applications to communicate with IoT devices. Using the `paho.mqtt.golang` library, we'll query some example sensors through an MQTT broker, explaining concepts of ...