Skip to content

Instantly share code, notes, and snippets.

https://expressjs.com/en/guide/routing.html
https://github.com/awslabs/aws-serverless-express/tree/master/example
https://www.amazon.com/Writing-Idiomatic-Python-2-7-3-Knupp/dp/1482372177/
https://github.com/RafeKettler/magicmethods/blob/master/magicmethods.pdf
https://github.com/google/python-fire/blob/master/docs/using-cli.md
@vrgurus
vrgurus / docker.help
Last active March 17, 2018 00:38
docker
docker version
$ docker run debian echo "hello world"
Unable to find image 'debian:latest' locally
latest: Pulling from library/debian
3e731ddb7fc9: Pull complete
Digest: sha256:4fcd8c0b6f5e3bd44a3e63be259fd0c038476d432953d449ef34aedf16def331
Status: Downloaded newer image for debian:latest
hello world