Questions tagged [project-management]

20 questions
22
votes
2 answers

What is Value Stream Mapping?

I have heard a lot about Value Stream Mapping and how it can be used to analyse the value stream of manufacturing processes including the process of delivering software. I have never seen it successfully delivered in the context of software…
Richard Slater
  • 11,747
  • 7
  • 43
  • 82
18
votes
3 answers

What are ways to mitigate the effects of Mythical Man Month?

Brooks's law: Adding manpower to a late software project makes it later. In his book No Silver Bullet — Essence and Accidents of Software Engineering Frederick Brooks defines the concept of Mythical Man Month: Brooks's assumption is that complex…
Jiri Klouda
  • 5,867
  • 1
  • 22
  • 54
17
votes
5 answers

How to explain devops to non-techy managers?

I'm totally excited about DevOps. I know that DevOps is the methodology that will move us into building an IT infrastructure that will streamline and move our company forward. But how do I sell this to my bosses, especially non-technical bosses? We…
storm
  • 1,759
  • 3
  • 16
  • 34
14
votes
7 answers

Why should a developer care about Docker?

Generally a developer cares about satisfying business requirements. He / she might have the expertise in a particular stack or a framework. But should he / she make an effort to learn docker and it's various deployment methods (swarm, kube, mesos,…
Abhay Pai
  • 303
  • 2
  • 5
13
votes
6 answers

What are the signs of an understaffed DevOps team?

What are the typical signs and signals of a DevOps team being understaffed? How would you justify/explain a request for a new addition to a team? I would love to keep the question generic, but here is some additional information: We currently have…
alecxe
  • 849
  • 1
  • 16
  • 36
12
votes
6 answers

Adam Smith vs. fullstack developers - and productivity in DevOps?

By Adam Smith, labour division can make you by 240 times more effective (on example of a pin factory producing pins in 18 steps). Why then are multi-skilled roles are so in demand if this actually reduces productivity - or was Smith just wrong, why…
Ta Mu
  • 6,792
  • 5
  • 43
  • 83
10
votes
3 answers

How can I ensure consistency between new microservices?

My organisation is experiencing an explosion of microservices. We currently have no formalised way of bootstrapping new projects. I'm finding that a team will come to me with a bug in their deployment or build process, and I will spend time on it…
user2640621
  • 1,405
  • 9
  • 20
6
votes
1 answer

Implications of introducing Docker to the development team

We always tend to have a moral implications of certain critical decisions taken for development irrespective of the realisation if the decision is critical or not. Say for example switching an entire stack for a team of developers or enforcing them…
Abhay Pai
  • 303
  • 2
  • 5
6
votes
1 answer

What are the responsibilities of a project manager in a DevOps project?

A project in DevOps should logically change the management mechanisms. What are the responsibilities of a project manager in a DevOps project ? Note: A project DevOps of what I understand is a project that has a beginning and an end, it is a…
AED
  • 161
  • 4
4
votes
1 answer

How to implement GitLab Flow branching model for microservices?

Recently I’ve been looking into alternatives to the git flow branching model and since I’m already using GitLab, I stumbled upon their own branching model called GitLab flow. I’m currently trying to get my head around how to implement this properly…
Claudio
  • 41
  • 2
4
votes
1 answer

Where do you start with hosting the infrastructure for your infrastructure?

So I'm trying to get started with the HashiCorp stack, but the question I keep asking myself, when looking at any of this DevOps infrastructure stuff, is what infrastructure should you be using to host the tools that will be managing - well - your…
oh_hello
  • 41
  • 1
3
votes
2 answers

what do you think of making fast decisions?

I am trying to convince my fellow workers and management as part of DevOps transformation to adopt "fail fast" in almost everything. Amazon has two principles "bias for action" & "are right a lot" which I belive are quite similar. my dilemma is…
Walid
  • 131
  • 3
3
votes
3 answers

Why a chef is the boss of the kitchen but a fullstack dev is not often the leader of a dev team?

In one another comment here on DevOps SE we read: "Why a chef is the boss of the kitchen but a fullstack dev is not often the leader of a dev team, that's a question for another day" So given the assumptions contained here are correct, why is…
Ta Mu
  • 6,792
  • 5
  • 43
  • 83
3
votes
2 answers

Should I give an assessment to DevOps Candidate

We're a software team currently trying to hire a DevOps Engineer. We have an assessment for Software Developer candidates and we're currently evaluating the idea of having an assessment for our DevOps Engineer candidates. Since we have not hired…
2
votes
1 answer

How to generate Code Churn in VSTS? (Azure DevOps)

In this article I noticed that is it possible to generate code churn reports for TFS: I would like to generate the similar report using Visual Studio Team Services (VSTS). Is that possible and, if so, how?
1
2