Laravel Octane: How We Scaled to 50M Daily Requests Without Changing Infrastructure
Real production experience scaling a Laravel app from 2M to 50M daily requests using Octane. Includes benchmarks, gotchas, and the hard lessons we learned.
Articles about cloud platforms, services, and infrastructure including AWS, Azure, and Google Cloud.
Real production experience scaling a Laravel app from 2M to 50M daily requests using Octane. Includes benchmarks, gotchas, and the hard lessons we learned.
Learn how to scale your Laravel application to 100M requests per day using Redis as a caching layer. Discover the problems we faced, the solutions we tried, and the lessons we learned.
Integrate Stripe into your subscription-based service with our step-by-step guide. Learn how to set up a Stripe account, install the Stripe library, create a customer, create a payment method, create a payment intent, handle webhooks, and handle recurring payments.
After migrating three production apps to RSC, I learned the hard way when server components shine and when they become a liability. Here's what the docs won't tell you about choosing between server and client components.