Skip to content

Instantly share code, notes, and snippets.

@eirikrlee
eirikrlee / gist:c90e729fc0c3de971dc4462dd95ff0a0
Created July 25, 2019 06:29
docker compose integration test
#!/usr/bin/env sh
# define some colors to use for output
RED='\033[0;31m'
GREEN='\033[0;32m'
NC='\033[0m'
# kill and remove any running containers
cleanup () {
docker-compose down
}
@eirikrlee
eirikrlee / introrx.md
Created July 2, 2018 18:55 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing