Node.JS Debugging Tools

- Fire development, Node.js

Debugging Tools for Node.JS

In software development, the process of finding and resolving bugs is called debugging. Since various defects prevent whole systems from correct operation, the role of debugging is difficult to overestimate. The complexity of this process depends on several factors, such as the size of the system, its structure, the way how it interacts with other systems, etc. Therefore, modern developers know and use a lot of debugging techniques and tools. In the following post, we discuss basic aspects related to this complicated process and introduce you to the most reliable debugging tools for Node.js. Let’s start our journey with the debugging algorithm. Continue Reading

Zend Framework 3 – The Next Generation of The Most Powerful PHP Framework

- Fire development, PHP 7

Zend Framework 3: PHP 7

Zend Framework is an object-oriented web application framework for PHP. Its goal is to simplify the language and at the same time make it more mature. Since Zend Framework brings discipline to the development process, coders spend less time and affort performing their tasks with this tool. The digital world is always changing, so Zend Framework 2 is unable to cope with new requirements. Therefore, Zend is working on the third generation of their legendary tool. Continue Reading

The Best Store Credit Magento Extensions

Store Credit Extensions for Magento

There is no permanent need of interacting with bank accounts of customers or necessitating them to visit the store directly — sometimes it’s preferably to return their order values to their credit accounts. Thus, the chance of them returning to the store and buying new stuff is increased. This article provides the general overview of four of the latest Magento extensions focused on credit systems.

The Best Store Credit Magento 2 Extensions

Continue Reading

How to setup cron in Magento 2

- Magento 2

Magento 2 Development

To execute the Magento 2 cron job, use the following code:

If you want to automate the process, add it to /etc/crontab. For instance:

More tips from Magento 2 Developer’s Cookbook

Continue Reading

PHP 7 vs HHVM

- PHP 7

Why PHP 7 is better than HHVM

Below, we match PHP 7 with its closest competitor HHVM (HipHop Virtual Machine). The first one is a programming language created by Rasmus Lerdorf for web development and general purposes, the second one is a virtual machine created by Facebook developers for executing PHP applications. Today, HHVM outperforms all available PHP versions, but everything should be changed with the first stable release of PHP 7 and its further updates. Continue Reading