• Recent
  • Archive
  • Other 🇳🇱
  • About
Erik Winter A Dutch sotware developer who likes open source, literature, music and a bunch of other things.
  • Unit Test Outbound HTTP Requests in Golang

    July 4, 2020

    In general, when one wants to test the interaction of multiple services and systems, one tries to set up an integration test. This often involves spinning up some Docker containers and a docker-compose file that orchestrates the dependencies between them and starts the integration test suite. In...