AFUP Day 2019
[:fr]La parole est aux speakers : Freek Van Der Herten (AFUP Day 2019 Lille)[:]
[:fr]Jusqu’à l’AFUP Day 2019 Lyon, retrouvez nos interviews de speakers pour mieux comprendre leur parcours et le sujet qu’ils ou elles aborderont lors de leur conférence !
La conférence
Supercharging queues in Laravel with HorizonOut of the box Laravel comes with decent support for queues. Laravel Horizon takes this one step further. Horizon is two things: a server side part that adds intelligence to your queues (think autobalancing), and a client side part to see the content of the queues. In this short, practical talk we'll install Horizon into a Laravel app and play around with it. |
Auberge Stéphane Hessel 17/05/2019 14:45-15:25 |
Your company, Spatie, has published more than two hundred open source repositories. How did you maintain these many packages ?
Luckily most of the packages are currently quite stable. I think that there aren’t that many big bugs in there. We also try to limit the scope of each package. Mostly we only take on PRs that add functionality that we need ourselves. Every week I take some time to run through all new issues and PRs that have come in. Most of them can be resolved in that time. I’m also not the only one that does this work, my whole team helps out with the maintenance. Because some of the package have become quite popular we get a lot of help from the community as well. We a bug is reported it’s not uncommon that we quickly get a good PR that solves it. For some of the packages contributors stepped up to became the primary maintainer.
(suite…)