#programming-blogs
Read more stories on Hashnode
Articles with this tag
Something I recently came across while working on a Laravel app was an unoptimized factory. I’ve seen this many times and have even been guilty of it....
In this article, I want to go over how to use tappable scopes in Laravel. I’ve used similar patterns in Java Spring Boot, but never really considered...
Use Dedicated Classes for Managing Cache · I’ve been working on a Laravel project that requires numerous database calls, so I have started implementing...
Do Anything, Side Projects, JavaScript Bloat, Enshittification, and CLI tools · I feel like I didn't get as much reading done in February but I am back...
Learn how to create, throw, and handle custom exceptions when making requests to third-party APIs · This is the fourth part of my series on Integrating...
Using controller-like classes and Laravel-data for efficient API communication · Welcome back to my series for Integrating Third-Party APIs in Laravel....