Monthly Archives: October 2015

Testing Magento 2: MTF And Various Test Types

- Magento 2

Magento 2 Testing, Magento 2 Testing Framework

Magento 2 has been released, so we are trying to dig more useful materials related to the new version of the popular ecommerce platform. This time, our attention has been drawn to Alan Kent’s article related to Magento 2 testing, so we’ve also decided to cover this topic on the Firebear blog. For those developers willing to improve the quality of their Magento 2 projects, testing is mandatory; therefore, we propose you to examine the following Magento 2 guide, which is based on the aforementioned article, the official documentation, as well as our own experience related to both the Magento 2 platform and testing.

UPD (11.02.16): Magento 2 code katas and Getting your hands dirty testing Magento 2

Continue Reading

Node.js vs Java

- Node.js

Node.js and Java

You must have noticed that due to recent discussions over Node.js competitiveness, we have been comparing it to other programming languages to find out what contemporary developers should learn and subsequently work with. Therefore, we have made up our mind to talk about advantages of creating web-applications with the assistance of Node.js and Java. Continue Reading

Beware of Nginx and Magmi Data Import Tool

- Magento tips & tricks

Security vulnerabilities: Nginx and Magmi Data Import Tool

Two potential security vulnerabilities have been discovered recently in the Magento ecosystem.

The first one is Nginx, but don’t panic, as this problem affects only some misconfigured Magento sites. Because of the misconfiguration, hackers get access to the Magento cache system. Please note, that cache files can contain such sensitive information as Magento database passwords: with this data, malefactors can access your Magento installation and as a result customer information. Continue Reading

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