UPCOMING: Magento 2 Bootcamp of four days in The Netherlands (April 29th - May 2nd)
background

Enjoy our blogs

Our latest articles on Magento, Shopware, Vue, React and much more

We write regularly on various topics: technical research, extension releases, developer events, opinions, community news
Magento 2 Knockout to be deprecated

Magento 2 Knockout to be deprecated

November 6, 2018

Last week, MeetMagento New York took place and Anton Kril (Magento Director of Architecture) casually mentioned that the current Knockout-based frontend would be deprecated in favor of the new PWA frontend. It stirred up some things in the community. People were shocked. My reaction: Well, ... why be surprised?

Read more
What makes Reacticon different?

What makes Reacticon different?

September 23, 2018

Last couple of years, the number of Magento events world-wide has increased dramatically. Many people say there are too many events. However, Reacticon was sold out in March 2018. And Reacticon 2 (only days away on October 4th 2018) is already one of the biggest Magento developer events world-wide. Let's see what makes Reacticon so different.

Read more
ExtDN - Do use composer

ExtDN - Do use composer

August 24, 2018

With ExtDN, we feel the urge that code quality of Magento extensions should be improved. So we sat down and carefully phrased 8 hints for creating proper Magento 2 extensions: The DOs for Magento extension development. Here is a discussion of the first point: To use composer.

Read more
Summer of coding

Summer of coding

August 18, 2018

While the heat is striking down on Europe and many are sitting at the pool to chill, my summer is all about coding. I was looking forward to a summer without travels (because I had those earlier this year with dozens of conferences) and with time to work on pending projects. Here is an overview of my summer of coding.

Read more
ExtDN goes MeetMagento Poland

ExtDN goes MeetMagento Poland

August 13, 2018

Since some time now, Yireo is part of a network of Magento Extension Providers - ExtDN - which works to increase the quality level of Magento extensions. And I'm happy to announce that ExtDN is going to MeetMagento Poland this September.

Read more
Why is Magento 2 LESS compilation so slow?

Why is Magento 2 LESS compilation so slow?

August 7, 2018

It has been the frustration of Magento 2 frontend developers for years already. And it has surprised me that so little has been written about it: Compiling the default LESS code of Magento 2 is slow, easily taking up to 8 seconds. But why? Here's a summary of an experiment I've run to find out what is the actual problem. Plus some conclusions (and semi-solutions).

Read more
Reacticon v2 is only two months away

Reacticon v2 is only two months away

July 28, 2018

Time is flying: Reacticon v2 is only two months away. And things are on the roll: We already have over 60 attendees and 2 main sponsors are in (Magento and Deity). If you want to join Reacticon, now is the time!

Read more
Babysteps with PWA Studio

Babysteps with PWA Studio

July 20, 2018

Magento PWA Studio is slowly becoming more mature. Nothing to build a production PWA yet with, but enough to play around with as a way of getting used to the technology. Months ago, Fooman wrote a blog on how to setup PWA Studio properly. Here are my additional notes.

Read more
Boost MySQL speed of Magento 2 integration tests

Boost MySQL speed of Magento 2 integration tests

June 29, 2018

Magento 2 is built in a modular way and one of the benefits here is that you can easily (?) add your own unit and/or integration tests, to guarantee the quality of your own code. When running integration tests, a test database is set up. However, this process is kind of slow. Here is a little trick to dramatically increase the performance of MySQL, so your integration tests complete within seconds.

Read more