Blog
January 7, 2025
Using PHP 8.4's Lazy Objects
Check out my video on "Using PHP 8.4's Lazy Objects" at the php[architect] YouTube Channel. https://youtu.be/48_IhA8dKBs
ReadJanuary 5, 2025
New in PHP 8.4: Property Hooks
One of the new features added to PHP in the 8.4 release was the ability to define property hooks in our classes. Using property hooks we can override the default set
and...
December 19, 2024
PHPxWorld with Chris Morrell
Check out my video on "PHPxWorld with Chris Morrell" at the php[architect] YouTube Channel. https://youtu.be/g3fBinPV9js
ReadDecember 11, 2024
Serverless Architectures With Nelson Isioma
Check out my video on "Serverless Architectures With Nelson Isioma" at the php[architect] YouTube Channel. https://youtu.be/CsEHa1Sz5Cg
ReadDecember 3, 2024
Concurrency With Florian Engelhardt
Check out my video on "Concurrency With Florian Engelhardt" at the php[architect] YouTube Channel. https://youtu.be/w92sUYUIVW8
ReadNovember 25, 2024
Using The Log Facade to Debug Production Bugs in Laravel 11
Check out my video on "Using The Log Facade to Debug Production Bugs in Laravel 11" at the php[architect] YouTube Channel. https://youtu.be/Ia8wXn6VTtY
ReadNovember 10, 2024
Running PHP 8.4RC4 in Docker
We're just a couple of weeks away from the release of PHP 8.4 and while it's still in Release Candidate (RC) stage if you're like me you at least want to experiment with the new features but you're...
ReadOctober 29, 2024
How To: Soft Delete Data in Laravel 11
Check out my video on "How To: Soft Delete Data in Laravel 11" at the php[architect] YouTube Channel. https://youtu.be/mNBPJG3x-OE
ReadOctober 24, 2024
Time, Why You Punish Me? - Cascadia PHP 2024
I presented my talk on Time in PHP at Cascadia PHP 2024. Links: Join.d Slides: Follow Scott: Mastodon: @scottkeckwarren@phpc.social X/Twitter: @scottkeckwarren (write only)...
ReadOctober 24, 2024
SQL Database Design For Developers - Cascadia PHP 2024
I presented my talk on "SQL Database Design For Developers" at Cascadia PHP 2024 and these are links to more information. Links: Join.d Slides: Follow Scott: Mastodon:...
Read