



Feb 17 · 6 min read · High order functions are functions which accept a function in its argument or returns an function. Lets discuss an high order function with examples : function name(passed){ name = "Abhinab"; passed(name) } function greet(fullName){ cons...
Join discussion
Jan 11 · 4 min read · Infrastructure as Code (IaC) is a core skill for any DevOps engineer, and Terraform is one of the most widely used tools for this purpose.In this article, I’ll walk through two practical ways to create multiple EC2 instances in AWS using Terraform: ...
Join discussion
Dec 5, 2025 · 3 min read · Today in the #30DaysOfAWSTerraform challenge, I learned one of the most powerful topics in Terraform — meta-arguments. These special arguments allow Terraform to create multiple resources efficiently, control resource dependencies, and manage how res...
Join discussion