"unit testing"

How to Become a Rock Star Front End Developer

- Fire development

Rock Star Front End Development

Good front-end developers are always necessary. There are a lot of low quality specialists, which perform different basic tasks, but there is a lack of rock star developers. And it is no wonder. Just look at job postings and you will see how much front end job descriptions vary. Despite the large number of web design schools and coding courses, unemployed high quality specialists are rarity. In this post, we will tell about all essential skills you will need on your path to a rock star front end web developer. Continue Reading

Magento testing, audit and code analysis methods and tools

- E-Commerce, Magento tips & tricks

In this post, we are going to talk about different Magento tools for testing, audit and code analysis. There are 3 major groups of testing: Unit, Functional and Integration. They all have their goals, so you should know their major features to choose the most suitable for your issue. Of course, there are extensions and services developed to perform testing, audit and code analysis for Magento, but let’s start from the theoretical aspect of the problem.

The first major software testing method is a unit testing. Its main goal is to determine if individual parts of source code and different sets of program modules work correctly. This testing method relies on units as the smallest testable parts of an application. A unit could be an individual function, an entire module or interface. The gradation depends on a programming type. Each test case should be independent from the other cases. Substitutes such as mock objects, method stubs, fakes, and harnesses are usually used in order to assist testing a module in isolation. By performing unit tests, you can get all the necessary information required to understand that code behaves as intended. You set apart each part of the program and find out if individual parts work as expected.

tdd-magento tests

Continue Reading

Best Tools And Extensions For Magento Developers (debug, extensions development, IDE plugins, data base debug, unit tests)

- Magento tips & tricks

magento-development-extensions-and-tools-debug-test

In this post, you will find all the necessary extensions and tools for the Magento development. Although there are free and paid solutions with absolutely different functionalities produced by both big companies and single developers, each Magento development extension, plugin, or tool offers a great opportunity to improve the way you work within the platform. Some tools will help you to reduce time and effort usually spent on performing various routine tasks, while others will make your projects more robust and reliable. We will provide you with more details after the break.

Continue Reading