PHP 7.1: Nullable Types and the Void Return Type
PHP 7.1's nullable type declarations and void return type make function signatures more readable and precise.
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 27/32)
PHP 7.1's nullable type declarations and void return type make function signatures more readable and precise.
How I bring structure to growing stylesheets using Sass variables, nested rules, and file partials.
A walkthrough of the core concepts and practical setup I encountered while moving page transitions to the client side with Vue Router.
Sharing what I learned about testing API endpoints without a browser, building collections, and integrating Postman into my development workflow.
How I design pagination, filtering, and sorting parameters in an API to present growing datasets to clients in a manageable way.
A walkthrough of the end-to-end flow for file uploading, validation, and image resizing in Laravel.