Category

DevOps Tools, CI/CD and Automation Guides

Master DevOps with tutorials on CI/CD pipelines, Kubernetes, Docker, Git, and automation tools used in modern infrastructure.

The DevOps section focuses on automation, CI/CD pipelines, and modern infrastructure management tools.

DevOps combines development and operations to improve software delivery and system reliability. This category includes tutorials on tools like Docker, Kubernetes, Git, and CI/CD workflows.

To strengthen your foundation, also explore Linux and Programming.

Topics covered

  • CI/CD pipelines and automation
  • Containerization using Docker
  • Kubernetes orchestration
  • Infrastructure as code

Who should read this

  • DevOps engineers
  • Developers working with CI/CD
  • Cloud engineers

302 articles

Azure Database For MySQL Deployment [Step-By-Step]

As in this article, we understood the deployment and benefits of using Azure Database for MYSQL Deployment. It is used for performing database management …

By sahilhulage · 5 min read · devops

Amazon Elastic Block Store (EBS) Tutorial [Hands On]

In this tutorial, we learned about Amazon Elastic Block Store, its benefits, and volume types. After that, we walked through the process of the creation of EBS …

By mahnoormalik · 7 min read · devops

How to Unstage Files in Git (Without Losing Changes)

Learn how to unstage files in Git using git restore, git reset, and git rm commands. This guide explains how to remove files from the staging area, undo git …

By stevealila · 8 min read · devops

Decoding git remove remote [3 Different Ways]

3 different ways to perform git remove remote with multiple examples. The primary method is git remote remove . Alternatively, you can remove the entire .git …

By stevealila · 6 min read · devops

Azure Site Recovery (ASR) Tutorial [Step-by-Step]

Step by Step instructions to learn about Azure Site Recovery (ASR). Practical example by performing a site recovery using a VM in Microsoft Azure with …

By sahilhulage · 5 min read · devops

AWS CLI Explained with Practical Examples [Tutorial]

we learned about AWS CLI. First, we learned that how we can set up AWS CLI on our PC. After that, we walked through the process of creation of EC2 instance and …

By mahnoormalik · 6 min read · devops

AWS RDS Tutorial with Hands On [Step-by-Step]

In this tutorial, we will learn about AWS RDS i.e Relational Database Service and then walk through the step-by-step process of creating an Amazon RDS DB …

By mahnoormalik · 7 min read · devops