#intphpcon — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #intphpcon, aggregated by home.social.
-
Here is the material I used for my keynote at #IntPHPCon today: https://phpunit.expert/presentations/30-years-of-code-25-years-of-tests.html?ref=mastodon
-
Here is the material I used for my keynote at #IntPHPCon today: https://phpunit.expert/presentations/30-years-of-code-25-years-of-tests.html?ref=mastodon
-
And here the material I used in my presentation at #IntPHPCon today: https://phpunit.expert/presentations/modern-php-development.html?ref=mastodon
-
And here the material I used in my presentation at #IntPHPCon today: https://phpunit.expert/presentations/modern-php-development.html?ref=mastodon
-
Setting up for my first session at #IntPHPCon today.
-
Setting up for my first session at #IntPHPCon today.
-
On my way to #IntPHPCon, listening to @afilina. https://youtu.be/poquW_vYxUs
-
On my way to #IntPHPCon, listening to @afilina. https://youtu.be/poquW_vYxUs
-
Back home from a couple of days of vacation, changing luggage contents, and off to Munich early tomorrow morning for #IntPHPCon. See you soon!
-
Back home from a couple of days of vacation, changing luggage contents, and off to Munich early tomorrow morning for #IntPHPCon. See you soon!
-
On my way to Vienna for #DrupalCon 🚆 Presentation for tomorrow ✅
Presentation for #IntPHPCon in Munich in two weeks… still in progress.This time, I flipped my usual workflow: wrote the article with my key messages first, now distilling it into slides.
-
On my way to Vienna for #DrupalCon 🚆 Presentation for tomorrow ✅
Presentation for #IntPHPCon in Munich in two weeks… still in progress.This time, I flipped my usual workflow: wrote the article with my key messages first, now distilling it into slides.
-
Here is the material I used for my presentation "Testable Database Interaction" at #IntPHPCon today:
https://thephp.cc/presentations/testable-database-interaction?ref=mastodon
-
Here is the material I used for my presentation "Testable Database Interaction" at #IntPHPCon today:
https://thephp.cc/presentations/testable-database-interaction?ref=mastodon
-
Here is the material I used for my "So you think you know #PHPUnit?" at #IntPHPCon today:
https://thephp.cc/presentations/so-you-think-you-know-phpunit?ref=mastodon
-
Here is the material I used for my "So you think you know #PHPUnit?" at #IntPHPCon today:
https://thephp.cc/presentations/so-you-think-you-know-phpunit?ref=mastodon
-
Dear #PHP community,
I was looking forward to meeting you all at last week's #IntPHPCon in Munich and next month's #SymfonyCon in Vienna.
However, I was/will not be able to.
I have just returned from another week in hospital and am now "looking forward" to surgery and at least another week in hospital next month.
Chances are good that I will make a full recovery. I will have to slow things down for a while, though.
-
Dear #PHP community,
I was looking forward to meeting you all at last week's #IntPHPCon in Munich and next month's #SymfonyCon in Vienna.
However, I was/will not be able to.
I have just returned from another week in hospital and am now "looking forward" to surgery and at least another week in hospital next month.
Chances are good that I will make a full recovery. I will have to slow things down for a while, though.
-
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.
-
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.
-
We need to normalize open source developers getting paid for their work, says @jrf_nl. #IntPHPCon
-
We need to normalize open source developers getting paid for their work, says @jrf_nl. #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 💕
-
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 💕
-
On my way to the airport for #ipc #intPHPcon this week in Berlin. I'll be delivering two talks - 🔐 Auth 101 and 🧅 Shrek, Onions and Architecture.
Looking forward to seeing some familiar faces and indomitable #PHPWomen @jrf_nl, @zzap, @michelle and @jessicamauerhan!
Will you be there? :)
-
On my way to the airport for #ipc #intPHPcon this week in Berlin. I'll be delivering two talks - 🔐 Auth 101 and 🧅 Shrek, Onions and Architecture.
Looking forward to seeing some familiar faces and indomitable #PHPWomen @jrf_nl, @zzap, @michelle and @jessicamauerhan!
Will you be there? :)
-
Yesterday at #intphpcon, I showcased some of the features our contributors developed on the road to #Symfony 7 and explained how you can upgrade your apps.
-
Yesterday at #intphpcon, I showcased some of the features our contributors developed on the road to #Symfony 7 and explained how you can upgrade your apps.
-
On Tuesday, I've held a session "Why Symfony?" at the #IntPHPcon
Munich. That was a live coding session mainly, but if you're interested in the slides of the first part titled "Do I Need a Framework?", they're online now.https://slidr.io/derrabus/why-symfony-an-introduction-to-the-popular-web-framework
-
On Tuesday, I've held a session "Why Symfony?" at the #IntPHPcon
Munich. That was a live coding session mainly, but if you're interested in the slides of the first part titled "Do I Need a Framework?", they're online now.https://slidr.io/derrabus/why-symfony-an-introduction-to-the-popular-web-framework
-
At #IntPHPCon #IPC last week, @edorian proposed that #PHPUnit should control when PHP's garbage collector is triggered.
I have implemented this in https://github.com/sebastianbergmann/phpunit/pull/5368
Thoughts?
-
At #IntPHPCon #IPC last week, @edorian proposed that #PHPUnit should control when PHP's garbage collector is triggered.
I have implemented this in https://github.com/sebastianbergmann/phpunit/pull/5368
Thoughts?
-
Here are the slides for my talk “MySQL for E-Commerce” at #IntPHPcon #IPC23 https://github.com/thomasbley/talks/blob/master/MySQL_for_Ecommerce_ipc_2023_ThomasBley.pdf
-
Here are the slides for the "PHP Foundation: Past, Present, and Future" talk which @beberlei and I presented at #IntPHPCon in Berlin yesterday https://naderman.de/slippy/slides/2023-05-24-IPC-PHP-Foundation-Past-Present-Future.pdf - Find out more at http://php.foundation/ or contribute at https://opencollective.com/phpfoundation #phpc #phpfoundation #php
-
Here are the slides for the "PHP Foundation: Past, Present, and Future" talk which @beberlei and I presented at #IntPHPCon in Berlin yesterday https://naderman.de/slippy/slides/2023-05-24-IPC-PHP-Foundation-Past-Present-Future.pdf - Find out more at http://php.foundation/ or contribute at https://opencollective.com/phpfoundation #phpc #phpfoundation #php
-
Here is the material I used for my presentation on #PHPUnit 10 at #IntPHPCon #IPC23 today:
-
Here is the material I used for my presentation on #PHPUnit 10 at #IntPHPCon #IPC23 today:
-
Here is the material I used for my presentation on #DependencyManagement at #IntPHPCon #IPC23 today:
https://thephp.cc/presentations/fearless-dependency-upgrades
-
Here is the material I used for my presentation on #DependencyManagement at #IntPHPCon #IPC23 today:
https://thephp.cc/presentations/fearless-dependency-upgrades
-
That was fun! Panel discussion with @sebastian and @Girgias, moderated by @robert on the State of the PHP World at #IntPHPCon in Berlin #phpc #php #composerphp
-
That was fun! Panel discussion with @sebastian and @Girgias, moderated by @robert on the State of the PHP World at #IntPHPCon in Berlin #phpc #php #composerphp
-
Slides for my #IntPHPCon talk "Get a grip on your project's supply chain" https://naderman.de/slippy/slides/2023-05-23-IPC-Get-a-grip-on-your-projects-supply-chain.pdf - find me if you want some Composer stickers! 👋#composerphp #supplychain #security
-
Slides for my #IntPHPCon talk "Get a grip on your project's supply chain" https://naderman.de/slippy/slides/2023-05-23-IPC-Get-a-grip-on-your-projects-supply-chain.pdf - find me if you want some Composer stickers! 👋#composerphp #supplychain #security