Infrastructure as Code (IaC) is a practice where infrastructure is managed and provisioned using code rather than manual processes. Like application code, the infrastructure code is stored in a version…..
Read moreBy Francis Varghese on July 8, 2016
Developing modern web-based applications can be complicated. Different projects have their own requirements and dependencies, which are often incompatible with one another. A legacy project might require a specific version…..