This is WHY you should learn or use Docker in Your Development Workflow

Docker helps developers build, share, run, and verify applications anywhere, without tedious environment configuration or management. Docker is like having a magic container for your code, keeping it consistent, portable, and easy to deploy. If you’re not using it yet, you’re missing out on some serious efficiency. ✏️ Consistent Environments Your application works on your […]
Building a Terraform Workflow with GitHub Actions CI/CD Pipeline

To build a Terraform workflow using GitHub Actions for Continuous Integration/Continuous Deployment (CI/CD), you’ll set up automation to manage your Terraform infrastructure using GitHub’s CI/CD capabilities. Here’s a detailed, step-by-step guide to create this workflow. Prerequisites GitHub Account (and a repository where the Terraform code is stored) Terraform installed AWS account with administrator rights. Step […]
Building A CI/CD pipeline with GitHub Actions

Welcome back to another article. If you are a cloud engineer, devops engineer or site reliability engineer, chances are you know about CI CD pipeline. Thus, if you are new to cloud engineering you have noticed that there are several DevOps tools, so CI CD tools. What do you know about CI CD? Have you […]