Home2020
Posted in Magento

Speed Optimization in Magento 2: The steps to be followed

In the era of digitalization various e commerce CMSs (Content Management System) are marking their presence noticeable. Magento, WooCommerce, Shopify, etc are among the most common platform used by development teams. Magento is undoubtedly the most popular and widely used E commercecustom made baseball jerseys sengetøj dinosaure shampoo fest zilveren heren ring Belgium zástera pre […]

Posted in Magento

Are you ready to switch from Magento 1.9 to Magento 2.0? Things you need to know

Magento, a leading open source e commerce platform that is written in PHP language. Magento is convenient for Magento development teams because of its flexibility and customization properties. It empowers retailers, brands, developers by providing highly flexible cloud solutions. It provides control over the content and functionalities of the online store to the developeryellow cab […]

Posted in Back-End & Database, Uncategorized

Nodejs Headless CMS: Strapi.io KeystoneJs

Node.Js It is an open-source server environment that is free of cost for all developers around the world. Node.js runs on various platforms (Linux, Windows, Unix, Mac OS). The Node.js uses synchronous programming and JavaScript on the server. Send Task to the computer file system The file system opens and reads the file. The server returns […]

Posted in Back-End & Database

Headless Commerce: Saleor v/s Vue Storefront

Headless Commerce is that separation which makes back end and front end two different identities in an e-commerce application. It presents various product catalogues without any traditional constraints of the eCommerce platform. In addition, you have full control over the presentation and aesthetics of the products. Developers decouple the “head” or front-end template from the […]

Posted in React, Web Application

Creating a Custom Middleware with Redux

You might have used redux with react, as it is a widespread practice. Many people use redux-saga or redux-thunk for async actions as middlewares. Redux allows you to create your custom middleware as per your requirement. A middleware can be added in between dispatch and reducers so that we can alter the actions or can dispatch other actions (for async actions). This is […]

Posted in React

Profiler API

The performance of an Application can be good or bad depending on the quality of code. In React, The Profiler API helps in measuring the performance of a component and enhancing it. The Profiler API for DevTools first got shipped in the 16.5 React version. It helps developers find difficulties in your web application. In […]