Adobe Commerce upgrade and resign in parallelIs it possible to have the upgrade and redesign in parallel? From the development standpoint, the answer is 100% yes, but what to consider then? This is a question that came to me by few merchants. It seems to be impossible when they were talking wit...Jun 4, 2021·3 min read
How to add Magento Cloud users via CLIIf you're a developer like me, for sure you will prefer to add new users via terminal via Magento Cloud CLI, not just add users, but you can edit, remove, list and edit the permissions via terminal. But in case you want to go to the visual way, I've ...May 14, 2021·2 min read
What to consider when upgrading Magento 2The biggest mistake that 90% of the agencies do when upgrading a Magento 2 Commerce to a stable version is not planning accordingly with each client. My goal with this article is to introduce you to the basis of an upgrade strategy and measurements t...May 12, 2021·5 min read
How to uninstall and completely remove Valet+?I began to use Valet Plus when I switch my MacBook and I had to avoid using Docker during the Magento 2 development, I didn't know in the beginning that Valet Plus is a fork of Valet from Laravel and that the main differences are between them, so ...May 3, 2021·5 min read
Check quickly the TTFB via terminalAn easy way to check the TTFB via terminal in macOS, Linux and Windows. A minimal script wrote in bash to optimize the server response speed check.Apr 23, 2021·2 min read
Versioning or not the composer.lock file?Many developers ignore the composer.lock into their .gitignore, it because it's an auto-generated file. By analyzing the .gitignore's purpose this theory is correct, however, is a good practice to manage the version control of this file, and using th...Apr 23, 2021·2 min read
Shopify App CLIStart to create and develop your Shopify Apps in NodeJS or Ruby on RailsApr 22, 2021·3 min read