Dutch PHP Conference
Conference report: our notes and takeaways from the Dutch PHP Conference.
6 min readStatically analyze your Laravel 9 application with PHPStan
This article shows how to enrich your Laravel application with type hints so you can reap the benefits of static analysis.
11 min readHow to ensure only a single model has a certain value in Laravel?
What if only a single record in your database is allowed to have a certain value for a given property?
6 min readValidating a multi-column unique key in Laravel Nova
How do you incorporate the rules for a unique key consisting of multiple columns in Laravel Nova?
6 min readSimply Static Deploy: static site generator and deploy plugin for WordPress
Generate a static version of your WordPress site and deploy it to an AWS S3 bucket.
8 min readCase Study: Serverless architecture for The Ocean Cleanup
Migrating from a dynamic monolithic CMS approach to a statically hosted WordPress site with microservices.
10 min readGuidelines for Dutch governmental websites
Make your governmental website comply with the Dutch guidelines.
10 min readOur WordPress Pro setup
A WordPress boilerplate, including dependency management, multi-environment deployment strategies and front-end tooling.
9 min readChallenges with doing recursion in PHP
Struggles and successes.
9 min read