Overloaded

Dmitry Schegolihin

Dmitry Schegolihin writes about his front-end experience for platforms Magento2, Vue Storefront and performance optimizations. I help businesses earn more by developing and optimizing web apps.

Connect your Facebook Messenger Platform to FB page

06 May, 2019

For connect Facebook Messenger with page you need: select your facebook (pre-created before) click to settings in left menu click to…

Paypal Express configuration for magento2

22 April, 2019

For get Paypal Express credentionals login to sandbox https://www.sandbox.paypal.com with your business account. Step 1 Step 2

Yandex Tank Benchmark setup and Detecting memory leaks

24 January, 2019

Sometimes is required to identify the limitations of performance and bottlenecks of an application in order to make the most efficient use…

Add a PWA icon to home screen

15 January, 2019

Today spent a lot of time to add the icon to the home screen on iPad (tested on iOS 12.1.1). For my application, for some reason, the…

ELK stack setup via udp protocol

11 January, 2019

In this tutorial we try send to instance a test data via protocol. I’m new to this (Elastic Logstash Kibana) stack and many new…

PWA Studio - installation the Venia theme concept.

06 January, 2019

In the .env file set the value of to the of a running Magento instance. For my case is the . Then execute: See some validation errors…

Performance profiles instead full sample data

05 January, 2019

Instead of using the full sample data modules there is a possibility to use the products, categories, customers and orders created by the…

Development the Paypal Module for Vue Storefront

16 December, 2018

The Develo vlog has the article aboute development modules for Vue Storefront project. This may help in the development of new modules.

Clear redis cache from you docker container

10 November, 2018

Sometimes need clear all cache for you Doker container. For automating this process you can add the to or . Example:

Check disk space usage on linux with Ncdu

12 March, 2018

Disk usage analisis by linux utility. Install on Debian/Ubuntu linux: Example usage:

Remove block via Layout Update XML via Magento2 admin area

11 September, 2017

Remove block via Layout Update XML via Magento2 admin area:

Improve you Magento1 module development process

13 January, 2016

Немного истории На заре разработки модулей в нашей команде в тот момент когда мы начали использовать для установки модулей в проекты…

Admin user creation in Magento2

16 June, 2015

Execute next command in directory with installed Magento2

Show the git branch in Bash prompt

16 June, 2014

Snippet for show the git in Bash prompt like on this screenshot: Open you or and add this snippet: Is meant to the default prompt…