Writing.
Notes on building software and things I’ve learned along the way.
Build a Spotlight-like App with NativePHP
Build a macOS Spotlight-like launcher with NativePHP — app search, launch tracking, and a built-in calculator.
Notifying Users of Multiple Failed Login Attempts
Protect your Laravel app from brute-force attacks by notifying users when multiple failed login attempts occur.
Implementing Suspicious Login Detection & "Wasn't Me" in Laravel
Learn how to track login attempts, detect unusual activity by location and device, and let users secure their Laravel accounts with one click.
Run Laravel Tests Crazy Fast
Tips for speeding up Laravel test suites with parallel testing, shared database configuration, and a custom FastRefreshDatabase checksum approach.
Rendering FluxUI Components Inside Laravel Markdown
Guide to rendering FluxUI components inside Laravel Markdown by overriding heading, paragraph, and link renderers for consistent styling across a blog.