Turning business problems into maintainable Laravel software.

Hi, I’m Dick van der Heiden, co-owner of the tech agency Goedemiddag! and a backend Laravel developer. I operate between stakeholders and developers by translating business goals into technical direction. That's achieved by designing maintainable systems and helping my teams build software that works in real life.

Dick van der Heiden

Where to begin

Start here

Business owner

Software decisions without unnecessary complexity

How to think about custom applications, integrations, maintainability, and long-term software value.

Read business-focused articles

Product owner

From vague request to useful product direction

How I translate stakeholder ideas into user stories, architecture, and delivery plans.

Read about product & process

Developer

Laravel, APIs, packages, and maintainable backend systems

Technical notes from real production work.

Read technical posts

Development services

Need a Laravel development?

I co-own Goedemiddag!, where we build custom Laravel applications, portals, integrations, and long-running business software.

Visit Goedemiddag!

Latest writing

Recent posts

See all posts
Technical

MySQL/MariaDB driver vs laravel-backup

MariaDB 11 removed the mysqldump binary, which can break backups for projects still using the MySQL driver. Switching drivers isn’t always straightforward due to differences like UUID storage. This post shows a simple workaround to fix backups without changing your database schema.

Laravel Backups MariaDB
Published
Author Dick van der Heiden
Read post
Technical

Redirects in HydePHP

Using a HydePHP extension that generates static redirect pages from configuration without relying on server-side routing or hosting-specific features.

Static Site Generator HydePHP
Published
Author Dick van der Heiden
Read post