1. April 10, 2024

    Laravel relies heavily on Facades. Some might think they are anti-patterns, but I believe that if they are used correctly, they can result in clean and testable code. Let's see how.

  2. February 25, 2024

    Building console applications can be a lot of fun, but also quite challenging. However, Laravel Zero makes it incredibly easy and way more enjoyable!

  3. February 04, 2024

    How often have you heard "Code to an interface"? I'm sure, at least a few times, and I know it can be hard to understand at first. I've been there, so let's see what it means.

  4. January 28, 2024

    Whenever we encounter an N+1, we usually resort to Eager Loading. As much as it seems like the appropriate solution, it can be the opposite..

  5. December 18, 2023

    Laravel offers an elegant method-calling feature called Facades. At first glance, they resemble static methods, but well, they are not! What kind of magic is Laravel doing?

  6. December 12, 2023

    Not once, not twice have we faced the infamous 'Token Mismatch' exception in Laravel. But hey, the poor guy is just looking out for you, trying to shield you from the evil 😈, let's have a look..

  7. November 21, 2023

    PHP 8 has introduced attributes, which are quite impressive and powerful, in this article will use them to toggle Laravel routes on and off, how cool is that?

  8. May 01, 2022

    Hello! you'll find my solutions to the Bandit challenges with an explanation, hopefully, this helps you if you're struggling.