Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.86 KB

1.2. Common tools for DevOps.md

File metadata and controls

41 lines (31 loc) · 1.86 KB

Common tools for DevOps

Project management

  • 💡 Recommended: Azure Boards in Azure DevOps services, JIRA
  • Allows you to:
    • Work with different work items.
    • Track items on a Kanban board
    • Create test cases from items.
    • Work with sprints.

Team Collaboration

  • 💡 Recommended: Microsoft Teams, Slack
  • Allows you to:
    • Create multiple channels for communication
    • Highly accessible as it's available in the browser.
    • Collaborate with external suppliers and contractors
    • You can integrate slack with Azure DevOps

Managing Technical Debt

  • Technical Debt = Compromising quality over speed of delivery
  • 📝 SonarQube for variety of languages.

Build and Release Pipelines

Others