Blog

My Articles

Here I share my thoughts, ideas, and experiences.
I write about PHP & Laravel and other web development topics in general.

Improving Code Readability with Laravel Pint's phpdoc_line_span Rule

As developers, we understand the importance of code readability. A well-structured and easy-to-read codebase not only helps us understand our own code better but also makes it easier for other...


Laravel Queue "has been attempted too many times or run too long" error

Have you ever encountered the "has been attempted too many times or run too long" Laravel queue error? It's a an issue that can be frustrating to debug. Most solutions to this problem revolve around...


How and why wrapping Laravel HTTP API request inside Laravel job?

Hey there! Today we're talking about how to wrap Laravel Http API client requests in Laravel Jobs for improved efficiency. But first, let's go over the requirements - not all API requests are...


A good start for integrating Trello Webhooks with Laravel

After a long silence, I am back with some more tips. I have a good reason, though. For the past year, I've been working on an automation system written in Laravel for a London-based company. Its...

My Work Featured on Laravel News