VirtualTam's bookmarks
122 bookmarks found
-
A Docker Build Pipeline as Code with Jenkins
2017-12-04 - https://jenkins.io/doc/book/pipeline/docker/
- https://wiki.jenkins.io/display/JENKINS/Docker+Pipeline+Plugin
- https://github.com/jenkinsci/docker-workflow-plugin
- https://go.cloudbees.com/docs/cloudbees-documentation/cje-user-guide/index.html#docker-workflow
- https://devops.stackexchange.com/questions/2143/how-to-publish-a-docker-image-to-a-private-docker-registry-using-jenkins-blueoc
-
Docker - CMD and ENTRYPOINT
2017-12-04 -
-
My essential django package list — /var/
2017-10-12 -
- https://www.quora.com/What-are-good-Python-interview-questions
- https://www.reddit.com/r/Python/comments/1knw7z/python_interview_questions/
- https://resources.workable.com/python-developer-interview-questions
- https://stackoverflow.com/questions/2573135/python-progression-path-from-apprentice-to-guru/2576240#2576240
- https://docs.python.org/3/tutorial/
- https://www.reddit.com/r/Python/comments/6v0amj/the_more_i_learn_about_python_the_more_i_realized/
- https://github.com/00111000/Imports-in-Python
Language:
- GIL
- memory management, object references
- data structures
- duck typing
- monkey patching
- generators
- list & dict comprehensions
- decorators
- introspection
- ...
Development tools:
- debugging
- packaging
- lint
- testing: unitary, functional, TDD, BDD
Libraries:
- data parsing
- data scraping
- database management
- http requests
- web frameworks
- ...