Taking notes

I started this idea at the end of 2022. There are so many interesting articles, blog posts, and people showcasing what they build, but it’s simply too much to consume it all at once.  So I wondered: what if I had a good way to collect all of this and make it easy to revisit whenever I want?

 

Over time, that idea grew into this site — a personal collection of links (which I call notes) covering all kinds of topics that I, as a web developer, find interesting.

 

Just recently, I came across this YouTube video that made everything click. From that moment on, it became clear to me that I’ve been building a digital garden all along.

 

You can read more about the technical journey behind this digital garden on “What’s behind all this”

 

FOSDEM

open source coding assistant

This weekend, FOSDEM is taking place in Brussels. Unlike most conferences, it stands out for the sheer breadth of its topics: from geospatial technologies to a panel discussion on what browsers might look like in 2026, from concurrency and testing in Go to talks on why you might not need an ORM at all — and much more.

For me, one of the main challenges is coming up with a useful way to select the most interesting talks without missing too much.

Since FOSDEM provides an XML feed (https://fosdem.org/2026/schedule/xml) with all the events and speaker bios, I thought it would be interesting to let Claude build a nice site on top of that.

After about 50 prompts — and mostly steering things in the direction of UX — I think the result isn’t bad at all. Check it out at https://fosdem.hello-data.nl.

It even implemented an important feature to put overlapping events in the ‘My Events’ next to each other so you visually know that you cant go to both events since they overlap.

Read more

Recent Notes


27 February 2026

We just published a new package called Laravel OpenAPI CLI that turns any OpenAPI spec into dedicated Laravel artisan commands. Each endpoint gets its own command with typed options for path parameters, query parameters and request bodies. Let me walk you through what the package can do.

backend open api laravel

27 February 2026

Is your vibe-coded app a Crapject or a Gift?


20 February 2026

Modern browsers now support everything needed to build sophisticated, reactive web interfaces without React, Vue, or Angular. Web components, custom elements, shadow DOM, and native event systems l...

frontend framework

19 February 2026

fragments 18 Feb 2026

artificial intelligence coding assistant