Magento 2.4.x - List of all dispatched events
This ongoing updated post, lists all dispatched events in Magento 2.4. An event cheat sheet.
Current version: 2.4.3 / 13th July 2021
This ongoing updated post, lists all dispatched events in Magento 2.4. An event cheat sheet.
Current version: 2.4.3 / 13th July 2021
This ongoing updated post, lists all dispatched events in Magento 2.3. An event cheat sheet.
Current version: 2.3.7 / 16th April 2021
This ongoing updated post, lists all dispatched events in Magento 2.2. An event cheat sheet.
Current version: 2.2.10 / 18th Sept 2019
Magento’s (1+2) EAV (Entity-Attribute-Value) database model allows too much redundant data. This leads to an unusual large database and strains errors when working with that data in the backend. Taking care of the shop content is for most merchants a pretty huge task. In this post I would like to propose an overall fix to this problem with backwards incompatible changes to the database structure.
This ongoing updated post, lists all dispatched events in Magento 2.1. An event cheat sheet.
Current version: 2.1.17 / 12th March 2019
Statistics about Magento2 lines of code, comments and used languages. Updated from time to time and compared with different versions.
In Go encoding an empty non-pointer struct to JSON,XML with the struct tag omitempty
can be a challenge.
Exploring the Store package and its init process with scopes in Magento2 (1.0.0-beta).
See the previous post where we’ve explored the differences between Magento 1.9 and Magento 2 0.74.0 regarding Scopes and Websites, Groups and Stores.
This ongoing updated post, lists all dispatched events in Magento 2.0. An event cheat sheet.
Current version: 2.0.18 / 1st July 2018
This on going updated post lists all calls to coreRegistry->register()
in Magento2. A registry cheat sheet.
Current version: 2.0.13 / Feb 13, 2017
The proper way to extend any backend grid in Magento 1 and 2 without rewrites.
Update Oct 2015: This version is outdated as the store package has been refactored between 0.74.0-beta4 and 1.0.0-beta.
See updated post here.
Exploring the Store package and its init process with scopes in Magento2 (0.74.0-beta4) and Magento1 (1.9 CE).
With my latest changes Hugo, the static site generator, is now capable to connect to any MSSQL, MySQL, PostgreSQL server and of course sqlite3 databases.
Importing pages via JSON from another URL. With this feature you can let Hugo render virtual pages.
Check out the update in the notes section 2014/12/21/dynamic-pages-with-gohugo.io/.
After exploring the Magento2 REST API because I want to implement it into my Wanderlust project I’ve figured out many many missing features and bugs …
A how-to on curl PUT requests to search Magento2s REST API using search_criteria and filter_groups.
List of all my starred repositories. Last update can be spotted by the date.
Poking around in Magento2 I stumbled upon Magento\Framework\ObjectManager\DefinitionFactory
which takes care of how the cached DI (Dependency Injections) definitions are loaded. I’ve created a Pull Request but never submitted it.
Update: 8. Feb. 2015 See the Notes section at the end.
Update: 27. Dec 2014
What if you want to create simple pseudo dynamic content within a page or a layout with Hugo, the static site generator?
Today I’ve found weird piece of code in NameSpace_Module_Block_Product_Widget_Grid_Column_Renderer_PreparationWarehouse
which affects extremely performance when loading a grid in the backend.