Blog
About the Magento 2 Certified Professional Developer PLUS exam
In November 2018, Magento presented a new certification: Magento 2 Certified Professional Developer Plus. It's aimed at developers and architects with at least two years of experience with Magento 2, so it's a higher level than the Magento 2 Certified Professional...
MageTitans Manchester 2018 – to PWA or not to PWA
TL,DR; I was in Manchester for MageTitans. It was great. Last Friday, I flew to Manchester to attend MageTitans Manchester. MageTitans is a yearly event organised for developers. The people behind this event belong to the Manchester based company Space 48 and the...
Mage Unconference 2018 aftermath
On the weekend of 27 and 28 October, Mage Unconference 2018 took place in Cologne, Germany (or Köln for the connoisseurs). Integer_net did not only attend with 10 out of our 12 employees, but for the 4th year in a row, we were a proud main sponsor of the event. A...
Reacticon v2 – Today We’ll Create A New Future
Now that the dust has settled after the inaugural Magento Live Europe conference in Barcelona, it’s a good time to recapitulate a smaller but evenly important event that happened just before in Eindhoven, the Netherlands: Reacticon v2 What is Reacticon? A conference...
With Devs in Mind – MageTitans UK
Back in 2014, many events in the Magento ecosystem were somewhat disappointing for developers. The tech track often had the smallest room of the venue and too many people in the room. The topics were chosen months before the event and are no longer up to...
Magento Meetup Aachen – Christmas Edition 2018
It has become a tradition in the recent years: A meetup for people interested in Magento at the Aachen Christmas Market in December. Last year, we even made a small conference out of it, called Christmage. We aim to have the next Christmage in 2019. Still, we will...
Magento Live Europe Recap
In October 2018, we attended the biggest Magento event in Europe to learn about Magento & Adobe and upcoming changes regarding PWA and Magento 2.3
Magento 1 or Magento 2? A Guidebook
Since November 2015, when Magento 2.0 was released, we have to ask ourselves: Which system should we use for our Magento projects - Magento 1 or Magento 2? Or a totally different system? There is no clear and simple answer to that - the decision depends on many...
Conference Speaking Checklist
As a somewhat frequent public speaker, I have an internal checklist, besides actual preparation of the presentation. Over time, the list grew longer and longer, as I noticed things at conferences that I would have liked to know in advance. So I’m writing it down to...
Meet Magento Poland 2018 – A Short Review
Fabian and Andreas attended Meet Magento Poland 2018. Organized by two Polish agencies in an extraordinary location, the organizers paid special attention to get all details right. And it paid off.
Reaction v2 – the second Magento PWA conference in Eindhoven
Only 6 months after Reacticon, its successor Reacticon v2 is about to happen. We look forward to an interesting specialised conference in the Netherlands.
Let’s make this legendary – Magento Live Europe 2018
There is a new Magento event around the corner that has people all excited. It's called Magento Live Europe and takes place on 9-10th October 2018. Heard that before? Not quite. After Magento Live UK, Magento Live Germany and Magento Live France, this event aims for...
Meet Magento Poland 2018 – What to expect from Krakow
In a few weeks, all eyes of the Magento community should be on Meet Magento Poland. In the growing family of Meet Magento events, Meet Magento Poland is one of those events that have basically always been there. It is one of those events that bring together a great...
Magento 2: Automatic Code Quality Check with GrumPHP
An important part of good code quality is the compliance with coding standards. The following rules can be part of the coding standards: Naming of variables and functions Tabs or spaces Positions of braces Allowed blank lines Allowed line length Maximum code...
Magento Master but not a developer
In the tech world, contributing to open source is often understood as providing pull requests to the software code. However, these code contributions are not everything that is done. Nor are they everything that is needed. While code contributions are a vital part of...
Magento Association – Write-Up After Brainstorming Meeting
The day after Meet Magento DE, a brainstorming meeting about the Magento Association took place. Here is what Magento Association is all about and what happened at the meeting.
Removing unused core modules from Magento 2 – the right way
Inspired by a tweet by Erik Hansen, I take up the opportunity to write down a technique which is used in our projects frequently. I have first seen it introduced by my colleague Fabian Schmengler. As described in our article Cut load times by up to 40% – Why and How...
ExtDN Extension Quality Working Group & Community Hangout
This week, the "extension quality" working group of ExtDN hosted their first community hangout, open for anyone interested to join. This blog post is going to be a short recap and also an introduction to the initiative. About ExtDN The Magento...
Next stop: Utrecht – Meet Magento NL coming up
On June 1st, it’s time for the tenth edition of Meet Magento Netherlands. We look forward to great content in Utrecht, where we also contribute in different ways to the agenda.
Magento 2.2 and above: Simplify working with testing and development environments
When you import a database to a test or staging system, configuration settings need to be changed. To avoid this error-prone task, you can store the relevant config data in the code instead.