2018 Year in Review: Where a PHP Developer Landed
An honest look at what I learned throughout 2018, how my habits shifted, and what I want to pursue next.
Tag
Building applications with PHP: language features, versions and practices. (Page 6/8)
There are 48 posts with this tag.
An honest look at what I learned throughout 2018, how my habits shifted, and what I want to pursue next.
From installing PHPUnit to writing my first unit tests — what worked, what tripped me up, and the lessons learned along the way.
What PHP 7.2 introduced and how the direction of the language has shaped my day-to-day coding habits.
Connecting to external services in PHP with the Guzzle HTTP client — covering timeouts, error handling, and building a reliable request structure.
What closures (anonymous functions) are in PHP, how variable capture with the use keyword works, and practical everyday examples.
PHP 7.1's nullable type declarations and void return type make function signatures more readable and precise.