VirtualTam's bookmarks
87 bookmarks found
-
ZSH-LOVERS(1)
2018-11-29 -
time - The Go Programming Language
2018-09-23 - https://golang.org/pkg/time/#example_Parse
- https://stackoverflow.com/questions/6589636/date-parsing-in-go
- https://stackoverflow.com/questions/40939261/golang-parse-strange-date-format
- https://gobyexample.com/time-formatting-parsing
- https://medium.com/@Martynas/formatting-date-and-time-in-golang-5816112bf098
-
Kubernetes plugin and examples:
Kubernetes pipeline plugin:
- https://github.com/jenkinsci/kubernetes-pipeline-plugin
- https://jenkins.io/doc/pipeline/steps/kubernetes-pipeline-steps/
Relevant issues:
- https://issues.jenkins-ci.org/browse/JENKINS-48135 - Multiple containers in declarative pipelines
- https://issues.jenkins-ci.org/browse/JENKINS-51353 - Request for volumes in declarative pipelines
Persisting volumes:
- https://kubernetes.io/docs/concepts/storage/persistent-volumes/
- https://cloud.google.com/kubernetes-engine/docs/concepts/persistent-volumes
- https://devopscube.com/persistent-volume-google-kubernetes-engine/
- http://www.monkeylittle.com/blog/2017/02/08/adding-persistent-volumes-to-jenkins-with-kubernetes-volumes.html
- https://stackoverflow.com/questions/48068973/volume-mounting-in-jenkins-on-kubernetes
Declarative pipelines with YAML spec:
- https://github.com/jenkinsci/kubernetes-plugin/blob/master/examples/declarative-multiple-containers.groovy
- https://stackoverflow.com/questions/47470498/how-to-define-multiple-containers-in-declarative-pipeline
Scripted pipelines:
XML (!):
-
Scaling Docker with Kubernetes
2018-09-13 - https://github.com/jenkinsci/kubernetes-plugin
- https://github.com/jenkinsci/kubernetes-plugin/tree/master/examples
- https://issues.jenkins-ci.org/browse/JENKINS-48421
- https://www.blazemeter.com/blog/how-to-setup-scalable-jenkins-on-top-of-a-kubernetes-cluster
- https://stackoverflow.com/questions/49988038/declarative-jenkins-pipeline-use-existing-kubernetes-pod-template
-
- https://hub.docker.com/r/cnadiminti/dynamodb-local/
- https://github.com/cnadiminti/docker-dynamodb-local
- https://dwmkerr.com/run-amazon-dynamodb-locally-with-docker/
- https://github.com/aws-samples/aws-dynamodb-examples
- https://github.com/aws-samples/dynamodb-tictactoe-example-app
- https://github.com/RickZee/dynamodb-gui
-
Crypto | Node.js v8.11.3 Documentation
2018-07-20 - https://stackoverflow.com/questions/8750780/encrypting-data-with-public-key-in-node-js
- https://www.w3schools.com/nodejs/ref_crypto.asp
- https://lollyrock.com/articles/nodejs-encryption/
- https://github.com/chris-rock/node-crypto-examples
- https://blog.patricktriest.com/building-an-encrypted-messenger-with-javascript/
- https://github.com/triestpa/Open-Cryptochat
-
Træfik options:
- https://docs.traefik.io/configuration/backends/docker/
- https://docs.traefik.io/configuration/commons/
Relevant backend labels:
traefik.port
traefik.docker.network
traefik.backend.loadbalancer.method
traefik.backend.loadbalancer.stickiness
Examples:
Gateway timeout and overlay network setup:
-
MediaWiki Docker deployment
2018-06-28 Docker images:
- https://hub.docker.com/_/mediawiki/
- https://hub.docker.com/r/wikimedia/mediawiki-node-services/
- https://github.com/wikimedia/mediawiki-node-services
- https://hub.docker.com/r/thenets/parsoid/
- https://github.com/thenets/docker-parsoid
- https://hub.docker.com/r/pastakhov/restbase/
- https://github.com/pastakhov/docker-restbase
Visual Editor:
- https://www.mediawiki.org/wiki/VisualEditor
- https://www.mediawiki.org/wiki/Extension:VisualEditor
- https://www.mediawiki.org/wiki/Parsoid
- https://www.mediawiki.org/wiki/Parsoid/Setup
- https://www.mediawiki.org/wiki/RESTBase
- https://www.mediawiki.org/wiki/RESTBase/Installation
Compose examples:
-
- https://stackoverflow.com/questions/1838873/visualizing-branch-topology-in-git
- https://stackoverflow.com/questions/1057564/pretty-git-branch-graphs
- https://stackoverflow.com/a/25468472
- https://chrisfreeman.github.io/gitdags_install.html
- https://zwischenzugs.com/2018/03/08/create-your-own-git-diagrams/
- https://hub.docker.com/r/imiell/gitdags/
- https://github.com/ianmiell/gitdags/tree/master/examples