Project Management
Agile Workflow
This article provides a thorough overview of Agile project management, and how it compares to the traditional waterfall approach. Agile strategies are recommended.
Project Management Topics
For effective project management, the following topics must be addressed:
- Content Collaboration – to store information
- Issue Tracking – to manage tasks
- Hosting Service – to manage Git repositories
The subsequent resources identify the tools we use at B&R, which will therefore be referenced throughout the rest of the DevOps package.
Content Collaboration
A content collaboration tool is needed to store information such as meeting notes, brainstorming, project planning, documentation, etc.
At B&R, we use Confluence. Alternate options that you can also consider include Microsoft Sharepoint, Notion, Guru, Stack Overflow for Teams, and so on.
Issue Tracking
An issue tracking system is needed to manage the tasks associated with a project via the agile workflow.
At B&R, we use Jira. Alternate options that you can consider include Asana, monday.com, Microsoft Azure Boards, and so on.
Hosting Service
A hosting services is needed to manage your Git repositories.
At B&R, we use Bitbucket and GitHub. Alternate options that you can consider include Microsoft Azure Repos, GitLab, Amazon AWS CodeCommit, and so on.