Reading List

The most recent articles from a list of feeds I subscribe to.

Social media break

A few years ago I deleted my Facebook account, and now I feel like it’s time for the next step: Twitter; but nothing as drastic as deletion just yet.

Social media break

A few years ago I deleted my Facebook account, and now I feel like it’s time for the next step: Twitter; but nothing as drastic as deletion just yet.

Scrape, Scrape

My book has been getting more and more reviews and ratings on Amazon and Goodreads. Instead of obsessively refreshing the page I figured it might be cool to collect reviews from different sources and have them sent as a summary email each day.

Scrape, Scrape

My book has been getting more and more reviews and ratings on Amazon and Goodreads. Instead of obsessively refreshing the page I figured it might be cool to collect reviews from different sources and have them sent as a summary email each day.

Testing external API calls in Go

Intro

Both testing methods described here can be found in this repository. Be sure to run go generate before go test for the mocks to be generated. Otherwise, the mocking approach test described below will not work.