akash javaliblog.akashjavali.com路Oct 25, 2024DevOps for Beginners: A Complete Guide to Getting StartedAs more companies strive to keep up with the rapid evolution of technology, DevOps has become a popular practice to bridge the gap between development (Dev) and operations (Ops). It鈥檚 the backbone for efficient, agile, and collaborative software deve...32 readsAutomation in DevOps
Jay Jethawajayj.hashnode.dev路Jun 30, 2024Simplifying DevOps Through My Own Experience馃攳 What is DevOps? It is a philosophy of combining Dev (Development) and ops (Operation) team at culture, practice and tools level. 馃専 Why DevOps? Speed: DevOps practices allow for SDLC process, which means you can deliver the fixes, features and ...#AgileDevOps
Sagar Shahsagarops.hashnode.dev路Dec 28, 2023馃寪 Title: Understanding Terraform Syntax: A Beginner's Guide 馃殌Introduction Terraform is an Infrastructure as Code (IaC) tool used for automating the deployment and management of infrastructure. One of the key strengths of Terraform is its clear and structured syntax. In this guide, we'll break down the essentia...TerraformTerraformSyntax
Sagar Shahsagarops.hashnode.dev路Dec 27, 2023Installing Terraform on Ubuntu 22.04: A Step-by-Step GuideStep 1: Update and Install Required Packages Ensure that your system is up to date and install the necessary packages: sudo apt-get update && sudo apt-get install -y gnupg software-properties-common Explanation: apt-get update: Updates the package...TerraformTerraformInstallation
Sagar Shahsagarops.hashnode.dev路Dec 14, 20232-Tier Application Deployment with Docker-ComposeIntroduction: 馃寪 In the ever-evolving landscape of DevOps, containerization has become a key player in streamlining the deployment process. Docker, a leading containerization platform, and Docker Compose, a tool for defining and managing multi-contai...10 likesDockerDevOpsGuide