Blog
Thoughts on PHP, Laravel, AI, and software engineering.
Laravel
Updated
Eloquent Performance: Reusable relationships
Learn how to make your Eloquent queries run faster by using the reusable relationships
Laravel
Updated
Eloquent Performance: Fake relationships
Learn how to use fake relationships to create robust queries
Laravel
Updated
Eloquent Performance: Subqueries
Learn how to use subqueries
Laravel
Updated
Eloquent Performance: Eager-loading
Learn how to fix N+1 issues by using the eager-loading
Laravel
Updated
Eloquent Performance: Avoid SELECT *
Learn how to select only the needed columns to make your query runs faster
Laravel
Updated
Eloquent Performance Tips
A series of posts that teaches you how to optimize your Eloquent queries
Laravel
Updated
JWT with Laravel
Learn how to generate JWT without any composer libraries in Laravel.
Laravel
Updated
Queues in Laravel: Building a video downloader website
Learn how to use queues to build up a video downloader website using the youtube-dl library.