I'm currently working on a complex Magento upgrade that is turning out to be a real lesson in patience and systematic debugging. Apart from modernizing legacy code and adapting syntax for PHP 8.4, I encountered an unexpected problem with LESS files compilation. I want to share the experiences so far that could save other developers many hours of frustration.
19 Aug 2025
Setting up local development environments for Magento 2 is challenging due to its complex service requirements (MySQL, Redis, Opensearch, RabbitMQ). When managing multiple projects with different service versions, you need isolated environments that can be easily configured and managed.
08 Jul 2025
A Magento 2 module that enhances HTMX integration by providing structured controllers, events, view models, services, and enums to streamline dynamic HTML responses. An HTMX request expects an HTML snippet in response, which will be dynamically swapped into the frontend page.
07 Jul 2025