Scalar Type Declarations and Return Types in PHP 7
A practical look at how I use scalar type declarations and return type definitions introduced in PHP 7.
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 29/32)
A practical look at how I use scalar type declarations and return type definitions introduced in PHP 7.
PHP 7.0 was released this week. I share my first impressions on the performance gains, scalar type declarations, and return types.
I configured a PHP package from scratch and published it on Packagist so others could use it — here's how I did it.
What middleware is in Laravel, how to write it, and how to centralize cross-cutting concerns like authentication in one place.
How to define hasMany and belongsTo relationships in Laravel Eloquent, and how to solve the N+1 query problem with eager loading.
How I set up a front-end workflow that automates Sass compilation, JavaScript bundling, and browser reloading with Gulp.