Skip to content

Instantly share code, notes, and snippets.

View tungtran-agilityio's full-sized avatar

Tung Tran tungtran-agilityio

View GitHub Profile
@tungtran-agilityio
tungtran-agilityio / 1-devops.md
Last active June 11, 2025 10:41
Backend Training Plan

What is DevOps

DevOps is a combination of Development (Dev) and Operations (Ops). It’s a set of practices, tools, and a cultural philosophy that aims to:

  • Speed up software delivery
  • Improve quality
  • Break down silos between development and operations teams

Key DevOps Concepts:

CI/CD (Continuous Integration / Continuous Deployment)

  • Automate testing and deployment to release software faster and more reliably.

Infrastructure as Code (IaC)