Questions tagged [methodology]
If a question is related to methodology, then this tag could be used.
21 questions
3 votes
1 answer
997 views
Separation of CI and CD processes
Is it appropriate to keep the DevOps resources in a different repo from the git repos where the project source codes are placed for the execution of DevOps processes? some benefits i expected ...
1 vote
2 answers
2k views
Is there any relationship between "production engineering" and DevOps?
Production engineering: "Production engineering is a combination of manufacturing technology, engineering sciences with management science." (Wikipedia) Is there any relationship to/with DevOps? To ...
6 votes
2 answers
889 views
How to explain the Twelve Factors to non techy people?
The Twelve Factors is a sort of manifesto seen as a road-map for developers to follow when building modern web-based applications. How would you explain each of the 12 factors in less than three ...
4 votes
1 answer
103 views
How can I build & maintain a personal, cross-platform 'toolkit' of commonly used applications?
I've discovered a number of open source tools over the years which have become an essential part of my personal workflow & productivity in my current day job (project manager / business analyst). ...
4 votes
1 answer
1k views
Can be DevOps culture mapped to a specific type of organization as described by Laloux?
In his book, "Reinventing organizations", Frederic Laloux describes a historical evolution of organizations and their systems of internal structure, management and values. Where will an organization ...
6 votes
2 answers
178 views
Kanban to catch a quick-moving situation
We have a brownfield project which was recently struck by disaster (many people leaving for unrelated reasons, too many new customers, much too large backlog for much to few people, etc.). Management ...
4 votes
1 answer
185 views
DMAIC - Define, Measure, Analyse, Improve, Control in the DevOps world?
Six Sigma's DMAIC (see also Wikipedia) has been there before continuous procedures, so I think more or less these concepts have been nourishing itil, then CI/CD and now DevOps as well. Still I am not ...
3 votes
1 answer
2k views
Can we consider usage of git lfs for artifacts equally mature strategy to an artifactory?
Git lfs is just support for large files in Git -> good for example for a video file sample if you need it, right? But, if you have large artifacts like a trained model or an uber-jar or some other ...