Topic: Debugging
All the articles about "Debugging".
-
Why Flux UI Ignored My Date Format (And How I Fixed It)
When Flux UI's chart format prop silently does nothing, the fix is to format your data in PHP instead. Three attempts, one lesson.
-
Why My Flux UI Checkbox Didn't Work (And When to Use Native HTML Instead)
Flux UI's checkbox component silently does nothing in traditional HTML forms. Here's why, and when you need native HTML instead.
-
Three Bugs Hiding Behind One Production Error
A single 500 error on my idea edit page turned out to be three separate bugs stacked on top of each other. Here's how I found and fixed each one.
-
Fixing Common Local Dev Errors When You First Pull a Laravel Project
A practical guide to fixing the most common errors you'll hit when pulling a Laravel project locally for the first time — S3, Algolia, Livewire, and more.