🌎 Community-curated list of tech conference talks, videos, slides and the like — from all around the world

🎤

A common problem we face as web developers is providing a good user experience while running a time-consuming process. A great solution to this problem is background jobs, to run in a queue and let users continue with the flow of the app. Popular PHP frameworks have built-in solutions for this, but what if we needed to implement a queue in plain old PHP or an application we hobbled together using components? This talk will show you how to set up a queue system that’s perfect for any PHP application, using tools already available in the language. No frameworks or packages required!
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.