You will learn how to move or copy git repository from one remote server to another with entire history. This…
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…

Setup Magento Multisite on Multiple domains (Nginx)
Magento comes with a handy feature of having multiple store fronts using a single Magento instance which is a most useful feature for international businesses. This feature enables one Magento instance and Admin panel to administer and display different views to the users. This tutorial explains you how to set up multiple store-fronts using single magento instance in easy steps.

What does backend type static mean in Magento?
Magento Entities have some “static” attributes, whose values are stored in entity main table but not in entity_[type] tables. [type] can be one of varchar, int, datatime, decimal and text.