Best JavaScript Game Engines

- Fire development

JS Engines for Games

JavaScript game engines is a hot topic today, since everyone’s building browser based games using JavaScript, WebGL and HTML5. The first reason why, is because of their platform independence, that means they can run on Android, iOS, Windows or any other. There is a wide range of resources available for building  browser based 3D games. In spite of that it is challenging to find the proper game engine. In this article we describe top best JavaScript 3D game engines that are available on the market today. Continue Reading

Node.js In Production

- Node.js

Production websites on Node.js

The appearance of Node.js made a great resonance in the coding community. The solution has simplified a lot of complicated processes, introduced new features,  and made development much more user-friendly. The influence of the platform is constantly growing and as a result we can see big companies using Node.js in production. So let’s figure out how much enterprise ready is Node. Continue Reading

Microservices In eCommerce And Magento

- E-Commerce

Microservices eCommerce Magento

Being a software architecture style, microservices introduce a revolutionary approach to apps: they are no longer a monolithic structure, but a complex system composed of small particles and independent processes which communicate with each other via language-agnostic APIs. This particles and processes are represented by various services, which are highly decoupled and designed to run the smallest tasks that results in a modular approach to system-building. All micro services are easy to replace, since they run in a symmetrical architecture instead of common hierarchical, and you can implement them via various hardware and software solutions depending on what fits best. The potential of microservices is huge, so we will describe them from the perspective of ecommerce and Magento. Below, you will find a brief description of microservices, some useful links, and the best platforms designed for this software architecture style. Continue Reading

Magento 2 Component Manager

- Magento 2

Magento 2 Component Manager

We’ve recently covered such important topic as Magento 2 components, so it’s time to shed light on the Magento 2 Component Manager. Below, you will find a brief description of this solution, which is available in Magento 2 after you install the Magento application. The purpose of the component manager is simple – it helps to keep all modules, themes, language packages (Magento 2 components) up to date. Continue Reading