My first reactive component with Vue.js
My experience moving from jQuery DOM manipulation to Vue.js's data-driven approach, and how I wrote my first reactive component.
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 26/30)
My experience moving from jQuery DOM manipulation to Vue.js's data-driven approach, and how I wrote my first reactive component.
How I apply SRP — the S in SOLID — to PHP classes with concrete examples, moving beyond abstract theory.
How I manage multiple user types in a single Laravel 5.2 application using guards and route groups.
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.