PHP
Using Generators (and LazyCollections) for Paginating APIs
A post outlining how you can use generators, and LazyCollections, to create better interfaces for paginating APIs. Read more
A post outlining how you can use generators, and LazyCollections, to create better interfaces for paginating APIs. Read more
Let’s review their similarities and differences, and determine when to use which. Read more
[AdSense-A]
We're proud to announce that we have released v6 of the self-hosted version of Mailcoach.
If you have an active license, you'll be happy to know that this is a free upgrade. If you don't have a license, you can purchase it here.
In this blog post, I'd like to tell you all about the new features of this shiny new version.
You can now easily consume the Mailcoach API in your app using our SDK. Read more
When working in a big repository, you sometimes lose track of your required Composer packages. There may be so many packages you can’t be sure if they are actually used or not. This tool can Read more…
A post by Caleb Porzio that resonated with me. I’m pretty sure that every creator feels this way at some point in time. Read more
Using queues in @laravelphp is great … unless the queue has silently failed and you didn’t even know about it 🚨 I’m going to show you a simple and lightweight strategy to notify you when Read more…