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
A remote training on Magento PWA Studio (May 19th/20th)

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
Disable service workers for the Magento Admin Panel

Disable service workers for the Magento Admin Panel

May 6, 2020

It is a small annoyance when combining a PWA and Magento within the same hosting environment: The PWA replaces the original frontend and ships with a new Service Worker. But this also activates that same Service Worker for the Magento Admin Panel. Here is a small workaround to disable that service worker.

Read more
Limiting GraphQL depth and complexity in Magento 2

Limiting GraphQL depth and complexity in Magento 2

April 29, 2020

Magento 2.3 has added a GraphQL API. However, it allows for certain kinds of queries that might not neccessarily be needed in your own custom headless frontend, but are still executable by any GraphQL client. Let's see how we can limit this, so that the shop stays performant.

Read more
Run a test-instance of Varnish for Magento 2

Run a test-instance of Varnish for Magento 2

April 20, 2020

With Magento 2, frontend performance goes up big time if a Varnish server is configured in front of the regular Magento frontend: Static assets are retrieved faster than with a regular webserver. But more importantly . This blog goes through a couple of my personal tricks to run a test-instance of Varnish via Docker, without going full-stack-on-Docker. It is personal, it is sensitive, but maybe it is fun to see how I sometimes cook up things.

Read more
Do you need Node on the server to run Magento PWA Studio?

Do you need Node on the server to run Magento PWA Studio?

April 15, 2020

It is question that I'm being asked frequently: When you setup a hosting environment for PWA Studio, do you need Node on the server? Magento itself has responded frequently with an answer that you don't need Node. But often in such a response, technical aspects are missing. Also, answering this question is not that simple at all. Let me have a try at it.

Read more
Working with Apollo introspection and Magento GraphQL fragments

Working with Apollo introspection and Magento GraphQL fragments

April 7, 2020

It begins so simple. You build yourself a React app, running simple GraphQL queries towards a Magento shop and you hope for the best. However, the more progress you make, the more complex some issues might come: One such a topic is GraphQL introspection. Let's have a peak, so we can make things simple again.

Read more
Reacticon moved to October 2020

Reacticon moved to October 2020

March 26, 2020

With the Corona crisis slowly reaching new heights, it was to be expected: Reacticon v3 is not able to take place in June 2020. Instead, we have moved things to October. And we are still excited to make this great event happen!

Read more
Additional GraphQL endpoints for Magento 2

Additional GraphQL endpoints for Magento 2

March 21, 2020

I'm a fan of Magento 2.3 its new GraphQL layer. However, I often hear that people are still waiting for things to be completed. Perhaps I'm not seeing those problems that they are facing, but to me, creating and extending GraphQL is easy and doable. To demonstrate this, here's a little simple Yireo_AdditionalEndpointsGraphQl module to get you going.

Read more
Reacticon at the zoo!

Reacticon at the zoo!

March 14, 2020

Finally, the big word is out: Reacticon v3 will take place at the zoo. To be more specific, the Burgers Zoo in Arnhem, The Netherlands. Even while you might be postponing attending any conference for this moment, do make sure to write this down in your calendar. Because Reacticon is not to be missed. And the beautiful venue only stresses this.

Read more