State of getting started
Version control system #
- Learn git and the classical branching model: git branching game
- Write meaningful commits: conventional commits
- Get used to stacked commits: git-town
- Always install pre-commit hooks: pre-commit
- Deep dive into the specifics: confusing git terminology
Working in teams #
- Get familiar with some resources that inspired my management style:
- Ace asynchronous communication: want quick answers? ask questions well!
Product & coding #
- Understand how strategy can influence organizations and success: google platforms rant (fr)
- Explore psychological patterns behind humans: growth.design
- Documentation is also a product: diátaxis
- Master your own growth: reflections on a decade of coding
Kubernetes #
- Install the official CLI: kubectl
- Install helpers
- to change of clusters and namespaces seamlessly: kubectx/kubens
- to forward all the ports in a namespace: kubefwd
- to stream all logs in a namespace : stern
- Install Kubernetes packet manager : helm with helm-diff
- Install Lens as a GUI: openlens
- with the @alebcay/openlens-node-pod-menu extension