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…
I have been in two discussions about Git branching strategy in different organizations. Too many concepts! So I open this post to jot down the…
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…