Our insightful blogs

  • Published On: 17 September 2018By

    What is RabbitMQ? RabbitMQ is open source software used to manage the queue. We can queue our application tasks to execute them in async way by using RabbitMQ. In simple

    • General
  • Published On: 22 August 2018By

    Magento 1 use MD5 hash to encrypt the password and Magento 2 use SHA-256. In Magento 1, they use Mage_Core_Model_Encryption class with following functions. public function getHash($password, $salt = false) {

    • Ecommerce
    • General
    • Digital Engineering
  • Published On: 20 August 2018By

    You can download complete working example from below url https://github.com/mukdam/magento2-knockout-chart See below how it will work. Create a phtml file <div data-bind="scope: 'chartscope'"> <!-- ko template: getTemplate() --><!-- /ko -->

    • Ecommerce
    • General
    • Digital Engineering
  • Published On: 15 August 2018By

             Mobile Applications as one of the most rapidly emerging technology has changed the world we are living in today. With no doubt, they are covering a larger part of

    • Mobile
  • Published On: 14 August 2018By

    Most of people thinks IN() and FIND_IN_SET() MySQL functions are identical and do the same job. But they not. You may be confused with them or don’t know when to

    • General
    • Digital Engineering
  • Published On: 14 August 2018By

    Purpose of using of IN() and Exist() is almost the same. Both MySQL functions are generally used with sub queries. To understand it better lets consider the following schema. Table

    • General
    • Digital Engineering
  • Published On: 13 August 2018By

    Yii provides a whole set of tools to simplify the implementation of Restful Web Service APIs. In particular, It is all about converting request and response parameters in Apis. Goals

    • General
    • Digital Engineering
  • Published On: 6 August 2018By

    First we have to create a field in configuration ‘system.xml’ in folder app/code/Auriga/Email/etc/adminhtml/,  from where we can select which email template will use. <?xml version="1.0" ?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd"> <system> <section

    • Ecommerce
    • General
    • Digital Engineering