The php[podcast] 2024.11.7: PHP for Fun and PHProfit

This week on the PHP Podcast, Eric and John talk about New Features in PHP 8.4, The Magic Behind Laravel’s defer(), Doctrine Introduces EnumType Columns, Serialization/Deserialization, Laravel’s Nightwatch, PHPTek 2025, and more… Links from the show: PHP 8.4: new features and release date The magic behind Laravel’s new defer() helper — Amit Merchant — A […]

The post The php[podcast] 2024.11.7: PHP for Fun and PHProfit appeared first on php[architect].

https://www.phparch.com/podcast/the-phppodcast-2024-11-7-php-for-fun-and-phprofit/

Établi 3mo | 15 nov. 2024 à 02:50:09


Connectez-vous pour ajouter un commentaire

Autres messages de ce groupe

Cranking PHPStan to 10

A new year often comes with new goals, ideas, and plans for the future. We start with the best intentions to achieve all of those things; however, somewhere between the end of January and Springtim

31 janv. 2025 à 23:30:07 | PHP Architect
The PHP Podcast 2025.01.09: Knock It Out of the PHPark

This week on the PHP Podcast, Eric and John talk about Github Skylines, ElePHPants, PHP Tek and more… Links from the show: PHP Tek 2025 – May 20th to 22nd, 2025 A Field Guide to Elephpa

31 janv. 2025 à 02:40:03 | PHP Architect
Faster Database Performance with Denormalization

Database Denormalization For Performance In the past, we’ve discussed using methods to normalize our database to reduce data redundancy and decrease bugs. One downside to normalizing our data

28 janv. 2025 à 21:20:05 | PHP Architect
Using PHP 8.4’s Lazy Objects

One of the more interesting features added to PHP 8.4 is the ability to create Lazy Objects. Lazy Objects allow us to defer the initialization of an object until one of its properties is accessed.

27 janv. 2025 à 19:50:04 | PHP Architect
PHP Podcast 2025.01.23: Discussing PHP’s Hidden Treasures

This week on the PHP Podcast, Eric and John talk about PHP Tek 2025, Community Corner Podcast, Convince Your Boss to attend PHP Tek, and more… This week on the PHP Podcast, Eric and John dis

24 janv. 2025 à 03:50:02 | PHP Architect
PHP Podcast 2025.01.16

This week on the PHP Podcast, Eric and John talk about PHP Tek 2025, Community Corner Podcast, Convince Your Boss to attend PHP Tek, and more… Links from the show: Application Monitoring & Er

17 janv. 2025 à 04:40:09 | PHP Architect
Using The Log Facade to Debug Production Bugs in Laravel 11

One of the features of Laravel that makes it a real joy to work with is its built-in logging functionality. This can be a real boon if we’re trying to troubleshoot a problem in production bec

17 janv. 2025 à 04:40:07 | PHP Architect