To work with JavaScript, Magento 2 uses the RequireJS library. It is a module loader that implements the Asynchronous Module Definition (AMD) standard for JavaScript modules. Thanks to this library, the problem of page load speed and organizing JavaScript files is solved, and the files are loaded asynchronously. JavaScript program does not pollute the global namespace and it allows you to share the code and data between modules.
Read MoreTag: Magento 2
Top 10 Features in Magento Commerce
Magento Commerce is extremely rich with features, many of which are available exclusively within the Magento 2 platform. Today, we are going to thoroughly describe the 10 features we find the most interesting and useful:
Read MoreAdvanced Logging of the Magento 2 Services
Everything you need to know about the advanced logging of the Magento 2 services. Modify a file that handles all M2 API calls. Also, learn how to log the requests in a custom log file.
Read MoreThe Complete Magento 2 Architecture Setup Guide for Ubuntu 16.04
In this guide, I will show you how to set up a complete scalable solution for a Magento 2 website on Ubuntu 16.04. You will use Apache web server, MariaDB for database, Redis for sessions, Varnish cache to lower load on web servers, and load balancer to balance between multiple machines.
Read MoreHow to Create a Powerful Brand Identity with Magento 2
Branding a web store is an interesting task and not at all easy as it might seem. One part is a promotional activity. The other part, which is our focus today, is a technical process of branding a web store.
Read MoreWhy Choose Magento 2 Commerce for Your Online Store?
When establishing an online store, you ought to take many things into consideration. One of them is choosing the most suitable eCommerce platform for your business.
Read More