First step toward polyglot: why I started learning Go
After more than a decade with PHP, why did I decide to pick up a second language — and why Go?
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 22/32)
After more than a decade with PHP, why did I decide to pick up a second language — and why Go?
React 16.8 introduced the Hooks API: how it shifted component authoring from classes to functions, what you gain, 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.