Skip to content

ArroyoLabs/meetups

Repository files navigation

meetups

Example code for sharing

any issues or questions please email us at info@arroyolabs.com

Docker and Golang

/golang_docker - This is an example of how to use docker to do golang development

To try it out cd to the folder and run:

`docker-compose up &`

/golang_docker_glide - Official golang container with glide dependency manager added

To try it out cd to the folder and run:

`docker-compose up &`

/golang_docker_ubuntu - Ubuntu image with Golang and glide

To try it out cd to the folder and run:

`docker-compose up &`

D3 + Meteor talk

/d3demo

D3 + PHP

/d3demo-php