Blog.
In this video I give you a quick demo to contextr, a PHP package for AI-driven text analysis for spam, sentiment, moderation, and more.
In...
Read more
I’ve been working on something lately, and I’m excited to let you in on it. Meet contextr, a PHP package that uses AI to analyze text. Super handy if you want to spot spam, determine sentiment, or enforce moderation...
Read more
Today I wanted to see if I could get Paver working within Filament. It was pretty easy, let's go through the steps.
Install and setup Paver
First, you
Read more
In this video I introduce you to Paver, a block editor for PHP developers. I'm showing you how you can install it in a plain Laravel application, how you can add your own blocks and add custom options.
Of course creating custom...
Read more
Last weekend, I launched Paver. A drag-and-drop block editor built specifically for PHP developers. Currently it's in the pre-release stage.
The Why Behind Paver
Imagine a designer hands you...
Read more
Aside from WordPress development, I work a lot with Laravel. And one of the things I love about Laravel, is the Jobs API. In short: a dedicated class for your job that you can dispatch or schedule.
In WordPress, we have the event...
Read more
Flare, for me at least, is mostly known as a error tracker for Laravel applications. However, the service is framework agnostic and can be used for other frameworks, including WordPress, as well. So how do you add it to your WordPress...
Read more
This year, my Year in Review is not a blogpost, but a post on X instead:
Short version of Year in review this time:✅ First Laracon at
Read more
Using Composer to manage and load packages is commonplace in PHP projects, and most of the time, it just works. However, if you're developing a WordPress plugin or theme, you might encounter some challenges.
Read more