VirtualTam's bookmarks
1835 bookmarks found
-
Setup Kubernetes on a Raspberry Pi Cluster
2018-09-28 - https://www.cncf.io/blog/2016/11/29/diversity-scholarship-series-programming-journey-becoming-kubernetes-maintainer/
- https://github.com/kubernetes/community/blob/master/contributors/design-proposals/multi-platform.md
- https://www.slideshare.net/MathiasRenner/high-availability-performance-of-kubernetes-and-docker-swarm-on-a-raspberry-pi-cluster/
- https://github.com/hypriot/image-builder-rpi
-
Jenkins Job DSL Plugin
2018-09-25 - https://github.com/jenkinsci/job-dsl-plugin/wiki
- https://stackoverflow.com/questions/47206215/environmentvariables-not-working-for-jenkins-job-dsl-and-pipeline-jobs
- https://stackoverflow.com/questions/33792633/using-jenkins-job-dsl-to-set-polling-ignores-commits-in-certain-paths-for-git
- https://github.com/jenkinsci/job-dsl-plugin/wiki/User-Power-Moves
- https://stackoverflow.com/questions/43699190/seed-job-asks-for-script-approval-in-jenkins
- https://groups.google.com/forum/#!msg/job-dsl-plugin/jueturR7sCo/2BCz2rRWBAAJ
- https://github.com/Praqma/JenkinsAsCodeReference
-
- https://github.com/yandex/ClickHouse
- https://www.percona.com/blog/2017/02/13/clickhouse-new-opensource-columnar-database/
- https://www.percona.com/blog/2017/03/17/column-store-database-benchmarks-mariadb-columnstore-vs-clickhouse-vs-apache-spark/
- https://www.reddit.com/r/programming/comments/4o7dhc/clickhouse_highperformance_opensource_distributed/
- https://github.com/roistat/go-clickhouse
- https://blog.sentry.io/2019/05/16/introducing-snuba-sentrys-new-search-infrastructure
-
-
Go: the Good, the Bad and the Ugly
2018-09-23 -
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
-
Effective Go - Embedding
2018-09-20 - https://stackoverflow.com/questions/31505587/how-can-two-different-types-implement-the-same-method-in-golang-using-interfaces
- https://stackoverflow.com/questions/34079466/golang-embedded-struct
- https://github.com/golang/go/issues/22013
- https://golang.org/doc/faq#inheritance
- https://golang.org/doc/faq#Is_Go_an_object-oriented_language
- https://travix.io/type-embedding-in-go-ba40dd4264df
-
Go Hex Arch | Joel Holmes
2018-09-20