This talk was about how to use your bachelor to craft your tech career. I started with what I have done and some examples of where my friends have reached. Then I focused on things to consider for selecting and doing projects for technical subjects in bachelor study.
Do you git your code? Follow this simplified gitflow branching model to improve productivity
Git or a similar VCS is the backbone for code collaboration in a multi-developers environment. When you follow a proper branch naming convention, git branching and merging can also be tied to an issue flow for better project management.
Source code Version Control System (VCS) and automated testing open doors to other great software quality and delivery practices like continuous integration, and automated deployment etc. Amongst various version control system software git is a distributed system that is very popular and easy to use once you get used to it.