When you first start editing a page you might see: This kind of block has limited editing. So hover over the block that says “Start writing or type” and click ...
WordPress 5 was recently released. One of the first things I noticed was the new editor. There appeared to be lots of features, but there was one a huge issue ...
Magento 2 module creator. https://mage2gen.com/ Use the Mage2gen Magento 2 module creator to generate basic Magento 2 Modules and code snippets. You can also use the commandline tool to interactively create ...
This is a great video on understanding Microservices and the best approach to implement them.
There are 5 questions every unit test must answer. I’ve described them in detail before, so we’ll just skim them this time: What is the unit under test (module, function, class, ...
If you are managing large code bases, you might be interested in microservices. This is a way of breaking out large code bases into smaller more manageable pieces. I found ...
Finally the Magento 2 Certified Professional Developer certification is here! Time to start studying. If you want to download the free study guide without going through all the marketing, click ...
One of my strong suits is debugging Magento. Hopefully this will help other Magento developers who struggle with tracking down where an issue is occurring. Blocks Making blocks visible to ...
STEP 1: Setup Server When you install Magento 2 you will need newer versions of php and mysql/mariadb. So using the latest version of Debian 9 is very helpful, as ...