Blog

My Articles

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

Streamlining PHPUnit Test Output in VS Code

For a long time, I found PHPUnit's output in the terminal to be cumbersome. When multiple tests failed, it became challenging to locate the actual failed assertion among the stack of errors. This...


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...

My Work Featured on Laravel News