Blog
Articles on PHP design patterns, testing strategies, data structures, and clean architecture.
-
How to use symfony/mailer without the Symfony Framework
Category: SymfonyNow that Swiftmailer is (almost) dead, let's meet its replacement.
-
Introducing Iterator Functions
Category: Performancedoekenorg/iterator-functionsprovides array-like functions that will ease the use of iterators & generators. -
Generators over arrays
Category: PerformanceLearn more about these supercharged arrays that can preserve memory.
-
Event Dispatching
Category: How does it workAn exploration into events and their workings within multiple frameworks.
-
Validate method parameters using callbacks in PHPUnit
Category: PHPUnitSave yourself from (re)creating difficult objects for simple assertions.
-
Group multiple boolean attributes in Laravel Nova
Category: LaravelStreamline and minimize your UI by customizing a BooleanGroup.