"MVC"

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

Best Django (Python) CMS 2015

- E-Commerce, Fire development

Django CMSWe have already told about PHP and Ruby on Rails CMS, and now it is time to speak about content management systems based on Django which is a free web application framework. Django is open source and it is written in Python following the architectural pattern “model–view–controller”. The aforementioned language is widely used for settings, files, and data models. The framework was designed to ease the creation of compound, database-driven websites. Django relies on reusability and “pluggability” of its components; the “don’t repeat yourself” principle; and optional administrative interface designed to create, update, read, and delete different content. The most well-known Django based sites are Pinterest, The Washington Times, Instagram, Public Broadcasting Service, etc. Continue Reading

The Best PHP Frameworks 2015

- E-Commerce, Fire development

php-frameworksPHP programming language is extremely popular among web developers. The majority of websites are based on it, and frameworks play one of key roles in the popularisation of PHP. They include collections of software and programs, that initiate easier coding. In this post, we gathered the best PHP framework for this year.

A proper framework is necessary for more efficient work. It enables to spend less time on more functional and safer applications. If you are going to develop a robust and successful product, then choosing a right PHP framework is crucial.

Generally framework includes two major elements: the first one is a Toolbox; the second one is a Methodology. A Toolbox is a set of software components designed for writing less code. As a result you also get a less risk of errors. Under Methodology we mean an assembly diagram for applications, which allows developers to work more effectively.

Nowadays, you can find a plethora of solid PHP frameworks, which have their own advantages and disadvantages. You can always test few solutions before choosing the most suitable one. Please, let us know what PHP framework is the best by leaving your comment in the dedicated section below.

Continue Reading

Sellvana – a new open source eCommerce platform

- E-Commerce

Sellvana vs MagentoSellvana is a new open source eCommerce platform, which is minimalistic in both the code and the structure. It works on Fulleron – the own PHP Framework. The framework is used to define structure, events, mvc logic, etc. Minimalism and simplicity are also dominant features of the database structure. App is divided into few logical areas: admin, frontend, cron, api. The System of Sellvana is modular. Each function is represented with a separate module with all the necessary stuff within one folder: views, models, javascripts and data. All the components are triggered through main manifest file and main class. Moreover, every module can be turned off.

Sellvana vs Magento UPD (16.04.2014): A brand new marketplace is coming soon

UPD (02.05.2014): Introduction to Sellvana Module Development Webinar 

UPD (10.07.2014): Sellvana Theming Webinar 

UPD (12.06.2015): Sellvana Public Alpha has been released

Continue Reading