by treewalkerlabs | Feb 10, 2018 | ECMAScript, ES6, Javascript
In ECMAScript 2015 , also known as ES6 , many new features were introduced. One of the feature which get introduced was “Arrow Functions”. /********* Traditional way *************/ var func1 = function old(x,y) { return x+y; } /************* New way...
by treewalkerlabs | Jul 1, 2017 | Apache, Magento, Magento 2, ModPagespeed, Performance Optimization
PageSpeed is a module developed by Google which helps to optimize the page speed of the website. You can install this module in Apache and NGINX server. Below I will detail you about the complete installation and options which can improved the performance of the...
by treewalkerlabs | Jun 24, 2017 | Barcode
QR code and Data Matrix are known as 2D barcodes. Data Matrix was developed by German inventor Klein Rolf Dieter and Rohde Ulrich in year 1989 and patented back in year 1992. QR code was developed in year 1994. Data Matrix was largely used by many organizations and...
by treewalkerlabs | Jun 17, 2017 | Magento, Redis
In the previous post “Install Redis on Amazon EC2 Server” we had seen the process to install Redis on the server. In this article we will see how to integarte the Redis with Magento1.x There are few php extension we need to install before we do integration...
by treewalkerlabs | Jun 17, 2017 | Magento, Redis
Few days back we have installed Redis in Amazon cloud server and integrating it with Magento. So I thought of sharing the process if it could help anyone. Before we move on installation we need to understand what is Redis. What is Redis ? Redis in-memory data...
Recent Comments