This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |