Architectures that enable shared code ownership and collaboration across many teams.

Jurgen Desmet invited me for a coffee talk about architectures that enable shared code ownership and collaboration across many teams on his youtube channel. The description accompanying the video During a previous coffee talk on Conway’s Law Nelis and Jurgen briefly touched upon the aspect of Architectures that could enable teams to truly collaborate in a shared code environment, avoiding Conway’s Law effects as much as possible. This is an elaboration on the Architecture part, what are the key elements of an architecture that enables true collaboration? [Read More]

Trunk-based development

Trunk-based development When it comes to software delivery speed and quality, trunk-based development is the way to go. It took me a while to realize this myself. I used feature branches with pull-request as the main way of working (writeup of an experience of using pull request), so well aware of the advantages and disadvantages. But switching to Trunk based development felt very counterintuitive to me. For sure, the build would be broken all the time, and the quality would be horrible, especially with a larger group of people? [Read More]

Organizing architectural katas

Architectural katas are a great way to spice up the architectural skills of your team or community, and practice to have productive discussions about architecture. I always receive great feedback after (co)-organizing architectural katas 1 and I regularly get questions on organizing them with others. So with Matteo Pierro, I did run a session at XP-days Benelux 2019 on how you can organize these katas yourself, sharing experiences to encourage others organizing the same kind of katas. [Read More]

Why and how do we use pull requests

The goal of this post is to share why teams I worked with used pull requests and how this was practically organized. Please note that I’m strongly in favor of using trunk-based development over pull requests, and I collected references to get you started in another post. But I still share experience, knowing it’s not a perfect example, as it might provide inspiration on the advantages and disadvantages of such an approach. [Read More]

The five dysfunctions of a team

Why did I have to write this blogpost? Not finance. Not strategy. Not technology. It is teamwork that remains the ultimate competitive advantage, both because it is so powerful and so rare. This is the starting quote of a great book “The Five Dysfunctions of a Team” from Patrick Lencioni, and is something I can really relate to. But, don’t you also experience that exceptional teamwork is as elusive as ever, despite all the attention it has received over the years? [Read More]