The latest in Magento land
Do you know that feeling? You worked long and hard on that blog post? Or that super wicked Magento extension? And then you hit publish and... nothing. No one reads it. No one sees it. It just sits there. Well, not anymore! Mage Dispatch is here to help you get your content out there.
Mage Dispatch is a newsletter for the community and by the community. Here you can share links that you think that the community should know about. We will include it in our next newsletter.
Hackathon + Lady Magento meetup
-
https://github.com/EcomDev/magento2-test-essentials
Using mocking frameworks for testing Magento 2 modules is counterproductive as you replicate line by line your actual calls to a magento implementation.
Binding your tests to the details of implementation leads to very fragile test suite that no-one wants to work with afterwards as a small change in underlying code like extraction of the class requires complete rewrite of the test case.
This package solves this problem by providing fake objects for most common operations you might want to interact with core.
14 Jan 2025
-
https://github.com/aligent/magento2-pci-4-compatibility
A Magento 2 module to bring Magento in-line with the PCI DSS 4.0 requirements
06 Jan 2025
-
https://github.com/DeployEcommerce/module-builderio
A new Magento 2 module to display Builder.io content in Magento without any other dependencies apart from a Builder.io account.
02 Jan 2025
-
https://maxchadwick.xyz/blog/adobe-commerce-mixin-is-not-a-function
A few weeks back I found myself staring at this error on a Magento project. The error was firing in some cases when the user attempted to click the place order button.
02 Jan 2025
-
https://github.com/anasstouaticoder/magento2-module-referrer-tracker
Extension for tracking external Referrers coming from socials media or marketplaces
31 Dec 2024
-
https://github.com/dzmitry-vasileuski/magento2-module-admin-search
The Magento 2 Admin Search Module enhances the global search functionality in the admin panel by enabling fast and efficient searches through the main entities. It addresses the limitations of the default Magento global search, offering a more noticeable and performant solution.
30 Dec 2024
-
https://www.linkedin.com/posts/lukecollymore_ive-done-a-quick-video-to-show-how-you-can-activity-7272207723570647040-d5Nk/
Luke Collumore shares on LinkedIn how he integrated Builder.io into Magento using Cloudflare. Looks like an interesting alternative to Magento's page builder.
30 Dec 2024
-
https://github.com/EcomDev/download-magento-images-rs
The Media Downloader Tool is a Rust-based application for downloading media files from a remote source while utilizing batched processing and high concurrency. This tool supports downloading large volumes of media efficiently and includes progress tracking.