How React Hooks Changed the Way We Write Components
React 16.8 introduced the Hooks API — here's how it shifted component authoring from class-based to functional, what the advantages are, and what to watch out for.
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 20/30)
React 16.8 introduced the Hooks API — here's how it shifted component authoring from class-based to functional, what the advantages are, and what to watch out for.
A practical guide to truly understanding Laravel's dependency resolution mechanism: how to use service providers and the IoC container the right way.
A hands-on look at PHP 7.3's flexible heredoc syntax and list assignment improvements, and how they contribute to better code readability.
An honest look at what I learned throughout 2018, how my habits shifted, and what I want to pursue next.
Practical notes on keeping the request/response layer clean in the UI using Axios interceptors, error handling, and shared configuration.
How I use Laravel's task scheduler to manage multiple scheduled jobs from a single cron entry, keeping all scheduling logic readable and version-controlled inside the codebase.