Blog
Thoughts on PHP, Laravel, AI, and software engineering.
Laravel
Eloquent Performance: Subqueries
Learn how to use subqueries
Laravel
Eloquent Performance: Eager-loading
Learn how to fix N+1 issues by using the eager-loading
Laravel
Eloquent Performance: Avoid SELECT *
Learn how to select only the needed columns to make your query runs faster
Laravel
Eloquent Performance Tips
A series of posts that teaches you how to optimize your Eloquent queries
Laravel
JWT with Laravel
Learn how to generate JWT without any composer libraries in Laravel.
Laravel
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.