Category Magento
Which Framework Would You Put Under Magento 2?
The current plan of record is to keep Magento 2 on Zend Framework 1. Magento provides much of its own framework that developers are expected to use. It does however leverage functionality currently from Zend Framework 1. The original plan of sticking with Zend Framework 1 was based on the benefits of moving to Zend […]
Release Cadences
Magento 2 is a fairly significant step forwards from Magento 1. After 2.0 is released, it has been publicly shared there will be a more frequent release cadence. This has pros and cons, some of which are explored below. But also interestingly should there be a more detailed strategy before GA to help extension developers […]
Another reason to build responsive sites? (Quick note)
There is a lot of talk about the benefits of responsive sites. This might be old news, but I just came across another little use case I had not noticed before. I was browsing around and came across a reference to a company. I was curious where it was so I brought it up in […]
Dear Magento Community – Thank You!
Coming from Australia a few years back, I know Thanks Giving is an American thing. I also know Magento is a truly international product. But it seemed a good time to say a quick “thank you” to the community for all the feedback and support so far. I am relatively new to Magento compared to many (around a […]
Magento 2 Roadmap Through to GA
Wondering what is coming for Magento 2 through to GA? Here is a high level (unofficial) summary. Disclaimer: This blog does not constitute official communication and does not necessarily reflect that of my employer. And even if this was official, the plan would be subject to change without notice. We are using Agile after all! […]
Is It Useful to Categorize Modules?
Is it useful to categorize modules? Would it make Magento easier to understand? I have been working with the tech writers recently on the Magento 2 documentation and how to get concepts across in the clearest way possible which got me thinking about how to describe modules in a better way than a flat list […]
Reporting Magento 2 Issues (Quick Note)
“If I’d known a simple message was all that was needed, I would have done this myself” was a recent comment on GitHub. (I had copied the content of some tweets into GitHub. And yes, it was an issue we needed to dig into.) So just to make it clear. If you find a bug and […]
Magento 2 Service Contract Patterns
As we continue to work on the services in Magento 2, patterns are emerging. This post describes a few such patterns. These patterns are going to be released on GitHub progressively over the next few weeks as code gets completed. Disclaimer: The opinions expressed here are my own and do not represent any commitment on […]
Magento Installation Process Thoughts
The Magento team has been looking at the best way to build and then update sites for Magento 2. The team has committed to using Composer where each module, theme, and language pack will be a Composer package. There were and are some interesting challenges. I thought others might find these interesting as well. Now […]
Magento on Docker on GitHub (Quick Note)
In case anyone is interested, I am kicking off an effort on defining a series of Docker images and topologies for use with Magento (https://github.com/alankent/magento-on-docker). This is intended for Magento 1 and Magento 2, and hopefully a useful resource for anyone looking at using Docker to deploy Magento. I anticipate this project proceeding as follows: Spend […]