Hey, need help with your Magento, WooCommerce or Laravel project? I have some availalility. Contact me.

Coding tips

Coding tips, Magewire

Communicating with third party SDK's from Magewire

I have been working with Magewire a lot the last year/2 years or so. One of the things that took a while to get my head wrapped around is communicating with external javascript SDK's. In this post I will show you how this can be done.
Coding tips, Continuous Deployment, Continuous Integration, Cypress, Deployer, End-2-End Testing, GitHub Actions, Magento 2, Magento 2 testing, Testing, Playwright

Say goodbye to manual updates make: Magento update automatically

Tired of managing Magento updates manually? Learn how to automate updates and streamline your Magento store's maintenance with our step-by-step guide. Say goodbye to the headaches of manual updates and keep your store secure and up-to-date effortlessly.
Magento 2, Magento Proxy, Coding tips, di.xml

WTF is a proxy in Magento?

Proxies in Magento allow you to wait with the rendering of the object until it is actually needed, but what does that even mean?
Magento 2, Coding tips, Controller

Where to place code in a Magento 2 module?

Magento 2 has a few building blocks for you when building a module, but placing your code in the right place can be hard. Here i try to sum up where you should place your code.
Magento 2, Dependency Injection, di.xml, Coding tips

Using di.xml to improve your code quality

In this article i'm going to show you a technique that i like to apply in some of the larger Magento 2 module i write.