Technical Blog
Thoughts, tutorials, and insights on software engineering, web development, and the tech industry.

laravel11 min read
Preventing Lazy Loading in Laravel: Boost Performance & Catch N+1 Queries
Learn how to prevent lazy loading in Laravel Eloquent to eliminate N+1 query problems and improve application performance with practical examples.
December 2025Read More

laravel17 min read
Implementing Multi-Factor Authentication in FilamentPHP v4
Learn how to secure your FilamentPHP admin panel with MFA using native features or community plugins. Complete guide with code examples.
December 2024Read More

laravel11 min read
How to Set Up Xdebug with Laravel Herd and PhpStorm on macOS
A complete, step-by-step guide to configure Xdebug for debugging Laravel applications using Herd and PhpStorm. Includes solutions to common issues like HTTPS port configuration.
December 2024Read More