KTH / devops-course

Repository of the DevOps course at KTH Royal Institute of Technology DD2482

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

People, cultural aspects of DevOps

jordgubben opened this issue · comments

Wikipedia references:

The 'Three Amigos' is perhaps more technique then technology and thus it's easy to miss. The gist of it is that three people representing Business, Development and Testing sit down together to discuss a feature. Together they outline a list of acceptance criteria that should all be proven true by automated tests before the feature can be considered implemented.

https://www.agilealliance.org/glossary/three-amigos/
https://www.agilealliance.org/glossary/atdd/

My personal experience with coaching newly graduated developers it that they grasp new software at blazing speeds. This is as true for testing as it is for every other tool. If they didn't know JUnit/Hamcrest/Mockito (or the equivalent) before showing up, then they'll have picked it up within a month or so.

The problem of applying TDD has little to do with tooling. What all junior developers, and arguably also a lot of otherwise senior developers, all struggle with is what to test and why; how to test and what tools to use is less of a problem. Role-playing with the 'Three Amigos' and listing requirements should help them think critically about software using perspectives that they will otherwise lack.

The sooner you can get them stared thinking this way the better.
Perhaps even introducing TDD as a concept without JUnit, using only System.out.println() and Object.equals() as a "testing framework" in the beginning.

commented

Devops-team habits:

Each organisation has a culture. A team has its own way of working within a larger organisation. Even if there are formal process descriptions, written rules and guidelines, I believe the team's own habits affects the result much more than anything else. It is, in a sense, a shared memory of how things are done. Especially if the team members are co-located and a bit isolated/protected from the rest of the organisation. The question is: how to identify and develop the right habits in a devops team?

Litterature suggestion: "The power of habit - Why we do what we do in life and business" by Charles Duhigg.

Why are many business instilling a DevOps culture into their organization?
https://arxiv.org/abs/2005.10388

Operational Excellence in April Fools' Pranks, Thomas A. Limoncelli, Comm. of the ACM (2018)

DevOps Education: An Interview Study of Challenges and Recommendations. http://arxiv.org/abs/2203.10324

A Cross-Company Ethnographic Study on Software Teams for DevOps and Microservices: Organization, Benefits, and Issues
https://arxiv.org/pdf/2205.01446

A Code of Conduct for Open Source Communities
https://www.contributor-covenant.org/

Trusting Trust: Humans in the Software Supply Chain Loop
https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=9888996

DexEx

DevEx (developer experience) is garnering increased attention at many software organizations as leaders seek to optimize software delivery. ..there is acceptance among technical leaders that good developer experience enables more effective software delivery and developer happiness.

DevEx in Action
http://queue.acm.org/detail.cfm?ref=rss&id=3639443