There are a lot of all possible tools that simplify the development of Node.js projects. Different IDEs, frameworks, debuggers, CMS, and even whole ecommerce systems are tightly connected with the popular technology. So, In the following post, we shed light on building a complete Node.js development environment from scratch. Below, you will find the most popular approaches approved by specialists. Continue Reading
The leading online business solution Magento exists for 5 years. It has been downloaded over 4 million times, and now Magento 2.0 is on the way, so get ready for the New Year present. In this article, you can find information about most exciting features of Magento 2.0.
Magento 2.0.1 has been released. For further information, check the release notes here: Magento 2 Release Notes.
UPD (August 2014) – In March 2015, we will see the first Magento 2 release candidate. Magento 2 beta release is planned for December 2015. This information appeared after few years of speculation, but now the Magento 2 road map is official and all rumors are dispelled.
If you are a Node.js developer, then you’ve come to the right place, because below we describe the best Node.js IDEs. Luckily, the ecosystem offers enough software solutions to get your job done. Various testing tools, frameworks, and IDEs for Node.js essentially simplify application development, but it is often difficult to find a solution that absolutely satisfies your coding needs. Therefore, in the following post we will help you find a Node.js IDE that suites best to your habits. Continue Reading
Today, we are going to explore such an important topic as web security. Since there are a plethora of problems related to the IT sector, it is impossible to cover all network security issues in a single article, so we are going to shed light on key aspects only. The following post contains some facts about the most common security threats of the Web. Please note that major security issues in ecommerce are often similar to other segments of the Internet, so this guide is aimed at online retailers, bloggers, and all other kinds of web users. Continue Reading
Below, we discuss such an important topic as the Magento 2 shipping methods implementation. The article includes useful Magento 2 tutorials and the description of sample third party extensions as well as core Magento 2 modules. If you are going to master the implementation of shipping methods in Magento 2, the following post can help you achieve your goal. Continue Reading
If you’re developing or deploying a payment gateway in Magento 2, you may face different challenges related to various stages of your project. In the following post, we’ve gathered all major tips, tricks, and tutorials related to the Magento 2 payment gatewaysimplementation, so it can essentially simplify your daily work with the platform. Let’s start with some key aspects that you will probably have to master while deploying a payment system within your Magento 2 website. Continue Reading
Since Magento 2 utilizes the standard jQuery UI Tabs Widget, you should catch the tabsactivate event to catch the admin tab switching: Continue Reading
Being a jQuery UI widgetMagento 2 media browser provides administrators with the ability to use a media library. Thus, they can easily upload images to media library and choose images from it. Continue Reading
Magento 2 uses the pub/media folder for storing images and other media data. The following function returns its url for the current store: Continue Reading
There is no class Magento\Catalog\Block\Product\Widget\Linkin the the catalog_product_linkwidget declaration, since it is a virtual type. Besides, Magento\Catalog\Block\Product\Widget\Linkis an alias to Magento\Catalog\Block\Widget\Link with a custom dependency injection. Please note that an argument entityResourcehas the Magento\Catalog\Model\ResourceModel\Product type. Continue Reading