#hiring
Read more stories on Hashnode
Articles with this tag
Git Branching Git branching allows multiple people to work on different parts of a project simultaneously without interfering with each other. It's...
Create a Terraform configuration file to define a resource of AWS EC2 instance To create a Terraform configuration file for an AWS EC2 instance,...
HCL (Hashicorp Configuration Language)blocks, parameters, and arguments Blocks: In Terraform, a "block" is like a container for organizing your...
What is Terraform and how can it help you manage infrastructure as code? Imagine you're building a big LEGO castle. To make it easier, you have a...
What is Git? Git is a version control system that allows you to track changes to files and coordinate work on those files among multiple people. It is...
Today I have done Hands-On on Some Very basic Linux Commands which we use in our day-to-day Working day. š(Present Working Directory)pwd: This...