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
How big is Yireo?

How big is Yireo?

July 10, 2019

Often I get the feedback that people thought Yireo was much bigger. I felt that it was time to play open card on the size of Yireo. And to start with the most essential part, which already answers much: Yireo is a sole trader. In other words, the company officially consists of only one person. But there's more.

Read more
Review of a bad Magento 2 extension

Review of a bad Magento 2 extension

July 3, 2019

Periodically, I do code reviews of other extensions, for use in training or just for fun. One extension bumped up on my radar after I asked on the former Dutchento Slack about bad modules. I did a quick review and the amount of bad code was staggering. Even worse, this extension was listed on the Magento Marketplace. This blog lists all points I found for the purpose of spreading better practices with others.

Read more
A Dutchman went to Italy

A Dutchman went to Italy

June 29, 2019

This blog comes far too late, but I still wanted to write about this: MageTestFest 2019 took place from March 5th to 8th 2019 (which is now four months ago) in Florence, Italy. Life has been interesting and busy since. Still, I enjoyed this wonderful conference so much that this blog needed to come, even though it is late.

Read more
Extending Magento 2 classes by composition

Extending Magento 2 classes by composition

May 18, 2019

With a Magento 2 DI preference, you can rewrite one class to another: However, once you have your new preferred class in place, you'll still want to build on top of the original class to re-use all of its (public and protected) methods. It is easy to do this by extending the original class. However, composition offers a much neater way.

Read more
Local composer development with Magento 2

Local composer development with Magento 2

May 10, 2019

You have heard the advice already: Use composer. However, I frequently hear that Magento 2 modules are still developed in app/code because of reasons. Often this based upon wrong assumptions. I'll show you why.

Read more
Faster Magento 2 Integration Tests

Faster Magento 2 Integration Tests

May 4, 2019

Testing is important. While unit testing and MFTF should play a vital role in Magento 2, let's not forget about integration tests. When you first run the Magento 2 Integration Tests suite of the Magento core, you will be waiting a long time for things to complete. And slow test runs will keep you from making use of them. So let's see how we can optimize Integration Tests to run as fast as possible.

Read more
Presenting Yireo ServerPush, err ... LinkPreload

Presenting Yireo ServerPush, err ... LinkPreload

April 27, 2019

Already months ago, I developed a module to preload CSS and JavaScript files in Magento 2, giving a performance boost to the waterful of resources, needed to render the HTML document. The module was called ServerPush, but that name lead to confusion: The module is now relaunched as LinkPreload. And it is easy to use.

Read more
Smaller Magento 2 images with WebP

Smaller Magento 2 images with WebP

April 20, 2019

Since already some years, WebP is an alternative image format, developed by Google, to offer the same quality but in much smaller sizes: In short, WebP allows serving much smaller Magento 2 images to WebP-capable browsers. Our Magento 2 extension is now freely available on GitHub. Let's see what is inside.

Read more
Reacticon 3 is taking place on April 6th 2019!

Reacticon 3 is taking place on April 6th 2019!

April 1, 2019

The Magento PWA conference is back again: We are happy to announce Reacticon 3 takes place. And much sooner than we might have imagined: Already in a couple of days, this upcoming Saturday. This is going to be wild. Make sure to be there!

Read more