How to configure git to auto-setup a remote tracking branch?
How can you configure git to automatically setup your remote tracking branch??
Understanding the hardware production lifecyle
Did you know about the various hardware production terms?
How to migrate your code from python2 to python3?
How can you update your python2 code to python3?
How to checkout a file from one git branch to another?
How can you make a file from one git branch available in another?
How to conduct a git bisect
How do you find a faulty commit that was introduced to your code?
How to use git diff to compare files from different branches?
An example of how I use git diff to compare files accross branches!
How do we get the python print statements logged in the Jenkins Console?
How can you display your python print statements to the jenkins console in real time?
How to deploy your own Jenkins Instance?
Deploy your own Jenkins instance to experiment with!
How do I find out what files were affected as part of a commit in git?
How do you find out what files you changed in one of your past commits? Read on…
Understanding Jenkins Pipelines - part 2
Some more tips and tricks on how you can generate your own pipeline scripts!
Understanding Jenkins Pipelines - Part 1
Learn about Jenkins Pipelines - its a good thing to know in the industry!
How to create your own Mongo DB server (dockerized)?
Setup your own dockerized Mongo DB instance!