Great visualisation for the efficiency of cursor based pagination from @jessicamauerhan at #ipc #webinale. Did you know that limit-offset pagination has to scan the whole database to figure out what comes next?

That's a long time if you're on the last page of thousands of results. But it doesn't have to be that way - investigate adding cursors to your data sets. With appropriate indices, the time required is constant.

#pagination #APIDevelopment #webinale24 #ipc24 #intPHPcon

The life of a maintainer (and generally any back-end engineer) - if your existence is acknowledged, something's probably gone wrong! I feel you, @jrf_nl

Thank you to all of the package maintainers out there 💕

#ipc24 #webinale24 #intPHPcon #webinale #ipc #php #phpcs

@jessie we need to talk about languages (and not just Japanese)! :p I'm working in the i18n/l10n team at my current org. I also noticed your later talk at #ipc24 #webinale24 and I'll definitely be attending. :)
A novel solution to the problem of using data for AI training by @jessie at #ipc24 #webinale24 😂