Terraform is an excellent Infrastructure-as-Code (IaC) tool based on Hashicorp Configuration Language (HCL). Compared to JSON or YAML based declarative templates (e.g. CloudFormation and ARM),…
In my orthweb project, I had to compile a library on my own. In search for free computing resources I realized that GitHub action can…
Having been in two discussions about Git branching strategy with different organizations, I decide to jot down the details of all the common branching strategies…
The business case You launched a software application. You installed it on two customer sites. You support the application mostly by SSH to customer server…
This is a continuation from Git Explained 1 of 2 where the fundamental concepts are covered. In this article we introduce some tools for customization…
In a nutshell, Git is a distributed version control system, commonly used as source control management. It places files in one of three logical areas…