Getting Started with ES6: let, const, and Arrow Functions
An introduction to the most impactful ES6 features — let, const, arrow functions, and template literals — with practical examples.
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 30/32)
An introduction to the most impactful ES6 features — let, const, arrow functions, and template literals — with practical examples.
An overview of PHP 5.6's variadic argument support and the new exponentiation operator, with practical examples.
A practical walkthrough of building interface-agnostic JSON API endpoints in Laravel.
Practical rules for making an API predictable through the triangle of resources, HTTP methods, and status codes.
A step-by-step walkthrough of setting up Laravel Homestead to eliminate the classic 'it works on my machine' problem across teams.
A walkthrough of the key changes when moving from Laravel 4 to 5 — directory layout, .env configuration, and application bootstrapping.