My new video on the #phpc DateTimeImmutable function is out on the #phparch YouTube channel. Come, let me know where I got it wrong!
https://www.phparch.com/2025/12/why-your-php-dates-keep-breaking-and-how-to-fix-it/
My new video on the #phpc DateTimeImmutable function is out on the #phparch YouTube channel. Come, let me know where I got it wrong!
https://www.phparch.com/2025/12/why-your-php-dates-keep-breaking-and-how-to-fix-it/
My newest educational video on the #ContentSecurityPolicy is out on the @phparch #youtube channel. It's a powerful tool that can really increase the #security of your #SaaS applications.
https://www.phparch.com/2025/11/the-secret-header-that-makes-your-php-app-10x-more-secure/
It just hit me that my March article in #phparch will be the 95th magazine column I've written. 91 for php[architect], 4 for the discontinued net magazine.
I feel like this is a fun accomplishment.
I also feel old ...
Many thanks to @eric, @john, and all the crew at #PHPArch for an amazing return to #PHPTek!
Thank you also to the sponsors for making it possible!
- https://www.phoneburner.com
- https://www.infobip.com
- https://www.jetbrains.com/phpstorm/
- https://platform.sh
- @osmi
- https://laravel.com
And, lastly, thank you to the attendees for making it awesome!
php: drupal:Once you've read https://www.phparch.com/2022/09/writing-cleaner-more-resilient-code-with-value-objects/ on #phparch, take some time to learn how to obfuscate your value objects (and protect potentially sensitive data) here => https://eric.mann.blog/self-obfuscating-value-objects/
As developers, we should always be striving to learn new methods to reduce the number of bugs in our code. Some methods require us to completely re-architect our code, but sometimes there are those hidden gems that we can quickly add to our code base that will immediately help us and require just a little […]