Transform WordPress into a headless CMS
Follow our advice to ensure a smooth headless experience with WordPress
10 min readTips to make your codebase future developer friendly
After frustrating experiences with codebases, I created this list to, hopefully, prevent that frustration in the future.
8 min readMelkweg.nl - Serving over 30,000 web pages blazingly fast.
An insight into how we made the new website for the Melkweg fast and snappy.
8 min readChange cache driver for Laravel Task Scheduler onOneServer
With onOneServer you can prevent jobs from executing on multiple workers. But how to use another cache driver?
3 min readThe smallest PHP version switcher
A really quick PHP version switcher built with Homebrew
4 min readDeploying your PHP application to an Amazon Auto Scaling Group with Deployer
This article tells you how to deploy your PHP application to an Amazon ASG, using Deployer.
8 min readDutch 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.
12 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