Skip to content

Instantly share code, notes, and snippets.

@msingle
msingle / go-oci8 on win64.md
Created May 18, 2018 12:53 — forked from mnadel/go-oci8 on win64.md
go-oci8 on windows64
@msingle
msingle / dc_2017_biblio.md
Created May 23, 2017 09:55 — forked from BaseCase/dc_2017_biblio.md
List of resources recommended or mentioned by the speakers at Deconstruct 2017

Deconstruct 2017 Bibliography

Here are all of the resources mentioned by Deconstruct 2017 speakers, along with who recommended what. Please post a comment if I missed something or have an error!

DC 2017 Speakers' Choice Gold Medalist

  • Seeing Like a State by James Scott

Books

  • Public Opinion by Walter Lippmann (Evan Czaplicki)
  • A Pattern Language by Christopher Alexander (Brian Marick)
  • Domain Driven Design by Eric Evans (Brian Marick)
@msingle
msingle / Dockerfile
Created May 14, 2016 16:23 — forked from yefim/Dockerrun.aws.json
Build a Docker image, push it to AWS EC2 Container Registry, then deploy it to AWS Elastic Beanstalk
# Example Dockerfile
FROM hello-world
package main
import (
"fmt"
"io"
"log"
"os"
)
var target_path string