Docker is a set of platform as a service products that use OS-level virtualisation to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels.
A Highly Reliable, Low-Cost Way To Build, Ship, & Run Distributed Apps At Any Scale. Docker Provides Simple Commands You Can Use To Build, Start, Or Stop Containers.
Magento 2: Disable useless modules
Magento2 has lots of modules in the build which are not required for most of the website. So it is necessary to disable the module that is not temporarily important using the below command therefore website much faster.
Angular Commands
Angular is a platform for building mobile and desktop web applications. Angular is an app-design framework and development platform for creating efficient and sophisticated single-page apps.
Magento 2: Application initialization and bootstrap
This process can be used to create cron file for the required operation like insertion and display data of Magento like customer, product, category. We can create file in the root of the website and write the script to process the custom script.
Guzzle: PHP HTTP Client
Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services.
PHP: Call API using Curl
We are writing this post to describe how to call API through PHP script using CURL method. So it helps you to develop an APP and to call the different third-party API.
Magento 2: ERROR – Area is already set
The issue ‘Area is already set’ is the common issue in Magento 2.2.4 and 2.2.5 version and it is the critical issue because we can not change the theme configuration. We also face this issue when upgrading Magento from lower version to upper version.
Magento 2: API
I am writing this post to describe how to use Magento API through php script and also for the APP. So it helps to develop APP and also to test in Magento side.
Magento 2: Get controller, module, action and route name
In Magento2 website development, we need to get the current module, controller, action or router name. Magento has many numbers of module, controller, action & router. In this blog, we will show you how to get the name of the current module, controller, action, and route in Magento 2.
Magento 2: Grunt
Grunt is the JavaScript Task Runner. The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes.
Installing and configuring Grunt