DevOps
Update root password in MariaDB 10.4 on MacOS
There is some changes in authentication procedures in MariaDB 10.4, hence, you can not use previous techniques to change root password. I will show...
Execute Kubernetes Pod Shell Command as Root user
Usually for security reasons, you will run container image as a regular user, non-superuser. However, sometimes, you want to test or debug something on...
Execute an utility Kubernetes pod to debug
In this post, I will show you a little trick to execute an utility Kubernetes pod to debug issues in namespace. This...
Persist project data between jobs in CircleCI
By default, CircleCI does not keep anything from a job and starts from scratch when moving to next job. That makes it...
Web Development
Update Order Status using MySQL Queries in Magento 2
In this post, I will show you an easy way to update order status using MySQL queries in Magento 2.
Normally, in Magento, if you...
Add Google Fonts to Theme in Magento 2
If you like to change fonts of theme, then Google Fonts is the best to use. I will show you how to add Google...
Get Customer by Email in Magento 2
It is easily to get customer model instance by id, but what if your input is customer email? I will show you how to...
Get Current URL in Magento 2
When developing module or theme in Magento 2, you might need to identify where you are to perform such actions. I will show you...
Coding Tips
Update Order Status using MySQL Queries in Magento 2
In this post, I will show you an easy way to update order status using MySQL queries in Magento 2.
Normally, in Magento, if you...
Get Magento 2 Directory Paths
Again, in this post, I will show you how easy it is to get Magento 2 directory paths.
There are many directories in Magento 2...
Add Google Fonts to Theme in Magento 2
If you like to change fonts of theme, then Google Fonts is the best to use. I will show you how to add Google...
Get Customer by Email in Magento 2
It is easily to get customer model instance by id, but what if your input is customer email? I will show you how to...