Just changed something on the admin panel or on the database and now you need to replicate it again in staging and production? No worries, we got you covered. Probably you already heard about data patches, but what if I say that it can be really, really simplified?
19 Aug 2025
This repository provides a template for setting up a SOC 2 compliant process using release-please-action on GitHub Actions. The workflow automates version control, changelog generation, pre-release => release creation, deployment and PR comments.
19 Aug 2025
This repository provides a Model Context Protocol (MCP) server designed for managing Hypernode environments, offering features like vhost management, incident handling, attack blocking, and nginx log analysis. Users can install dependencies using pip, run the server, and utilize various tools for managing settings and analyzing logs.
29 Jul 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 faster drop in replacement for bin/magento cache:clean with a file watcher. The file watcher automatically cleans affected cache types in the Magento 2 cache during development. For example, if you make a change to a template, it only cleans the block_html and full_page caches, not the config or layout caches.
07 Jul 2025
A comprehensive performance analysis tool for Magento 2, Mage-OS, and Adobe Commerce installations. This n98-magerun2 module performs an in-depth review of your Magento installation and provides actionable recommendations for optimization.
06 Jun 2025
This module is intended to be used with MageSpecialist Chrome Toolbar.
27 May 2025
A Magento 2 module that introduces convenient global utilities for use in .phtml templates, helping you write cleaner, more expressive code.
These queries/views aggregate all EAV values for each entity into a JSON column (eav_int, eav_text, etc) for easier debugging. For scoped entities, any scope values will be appended as "{attribute_code}:{store_id}"="{value}".
This is a chrome extension to be used with MSP_DevTools for Magento 1 or Magento 2. This extension allows you to quickly access the information you need to debug your Magento performances, to build your new theme or to modify an existing one.