Category: Magento

  • Magento Tech Digest #1 – News, Tutorials and Tools (August 1-20, 2017)

    Hello everyone! My name is Max Pronko, I am a Magento Expert, Developer and Consultant. I was looking for a place with a high quality content for Magento developers. While searching and reading through different social media platforms and other websites I’ve realized that it will be great to have a single list with technical […]

  • Magento Meetup Kyiv – TheIrishStore.com Deployment Automation

    Every month Magento Kyiv office organizes an event called Dare to Share. Everyone who is interested to share some interesting Magento or hear latest trends in development are welcome. I’ve decided to share our TheIrishStore.com experience. Our deployment took 6 non-stop hours with 75 manual steps each time we would like to have a new […]

  • How to develop solid payment integrations in Magento 2 – MageTitans 2017 Workshop

    Payment Integrations for Magento 2 is challenging to develop. Especially if you have experience with Magento 1 platform and you’ve built payment module. With Magento 2 it is different and only 5% of reviewed payment modules follow best practices. After the successful NomadMage session (see Building Secure Payment Integrations in Magento 2) I’ve received lot’s of […]

  • How to create admin user in Magento 2 via Command Line

    In case you have a problem with creating new admin user via Command Line in Magento 2 this post will help you. I’ve faced with the problem on my development environment when trying to access Magento 2 admin panel. Obviously, with the number of systems and websites, we use on day-to-day basis and number of […]

  • Video – How to Install Magento 2 with Sample Data via Command Line

    I made it. I’ve started my Magento video series where I am planning to share my knowledge about Magento 2. Please welcome my new Magento DevChannel Youtube channel. It took me a year after I promised to start Video Blog back in January 2016 and actually made it in February 2017. In the first video, I show How […]

  • Improving performance when upgrading Magento 2 with Elastic File System

    We have experienced very slow execution when running bin/magento setup:upgrade command on various production and staging environments. For the majority of eCommerce websites, an upgrade process should be fast and smooth. In this article, I will show you how to overcome performance degradation when running upgrades for your Magento 2 store. Magento 2 Upgrade Command […]

  • 5 Reasons Why You Should Be Involved in the MageStackDay

    MageStackDay 6 is a perfect time to help each other. I decided to share my 5 reasons why you should be involved in the MageStackDay. Every day we solve issues related to Magento platform. It can be small style change in LESS file or complex refactoring of a custom Magento 1 or 2 module. Every […]

  • Building Secure Payment Integrations in Magento 2 – Nomad Mage®

    I am proud to announce next NomadMage session where I will talk about Building Secure Payment Integrations in Magento 2, February 21, 2017, at 20:00 CST. Nomad Mage® is a virtual user group for Magento developers who understand that they need to keep learning to grow professionally. We meet online monthly to hear some of the […]

  • Motivation to Write The Devletter

    The Devletter hits new milestone which I am happy to share with you. Thoughts Sometimes it is challenging to write The Devletter’s content. Before Tuesday I have enough motivation to sit down and think about Magento 2 topic I would like to share. It does not work for me to just write only because I […]

  • Best Advice to Extend Magento 2 Checkout

    This is a continuation of Checkout tips where I started sharing tips about Magento 2 Checkout module. Checkout is flexible now Checkout as a single page application is implemented in a way where customizations take place. What do I mean by that? Let me explain. Your custom PHP classes no longer require to extend core […]