SKSahil Kaushalinsahilkaushal.hashnode.dev·Mar 26 · 2 min readDay 61: Automating Containers: A Beginner’s Guide to Terraform & Docker 🔥Infrastructure in a Box: Managing Docker with Terraform 🔥 Docker revolutionized how we package apps, but Terraform revolutionizes how we manage those containers. Instead of typing docker run every ti00
SKSahil Kaushalinsahilkaushal.hashnode.dev·Mar 24 · 3 min readDay 60: Mastering the Essentials: A Guide to Core Terraform CommandsTerraform has become the industry standard for Infrastructure as Code (IaC), allowing teams to automate the build-out of complex cloud environments. But to use it effectively, you need to master the C00
SKSahil Kaushalinsahilkaushal.hashnode.dev·Mar 22 · 7 min readDay 59 : Getting Started with TerraformIaC, Resources, Providers, and State Files Terraform is a widely used tool for provisioning and managing infrastructure as code (IaC). This post explores the reasons for its popularity, explains the c00
SKSahil Kaushalingithub-universe-recap-25.hashnode.dev·Dec 13, 2025 · 2 min readGitHub Universe Recap '25 – Pune Edition!I was thrilled to attend the GitHub Universe Recap '25 at Novotel, Pune! This event was a deep dive into the future of AI-powered software development and how GitHub is shaping the next era of engineering. Key Takeaways from the Sessions: ✅ AI-Native...00
SKSahil Kaushalinsahilkaushal.hashnode.dev·Nov 23, 2024 · 3 min readDay 58 : Ansible PlaybooksAnsible Playbooks What Are Ansible Playbooks? Definition: Ansible Playbooks are YAML files that define a series of tasks to be executed on remote servers. They are designed to be human-readable and describe the automation tasks in plain language. P...00