Blog
Thoughts, tutorials, and things I've learned along the way.
Adaptive Livewire Components with Wireable & Modelable
How to build one Livewire component that adapts its UI per page — using Wireable, Modelable, and capability interfaces instead of prop explosion.
livewire
laravel
php
architecture
Design Patterns in Practice: Template Method in Laravel
How the Template Method pattern can be used to elegantly structure simple or complex export processes in Laravel.
laravel
design-patterns
php
Finding Satisfaction as a Developer in the Age of AI
AI tools are taking over tasks that once brought us joy. A shift in perspective on what drives satisfaction and motivation as a developer.
personal
ai
career
Discovery-Based Architecture in PHP
Decoupled matching via PHP Attributes and Reflection, explained with webhook event handlers. How to build flexible, auto-discovering structures instead of growing if/match blocks.
php
laravel
architecture