Articles in this series
From time-to-time, you will happen upon a problem between your frontend and API that you can't quite see. A dd() in your controller or a console.log()...
In many tutorials around the web, authors use and define services like Twilio in the controller, which flies in the face of the principles of MVC...
GraphQL, in my opinion, has been one of the best technologies to be released in the last ten years. GraphQL is a specification that describes how we...
Separating validation from your controllers with Form Requests ยท Laravel senior devs are constantly looking for ways to ensure their functions,...
Making custom rules when they get complicated ยท Sometimes the rules that come pre-built into Laravel are not enough. Luckily, Laravel provides a way for...
I've been gone for a while, but I'm back! During my 'break' I gave Inertia with Laravel another chance and ended up liking it. I'm still not a fan of...