Coffee-Driven Development

Brewing Thoughts for Better Code and Stronger Teams
en nl

An Astronaut's Guide to Life on Earth

May 28, 2025 Books

Colonel Chris Hadfield has spent decades training as an astronaut and has logged nearly 4000 hours in space. During this time he has broken into a Space Station with a Swiss army knife, disposed of a live snake while piloting a plane, and been temporarily blinded while clinging to the exterior of an orbiting spacecraft. The secret to Col. Hadfield’s success-and survival-is an unconventional philosophy he learned at NASA: prepare for the worst-and enjoy every moment of it.

Continue reading

When you have some skills but don’t fully understand your environment, there is no way you can be a plus one. At best, you can be a zero. But a zero isn’t a bad thing to be. You’re competent enough not to create problems or make more work for everyone else.

Chris Hadfield
The YouTube player can not be loaded with disabled JavaScript.
The following video is embedded here:
https://youtube.com/watch?v=o-vPZ8Vky2U

The Road to Faster Flow Is Paved with Missteps: A Retrospective

This is a recording of my talk at the Fast Flow Conf NL conference, on the 27th of March, 2025.

Two years ago, we set out on a journey to transition to a Team Topologies-inspired organization, aiming to unlock faster flow and better collaboration. Today, it’s time to reflect on the lessons learned along the way.

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