Continuous DeliveryPracticing Continuous Delivery means that you adopt practices to be ready to release product changes any time you want. Your product is always ready to deploy to production.Feb 06, 20204 min read
Git FlowGit Flow is a specific branching system for Git. It helps the team to better control and add different project versions.Nov 11, 20195 min read
Automated DeploymentAn Automated Deployment allows an application to be deployed across various stages of the development process. It minimizes the need for manual intervention.Nov 11, 20195 min read
Lock FileWhy does your source repository should always contain a lock file? The package managers would miss important imformation about installed packages without a lock file. It may result to installing two different modules from the same dependency definition.Nov 11, 20192 min read
Package ManagementPackage management allows you to automatically download, install, and update software using remote repositories and in a consistent manner. Package managers are software tools that eliminate maintaining the software manually.Nov 11, 20194 min read