Scaling Laravel to 100M+ jobs and 30,000 requests/minute
Learn how I was able to easily scale an application to handle hundreds of millions of jobs using nothing but Laravel, Redis and MySQL Read more
Learn how I was able to easily scale an application to handle hundreds of millions of jobs using nothing but Laravel, Redis and MySQL Read more
I get asked a lot about how you work with Laravel. So in this tutorial, I will walk through my typical approach to building a Laravel application. The post How I develop applications with Laravel app…
The globalThis proposal introduces a unified mechanism to access the so-called “global object” a.k.a. “the global” in any JavaScript environment. It sounds like a simple thing to polyfill, but it turns out it’s pretty hard to get right.
Consistent API responses are important these days, and finding a standard is a great way to level up your approach. In this tutorial, we will look at JSON API The post JSON API Resources in Laravel…