PHP 7.3: Flexible Heredoc and List Assignments
A hands-on look at PHP 7.3's flexible heredoc syntax and list assignment improvements, and how they contribute to better code readability.
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 23/32)
A hands-on look at PHP 7.3's flexible heredoc syntax and list assignment improvements, and how they contribute to better code readability.
An honest look at what I learned throughout 2018, how my habits shifted, and what I want to pursue next.
Practical notes on keeping the request/response layer clean in the UI using Axios interceptors, error handling, and shared configuration.
How I use Laravel's task scheduler to run many scheduled jobs from a single cron entry, keeping the scheduling logic readable and version-controlled.
Practical notes on adding multi-language support to Laravel: organizing language files, separating text from code, and managing locale switching.
Managing JavaScript dependencies with npm, configuring package.json correctly, and handling the practical challenges you run into in the package ecosystem.