Magento 2

As a Magento Business Solution Partner, we have a lot of experience in working with Magento 2. That is why this is our favorite category!

The Best Way to Add the JavaScript Component to Magento 2

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 More

The 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 More