Terraform – 7 Essential Commands for Managing Infrastructure

Terraform is open-source infrastructure-as-code (IaC) tool developed by HashiCorp. You can define, manage and automate your infrastructure resources as code using terraform. Terraform uses declarative statements which means that you define the desired final state of your infrastructure and Terraform takes care of provisioning and managing the resources to achieve that state. Continue reading “Terraform – 7 Essential Commands for Managing Infrastructure”

python Syntax – How to use pyhton for beginners

Python is a powerful & versatile programming language that and has become one of the most used lanhuage now for data science, machine learning and automation.

Python has a simple syntax that makes it easy to learn and use for beginners and this short video gives a quick introduction to python syntax to give you a good understanding and be able to write basic programs in Python. Continue reading “python Syntax – How to use pyhton for beginners”