Magento employs a comprehensive Entity-Attribute-Value (EAV) database model to store merchant data, providing robust support for future customizations. With the…
Install wordpress localy with docker easily
As a wordpress developer, setting up separate wordpress environment each time I get a new project development is not an…
Git Commands – 2
Have you ever wanted to copy everything in a particular git repository onto a new git repository including all the…
Git Commands – 1
Revert to a Commit This Command can be used to revert your git repository to a specific commit id even…
How to kill RDS Mysql Processes or queries
Some times you may come up with situations where you need to kill certain AWS RDS Mysql processes. For example,…
How to use SFTP in command line for file transfer
SFTP is a FTP like file transferring protocol with additional security measures. Additional security measures put in place by connecting…
Magento 2 Reset Customer Password in Database
You might come up with situation like you need to reset customer password for some reason. But there is no…
Setting up Nginx, Php and MySQL on Mac
Unlike in Windows, it is perfectly posible to easily configure customized local web server in mac os with the exact…
How run custom php file in Magento 2
You may happen to run a custom php file placing inside a Magento 2 instance to and read data from…
Essential PhpStorm Tips in Development
PhpStorm is the most famous development tool among PHP developers these days as it is a light and smart IDE…