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

What is wrong with my Magento 2 replacement packages?

July 24, 2020

For some time, I'm maintaining Magento 2 composer packages that apply the composer replace trick to allow for Magento 2 core modules to be removed again. In the last days, I made some dramatic changes, removing old releases and creating new, upsetting people along the way. What is wrong with me?!?

Read more

Do you actually need Magento PWA Studio?

July 8, 2020

I'm often being asked whether Magento PWA Studio is ready for building a complete PWA or not. Is it stable enough? Does it have enough features? And the more I try to answer questions like these - me diving into the technical parts of PWA Studio - the more I wonder whether you actually need Magento PWA Studio that much. So here is the real question: Do you actually need Magento PWA Studio?

Read more

Why Magento 2 integration tests might fail early?

July 2, 2020

I regularly bump into the Magento 2 integration test procedure failing, before it even reaches my own tests. Here are a couple of reasons why things might be failing, partially related to the setup of the testing framework, partially related to the extension code.

Read more

Updating Magento tax rates for Germany's temporary tax relief

June 16, 2020

End of May, the German government made a decision to relieve their taxes a bit to help businesses get through the Corona crisis. This starts on July 1st and stops at the end of 2020. How to modify Magento for changes like these?

Read more

EmailTester version 1.6

June 2, 2020

Version 1.6 of the EmailTester extension for Magento 2 was just released a little while ago. No dramatic changes. However, there are some really great additions to this productivity tool, that are worthwhile sharing with you via a blog.

Read more

Improving Vue Storefront 1 compilation times

May 22, 2020

Vue Storefront 1 is a great tool for building a lean JavaScript frontend for Magento 1 or Magento 2. However, it has some flaws, one of which being the compilation time of Vue, TypeScript and ES6 code into regular browser code. There is a simple solution though: A custom Webpack configuration. I've put together a sample config, which I'm happy to share with the world.

Read more

Rate throttling for Magento 2 GraphQL

May 14, 2020

The GraphQL API of Magento 2.3+ comes with numerous endpoints. However, some of these endpoints offer little protection against bastards that want to abuse this. My new Yireo_GraphQlRateLimiting offers a rate limiting to try to reduce abuse. Let's see why it is needed.

Read more

Properly serving static files Magento PWA Studio

May 12, 2020

This is a big topic, but important nonetheless. When building a Magento PWA Studio, most tutorials out there tell you to either implement things using a Node server or without. But often this includes steps to route requests for static files to UPWARD. Why not use the webserver for this directly?

Read more

A remote training on Magento PWA Studio (May 19th/20th)

May 7, 2020

On May 19th/20th (so in less than two weeks), our Magento PWA Studio training takes place - remotely, because of the current crisis - and you are welcome to join. If you are a developer and want to dive into Magento's its React frontend, this is the time.

Read more