- https://hackernoon.com/a-primer-on-blockchains-protocols-and-token-sales-9ebe117b5759
- https://hackernoon.com/tokens-at-the-gate-what-happens-after-the-icos-5cd013f37782
- https://hackernoon.com/icos-for-dummies-like-me-1e82a8bc27f4
- https://medium.com/l4-media/making-sense-of-cryptoeconomics-c6455776669
- https://hackernoon.com/the-cryptocurrency-trading-bible-43d0c57e3fe6
- https://hackernoon.com/the-cryptocurrency-trading-bible-two-the-seven-deadly-sins-of-technical-analysis-cacd04f916b3
This file contains hidden or 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
| steps: | |
| # build steps | |
| - name: 'gcr.io/cloud-builders/docker' | |
| args: ['pull', 'gcr.io/$PROJECT_ID/project:latest'] | |
| - name: 'gcr.io/cloud-builders/docker' | |
| args: [ 'build', '--cache-from', 'gcr.io/$PROJECT_ID/project:latest', '-t', 'gcr.io/$PROJECT_ID/projetc:latest', '-t', 'gcr.io/$PROJECT_ID/project', '.' ] | |
| - name: 'gcr.io/cloud-builders/docker' | |
| args: [ 'tag', 'gcr.io/$PROJECT_ID/project', 'gcr.io/$PROJECT_ID/project:stable-v-$TAG_NAME'] |
- https://buoyant.io/2016/10/04/a-service-mesh-for-kubernetes-part-i-top-line-service-metrics/
- https://sleeplessinslc.blogspot.com.br/2017/09/service-mesh-examples-of-istio-and.html
- https://istio.io/blog/istio-service-mesh-for-microservices.html
- https://medium.com/@DockerTurtle/service-mesh-the-nervous-system-of-microservices-9393ed1ffa5c
- http://philcalcado.com/2017/08/03/pattern_service_mesh.html
- https://buoyant.io/2017/04/25/whats-a-service-mesh-and-why-do-i-need-one/
This file contains hidden or 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
| FROM microsoft/dotnet:1.1.2-runtime | |
| ADD . /app/Service.Authentication.Identity | |
| COPY appsettings.json /var/cedro/configs/ | |
| ENTRYPOINT dotnet /app/Service.Authentication.Identity/Service.Authentication.Identity.dll |
- Site Reliability Engineering: How Google Runs Production Systems
- Operating Systems
- Operating Systems: Three Easy Pieces
- How Linux Works, 2nd Edition
- Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation
- [Systems Performance: Enterprise and the Cloud](https://www.amazon.com/gp/product/0133390098?ie=UTF8&tag=deirdrestraug-20&linkCode=as2&camp=1789&creative=390957&creativ
This file contains hidden or 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
| kernel: | |
| image: "linuxkit/kernel:4.9.x" | |
| cmdline: "console=ttyS0 page_poison=1" | |
| init: | |
| - linuxkit/init:63eed9ca7a09d2ce4c0c5e7238ac005fa44f564b | |
| - linuxkit/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9 | |
| - linuxkit/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b | |
| - linuxkit/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 | |
| onboot: | |
| - name: sysctl |
This file contains hidden or 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
| sudo apt-get update | |
| sudo apt-get install \ | |
| python-dev \ | |
| python-pip \ | |
| python-virtualenv | |
| virtualenv findbots | |
| source findbots/bin/activate | |
| curl -O http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz |