All Articles

Follow our blog and discover the world of Software Development, Web Desing, and SEO. Besides, keep up with the latest company news and official product releases.

Top 6 Tips for Business Data Protection

Computer Security

Since the invention of the Internet, the expeditious development of technology was inevitable. An ample window of opportunities has opened. It provided users all around the globe with an endless sea of possibilities. But, the sea has brought along some stormy clouds – hacking and viruses.

Read More

How to Create a Magento 2 Admin Grid with a Custom Form

In this article, we will show you how to create a custom Magento 2 Admin Grid. Magento 2 Grid is a visualization of your custom database table. The admin grid can contain various options, e.g., filters, sorting, actions over multiple rows, etc. We will use a custom form to add data to our database table.

Read More

The Best Way to Add the JavaScript Component to Magento 2

To work with JavaScript, Magento 2 uses the RequireJS library. It is a module loader that implements the Asynchronous Module Definition (AMD) standard for JavaScript modules. Thanks to this library, the problem of page load speed and organizing JavaScript files is solved, and the files are loaded asynchronously. JavaScript program does not pollute the global namespace and it allows you to share the code and data between modules. 

Read More