Coffee-Driven Development

Brewing Thoughts for Better Code and Stronger Teams
en nl

Whole Team Collaboration: Navigating the seven C's

December 12, 2025 Conferences XP Days Benelux 2025

On November 27 and 28, I went to the XP Days Benelux conference. This blog post is a short recap of all the things I learned.

In this third post in the XP Days series, I’m sharing my notes and reflections from the session “Whole Team Collaboration: Navigating the Seven C’s” by Per Beining. There are many ways of working together, and many ways of not really working together. By introducing the Seven C’s (spoiler: there are actually eight), Per offered a simple but powerful lens to help teams recognise how they currently collaborate and what they might change to truly work together.

The goal of the session was to build awareness: understand the difference between merely working side by side and genuinely collaborating, and learn how to spot which “C” your team is currently navigating—so you can steer toward the harbour you actually want to reach.

Continue reading

DUO Portfolio Game

December 11, 2025 Conferences XP Days Benelux 2025

On November 27 and 28, I went to the XP Days Benelux conference. This blog post is a short recap of all the things I learned.

In this second post, I’m sharing my notes and reflections from the session “DUO Portfolio Game” by Jan-Willem Zijlstra, Jeroen Smit, and Willem Kleinenberg. The session introduced a game they developed to spark conversations about culture, collaboration, and ways of working. Through several rounds, participants experienced firsthand how different strategies for distributing work across teams can shape flow, ownership, and alignment.

The goal of the session was clear: explore how teams might organize and collaborate more effectively, and discover what happens when you shift constraints, responsibilities, or communication paths.

Continue reading

So long, and thanks for all the fish - The farewell tour

On November 27 and 28, I went to the XP Days Benelux conference. This blog post is a short recap of all the things I learned.

In this first post, I’m sharing my notes and reflections from the session “So Long, and thanks for all the fish - The farewell tour" by Ron Eringa, Paul Kuijten, and Dajo Breddels. The session explored the question of whether the Agile movement has run its course: been there, done that, got the T-shirt. With the Agile label losing some of its shine, the facilitators invited us to properly say goodbye to what no longer serves us, and to salvage the practices and principles still worth keeping.

The goal of the session was simple but important: take stock. Is Agile dead? And if not, how do we move forward?

Continue reading

Stop Copy-Pasting Your Resumé (and Everything Else)

April 19, 2025 Misc

You just got asked for an updated resumé. Again. So you open that folder—one in Google Drive, another buried in Downloads, and maybe another one in your email. There’s a version from three jobs ago, one you tweaked last year… and they’re all a mess.

But what if your resumé lived in source control? Versioned. Clean. Written in plain text. Ready to export to PDF in seconds.

That same approach works for more than just your own documents. When I’m hiring developers, I use AsciiDoc to generate technical assessments too—polished, structured PDFs without fiddling in Word. And once it’s generated, it’s automatically uploaded to the Confluence page for our hiring process, so recruiters and interviewers always get the latest version—without needing to ask.

In this post, I’ll show you how I use AsciiDoc to create reusable documents—like resumés, cover letters, and candidate assessments—that compile into beautiful, consistent PDFs in seconds. No CI/CD pipeline required - but you can absolutely add one later to automate PDF generation and publishing. Just structured content, a simple setup, and the joy of never formatting by hand again.

Continue reading

Testing GraphQL with Specifications: A Deep Dive with Reqnroll

January 28, 2025 Testing

GraphQL has been around since 2012, yet many developers haven’t had the chance to work with it. Personally, I’ve been using GraphQL on and off for several years, both in personal and professional projects. Recently, I’ve been diving deeper into it again—and I’ve fallen in love with it all over.

While implementing a few queries and mutations, I started to wonder: how could I effectively test my GraphQL implementation? Specifically, how could I send queries and mutations with a GraphQL client directly from my tests to ensure everything works as expected?

After some experimentation, I found a solution I’m excited to share: combining specifications with Reqnroll, the .NET WebApplicationFactory, and the Strawberry Shake GraphQL client to test a Hot Chocolate GraphQL server. This approach not only works seamlessly but also results in clean, readable specifications.

In this article, I’ll guide you through the process of setting up these tests, allowing you to test your own GraphQL server with clarity and confidence. Let’s get started!

Continue reading

DevOpsDays Eindhoven 2023

October 16, 2023 Conferences Devops

It was on my radar last year, but I decided not to go, but to go to Techorama instead. But, after hearing good stories about the first edition of the DevOpsDays Eindhoven, I decided to skip Techorama and go to the DevOpsDays Eindhoven 2023.

In this post, I will explain what the DevOpsDays are, and share some of my learnings. I hope you will enjoy it and, maybe, I might inspire you to join me next year!

Continue reading

Better Value Sooner Safer Happier, a review

April 20, 2023 Agile

Yesterday, I attended a session, presented by Jonathan Smart, on the topic of “Better Value Sooner Safer Happier” which was based on his book “Sooner Safer Happier”. The author’s approach is based on Lean, Agile, and DevOps principles, which have been adopted by many organizations worldwide, but with a strong focus on outcome, not on any process like Scrum, DevOps or Scaled Agile. In this review, I will share my key takeaways, I will not share his full talk, you can read the book and find some videos online.

Continue reading
Older posts