Articles
All the articles I've posted.
-
Small UX Fixes That Make Your Laravel App Feel More Polished
A collection of small but meaningful UX improvements for Laravel apps — external link indicators, preventing layout shift, and more. Real examples from building a Livewire app.
-
Preventing Visual Shift in Your Laravel App
Three types of visual shift that make your Laravel app feel janky, and the patterns to fix each one. Conditional UI, loading states, and modal content.
-
How to Handle a Spam Vulnerability Report (And What to Actually Fix)
I received a scary-sounding security vulnerability report about my Laravel app. It was mostly spam — but it highlighted two real gaps worth fixing.
-
Livewire Components vs Blade: A Non-Developer's Guide to Making the Right Choice in Laravel
When should you use a Livewire component and when should you use Blade? A practical guide for non-developers building with Laravel, with real code examples and quotes from Taylor Otwell.