ganeshs.hashnode.devTerraform Workspaces: Why They Exist & How They Solve Real-World ProblemsHello people, While working on real-world Terraform projects, I learned why Terraform Workspaces exist and how they solve a common infrastructure problem. Note: In this example, instance_type is used for simplicity, but the same problem applies to ...Dec 16, 2025Β·3 min read
ganeshs.hashnode.devπ Terraform State: A Real-World Story of Why Centralized State (and Locking) MattersWhen I first started using Terraform, everything felt simple π I wrote my Terraform code in main.tf, ran terraform apply, and boom β infrastructure was created πTerraform also created a file called terraform.tfstate on my laptop. At that time, I di...Dec 14, 2025Β·3 min read
ganeshs.hashnode.dev"Demystifying AI & ML Buzzwords π€π§ Hey there, curious minds! πI'm overwhelmed to share some of the jargon surrounding artificial intelligence and machine learning learned in AI & ML in AWS virtual event in short summary. π€ Supervised Learning π Supervised learning is like teachin...Oct 19, 2023Β·4 min read
ganeshs.hashnode.devCloud Economics: πΌπ°π₯Let's deep dive into Cloud economics and explore two interconnected areas: business value and cloud financial management. These aspects are pivotal in understanding the full scope of cloud technology's benefits. Business Value: ππ‘ The realm of busi...Oct 17, 2023Β·3 min read
ganeshs.hashnode.devFiles and directories using Bashπ Let's explore how to work with files and directories using Bash, in a way that anyone can understand. We'll take it step by step and use friendly explanations with emojis to make it more fun! π π Directories π Listing Files and Directories Use...Aug 7, 2023Β·3 min read