Devops
Devops Tools:
GIT-> for version control for tracking changes in code files
Maven -> for software packaging
Jenkins -> For continuous integration and continuous deployment
Docker -> for container image which is lightweight, executable package of software which Includes everything to run the image(eg. Code, libraries)
