Partage des Connaissances

2689   2018-05-30

Implement Scrum Using ZenTao

Scrum is all about increment and iterations. It attached great importance to communications among team members.Scrum,...
When people think of agile, they think of "Scrum." Scrum is a widely used, or even been abusively used. Scrum is co...
2929   2018-05-25

The Phoenix Project

The Phoenix Project is written by Gene Kim with Kevin Behr and George Spafford is the story of an IT manager who su...
2384   2018-05-24

Practice: ALM supports DevOps

image from inflectra.comApplication Lifecycle Management, ALM for short, is the practice of DevOps and the supp...
Jira claims itself as the #1 software development tool used by agile teams, so it is an Agile tool. ZenTao is a Scrum...
Product Requirement Document (PRD) is very common to Product Owners. It is to transfer product projects from conceptua...
The test teams are always apprehensive about picking up JIRA for Defect Management.The doubt is warranted. It stems ...
Scrum: The Art of Doing Twice the Work in Half the Time
My RequirementsGit server A: remote repositories on GitHub or something like thatGit server B: intranet I buildI...
Array [a b c]Task: Delete the second element. Get [a c].Steps:package mainimport ( "fmt")//function use...