"Fire development"

Test-Driven Development (TDD) and Behaviour-Driven Development (BDD) in PHP

- Fire development

TDD and BDD PHP tools

New to agile project management and extreme programming? Then, it is time to get acquainted with test-driven development (TDD) and behavior-driven development (BDD) in PHP. Both are intended to improve the quality of your projects, as well as their responsiveness to future requirements. Below, I will explain how to implement TDD and BDD tests in PHP and show where to get all the necessary tools for these methodologies. Let’s start with some basics. Continue Reading

10 Reliable Linux Server Distributions and LAMP / LEMP Stack Manuals

- E-Commerce, Fire development

Linux Server Distributions; LEMP Stack Manuals; LAMP Stack Manuals

Today we are going to talk about Linux server distributions. The open-source nature of Linux is the main reason for the wide variety of available distros. Each Linux distribution is designed with a slightly different set of features. As a result, some distros are often used as the best linux server solutions, while the others are less suitable for this purpose. So what is the most reliable Linux web server option? Below you will find the answer. There are 10 Linux servers described in the following article.  Additionally, you will find LAMP / LEMP stack manuals related to every distribution. Continue Reading

Magento URL reindex (core_url_rewrite) duplicates patch

How to fix Magento URL reindex (core_url_rewrite) duplicates bug

There is one annoying problem in Magento – the url rewrite indexer creates tons of unnecessary custom rewrites for products with duplicate url_keys. This happens during every indexer run. As a result, the size of the core_url_rewrite table grows to enormous sizes. Please note that the problem is typical for Magento 1.7 – 1.9 and its above versions. Below, I will explain how to fix this bug with the help of our patch. But first of all let’s start with one real world example. Continue Reading

Play & Code – Learn Programming By Playing Games

- Fire development

Learn Programming By Playing There are a lot of tools out there to turn learning into a game. The process when game thinking, game mechanics or whole games are used in non-game contexts is called gamification. Nowadays, specialists can gamify almost everything from customers interaction with a website to education. They turn routine processes into fun to improve user engagement, make learning more effective, and provide new unique user experience. As coders always were hardcore gamers, the appearance of gamified coding programs and courses was inevitable. Nowadays, there are dozens of video games which purpose is learning programming. To become a good coder, you just need a right game. Of course, it works better with theoretical courses but in this post we will tell you about games. Continue Reading

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

Enhanced Magento Performance With Optimised OPcache Settings

Optimised OPcache Settings

OPcache is a code caching module, which improves PHP performance. It uses shared memory to store precompiled script bytecode, as a result there is no need for PHP to load and parse scripts on every request. OPcache is bundled with PHP starting from 5.5.0. The module is also available in PECL for PHP 5.2-5.4. By using optimised OPcache settings, you can significantly improve the performance of your Magento website. In this post we will show you how to do this. Continue Reading

The Best CSS Preprocessors

- Fire development

Less and Sass

Unfortunately, CSS has a number of limitations. It can easily become a mess of overrides and repetitions. At the same time, the simplicity of CSS often hinders the development process. The solution of this problem comes from CSS preprocessors. They add many useful features that are unavailable in CSS from the beginning. The most popular solutions are SASS and LESS. There are a lot of significant differences between them, but first of all we’re going to look how CSS preprocessors work in general. Continue Reading

The Best CSS Frameworks And Grid Systems

- Fire development

CSS3CSS frameworks are used for easier and more standards-compliant web design. Most of them contain at least a grid, but there also more functional frameworks with a lot of additional features and functions. Some notable examples are Foundation and Bootstrap. In this post, you will find information about advantages and disadvantages of CSS frameworks, and the most popular solutions and tools.

Continue Reading

MOA – Magento on Angular

MOA

In this post, we’ve gathered all necessary information about MOAMagento on Angular. Standard Magento can disappoint you because of its crufty Javascript, tangled interface, and heavy SOAP APIs. Magento on Angular or MOA tries to solve these problems. AngularJS, Angular in short, is an open-source web app framework. It is maintained by Google and a wide community. MOA was designed to simplify development and testing by providing a framework for client-side MVC (model–view–controller) architecture along with other components.

Magento API Wrappers

Continue Reading