VirtualTam's bookmarks
32 bookmarks found
-
ANGLE - Almost Native Graphics Layer Engine
2023-12-05 Allow users of multiple operating systems to seamlessly run WebGL and other OpenGL ES content by translating OpenGL ES API calls to one of the hardware-supported APIs available for that platform
-
- https://discourse.gohugo.io/t/templates-multiple-parameters/600
- https://stackoverflow.com/questions/17284222/in-go-templates-accessing-parent-global-pipeline-within-range
- https://stackoverflow.com/questions/14800204/in-a-template-how-do-you-access-an-outer-scope-while-inside-of-a-with-or-rang?rq=1
- https://go.dev/play/p/5Hiajt4H2Z5
-
Visual Studio Code Key Bindings
2022-12-17 - https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf
- https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf
- https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf
- https://stackoverflow.com/questions/34316156/how-to-comment-multiple-lines-in-visual-studio-code
-
Git helpers for shared commit authoring
2022-03-07 - https://tuple.app/pair-programming-guide/template
- https://github.com/kejadlen/git-together
- https://github.com/git-duet/git-duet
- https://github.com/chrisk/git-pair
- https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors
-
Monorepo - Wikipedia
2018-12-07 Literature
- https://dl.acm.org/citation.cfm?id=2854146
- https://cacm.acm.org/magazines/2016/7/204032-why-google-stores-billions-of-lines-of-code-in-a-single-repository/fulltext
- https://www.tomasvotruba.cz/clusters/#monorepo-from-zero-to-hero
- https://medium.com/@maoberlehner/monorepos-in-the-wild-33c6eb246cb9
- https://danluu.com/monorepo/
- https://hackernoon.com/a-monorepo-github-flow-and-automation-ftw-c41a2d9c48bb
- https://hackernoon.com/one-vs-many-why-we-moved-from-multiple-git-repos-to-a-monorepo-and-how-we-set-it-up-f4abb0cfe469
- https://hackernoon.com/continuous-integration-in-projects-using-monorepo-9b828d7a8dfa
- https://blog.digitalocean.com/cthulhu-organizing-go-code-in-a-scalable-repo/
Git repository tools
CI/CD
- https://github.com/korfuri/awesome-monorepo
- https://github.com/slimm609/monorepo-gitwatcher
- https://www.reddit.com/r/docker/comments/7uaqx5/advice_about_cicd_with_docker_and_a_monorepo/
- https://stackoverflow.com/questions/6260383/how-to-get-list-of-changed-files-since-last-build-in-jenkins-hudson/9473207#9473207
- https://jenkins-x.io/commands/jx_step_split/
-
-
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 (!):
-
NPM, Yarn and private repositories
2018-06-08 Hosting private repositories and using them in CI/CD:
- https://docs.npmjs.com/private-modules/intro
- https://docs.npmjs.com/private-modules/ci-server-config
- https://docs.npmjs.com/private-modules/docker-and-private-modules
Threads:
- https://stackoverflow.com/questions/45191189/nexus-manager-npm-401-unauthorized
- https://stackoverflow.com/questions/40845598/how-do-i-use-multiple-npm-registries-in-yarn
- https://github.com/yarnpkg/yarn/issues/606
- https://github.com/yarnpkg/yarn/pull/839
- https://github.com/yarnpkg/yarn/pull/871
- https://github.com/yarnpkg/yarn/issues/4451
- https://github.com/yarnpkg/yarn/issues/4862
- https://github.com/npm/npm/issues/16528
Articles:
node-sass binaries:
- https://github.com/sass/node-sass#binary-configuration-parameters
- https://github.com/sass/node-sass/releases
- https://github.com/sass/node-sass/issues/1466
- https://github.com/sass/node-sass/issues/1554
- https://github.com/sass/node-sass/issues/1635
- https://github.com/sass/node-sass/issues/1991
- https://github.com/sass/node-sass/issues/2115
- https://github.com/sass/node-sass/issues/2361
- https://stackoverflow.com/questions/40178767/is-it-possible-to-install-node-sass-without-downloading-from-github-during-the-p