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

Set up GitLab with Visual Studio Code from Scratch

Step by Step instructions to setup gitlab with visual studio code with screenshots. Connect GitLab with VSC and create your first project, commit changes, push …

By stevealila · 7 min read · devops

Git Clean Command (Remove Untracked Files Safely)

Learn how to use the git clean command to remove untracked files, delete untracked directories, and clean your Git repository safely. This guide explains git …

By stevealila · 7 min read · devops

Getting started with AWS CloudFormation - Tutorial

AWS CloudFormation provides a platform and language that allows you to model your resources in the form of template that can be deployed as an AWS stack.

By mahnoormalik · 6 min read · devops

Getting Started with Amazon Lightsail [Step-by-Step]

Learn every thing about amazon lightsail with practical example. We will deploy a wordpress instance using aws lightsail with lets encrypt free ssl certificates …

By mahnoormalik · 5 min read · devops

How to use CloudFront with S3 [Practical Example]

In this tutorial, we learned that how to use CloudFront with S3. First, we learned about Amazon CloudFront and its key features. After that, we created an S3 …

By mahnoormalik · 9 min read · devops

Git Command Cheat Sheet (40+ Commands with Examples)

Complete Git command cheat sheet with 40+ essential Git commands, syntax, examples, and workflow tables. Learn commonly used Git commands such as git clone, git …

By stevealila · 13 min read · devops