SlideShare a Scribd company logo
www.magetitans.com
#MageTitansUSA @MageTitans
GABRIEL GUARINOSenior Magento Certified Developer, Argentina
Magento 2 for Magento 1 developers: The journey of mastering Magento 2
AUSTIN 2016
@guarinomagento
• Web Developer since 2005
• Magento Developer since 2009
• All Magento Certifications (4x)
• I build my own productivity tools:
Mac-CLI: OS X command line tools for developers

Bash
Productivity: Personal Time Tracker app (free)

Objective-C + Swift
Santa Fe, Argentina
Gabriel Guarino
ABOUT ME
FULL-STACK MAGENTO CERTIFIED DEVELOPER
M1 M2
BEFORE THIS PRESENTATION
M1 M2.
AFTER THIS PRESENTATION
M1
M2
app/code/(community/local)/Sample/Module/
M1
app/design/frontend/rwd/default/ skin/frontend/rwd/default/
css scss js imagestemplatelayoutetcsqlBlock controllers Helper Model
M2
data
etc
app/locale/(en_US)/
Sample_Module.csv
app/etc/modules/
Vendor_Module.xml
lib/
Sample_Module
shell/
Sample/Module
app/code/(community/local)/Sample/Module/
M1
app/local/Sample/Module/
app/design/frontend/rwd/default/ skin/frontend/rwd/default/
css scss js imagestemplatelayoutetcsqlBlock controllers Helper Model
Block Console Controller etc Helper i18n SetupPlugin TestCron Model
M2
Observer view
data
Api
app/locale/(en_US)/
Sample_Module.csv
app/etc/modules/
Vendor_Module.xml
lib/
Sample_Module
etc
shell/
Sample/Module
MAGENTO CLI
MAGENTO CLI
SETTING DEVELOPER MODE
CLEARING CACHE
RUNNING DB UPGRADES
RUNNING RE-INDEX
ENABLING/DISABLING MODULE
CODE REVIEW
BLACK AND WHITE = BOILERPLATE CODE
DECLARING
MODULE
DECLARING MODULE
2
1
MAGENTO 1
DECLARING MODULE
2
1
MAGENTO 2
DECLARING MODULEMAGENTO 2
2
1
DECLARING MODULEMAGENTO 2
2
1
DECLARING MODULEMAGENTO 2
2
1
2 COMMANDS TO RUN
php bin/magento module:enable Sample_Module
ENABLE MODULE
01
02 php bin/magento setup:upgrade
UPGRADE DATABASE
2 COMMANDS TO RUN
php bin/magento module:enable Sample_Module
ENABLE MODULE
01
2 COMMANDS TO RUN
php bin/magento module:enable Sample_Module
ENABLE MODULE
01
2 COMMANDS TO RUN
php bin/magento setup:upgrade
UPGRADE DATABASE
02
2 COMMANDS TO RUN
php bin/magento setup:upgrade
UPGRADE DATABASE
02
SHELL
SCRIPT
SHELL SCRIPT
1
MAGENTO 1
SHELL SCRIPT
2
1
MAGENTO 2
SHELL SCRIPT
2
1
MAGENTO 2
SHELL SCRIPT
2
1
MAGENTO 2
SHELL SCRIPT
2
1
MAGENTO 2
SHELL SCRIPT
2
1
MAGENTO 2
SHELL SCRIPT
2
1
MAGENTO 2
NEW COMMAND
HELPER
HELPER
1
MAGENTO 1
2
HELPER
1
MAGENTO 2
HELPER
1
MAGENTO 2
HELPER
1
MAGENTO 2
HELPER
1
MAGENTO 2
DEPENDENCY INJECTION
IN MAGENTO 2
DEPENDENCY INJECTION
IN MAGENTO 2
DEPENDENCY INJECTION
IN MAGENTO 2
DEPENDENCY INJECTION
IN MAGENTO 2
INSTALL /
DATA INSTALL
SCRIPT
INSTALL / DATA INSTALL SCRIPT
1
MAGENTO 1
2A
2B
INSTALL / DATA INSTALL SCRIPT
1B
1A
MAGENTO 2
INSTALL / DATA INSTALL SCRIPT
1B
1A
MAGENTO 2
UPGRADE /
DATA UPGRADE
SCRIPT
UPGRADE / DATA UPGRADE SCRIPT
1
MAGENTO 1
2A
2B
UPGRADE / DATA UPGRADE SCRIPT
1B
1A
MAGENTO 2
UPGRADE / DATA UPGRADE SCRIPT
1B
1A
MAGENTO 2
UPGRADE SCRIPTS: MAGENTO 1 VS MAGENTO 2
01
INSTALL AND UPGRADE SCRIPTS IN
MAGENTO 2
php bin/magento setup:upgrade
REQUIRED COMMAND
02 setup_module instead of core_resource
NEW TABLE FOR VERSION NUMBER
MODEL
1
MAGENTO 1
2
3
4
MODEL
MODELMAGENTO 2
2
1
3
EVENT
OBSERVER
EVENT OBSERVER
1
MAGENTO 1
2
EVENT OBSERVER
1
MAGENTO 1
2
app/local/Sample/Module/
etc/ frontend/
adminhtml/
events.xml
events.xml
events.xml
MAGENTO 2
EVENT OBSERVER
XML CONFIGURATION FILE
EVENT OBSERVERMAGENTO 2
2
1
EVENT OBSERVERMAGENTO 2
2
1
EVENT NODE
events.xml
EVENT NODE
events.xml
EVENT OBSERVERMAGENTO 2
2
1
OBSERVERS: MAGENTO 1 VS MAGENTO 2
PLUGIN
before • after • around
PLUGINinterception
PLUGIN
before after around
execution
before
observed method
after
observed method
before and after
observed method
modify
original arguments
✓ ✗ ✓
modify
returned values
✗ ✓ ✓
PLUGINMAGENTO 2
2
1
PLUGINMAGENTO 2
2
1
PLUGINMAGENTO 2
2
1
PLUGINMAGENTO 2
2
1
PLUGINMAGENTO 2
2
1
PREFERENCE
PREFERENCE
etc/di.xml
PREFERENCE
etc/di.xml
CONTROLLER
FRONT-END CONTROLLER
2
1
MAGENTO 1
app/local/Sample/Module/
etc/
frontend/
adminhtml/
routes.xml
routes.xml
MAGENTO 2
CONTROLLER
XML CONFIGURATION FILE
CONTROLLERMAGENTO 2
1
2
ROUTER NODE
routes.xml
FRONT-END
CONTROLLER
ADMIN
CONTROLLER
ROUTER NODE
routes.xml
FRONT-END
CONTROLLER
ADMIN
CONTROLLER
CONTROLLERMAGENTO 2
1
2
CONTROLLERMAGENTO 2
1
2
CONTROLLERS: MAGENTO 1 VS MAGENTO 2
SCSS LESS
+
CSS
SCSS / CSSMAGENTO 1
2
1
SCSS COMPILATION
SCSS / CSS
2
1
MAGENTO 1
LESS AND CSSMAGENTO 2
1
2
LESS AND CSSMAGENTO 2
1
2
LESS AND CSSMAGENTO 2
1
2
SET DEVELOPER MODE
SET WORKFLOW TYPE
LESS AND CSSMAGENTO 2
1
2
JAVASCRIPT
JAVASCRIPT
2
1
MAGENTO 1
3
MAGENTO 1 JAVASCRIPT
REQUIRE JS
MAGENTO 2 JAVASCRIPT
The journey of mastering Magento 2 for Magento 1 developers
JAVASCRIPT
IN MAGENTO 2
METHOD 1
data-mage-init
METHOD 2
text/x-magento-init
JAVASCRIPT
IN MAGENTO 2
METHOD 1
data-mage-init
JAVASCRIPT
IN MAGENTO 2
METHOD 1
data-mage-init
JAVASCRIPT
IN MAGENTO 2
METHOD 1
data-mage-init
JAVASCRIPT
IN MAGENTO 2
METHOD 2
text/x-magento-init
JAVASCRIPT
IN MAGENTO 2
METHOD 2
text/x-magento-init
JAVASCRIPT
IN MAGENTO 2
METHOD 2
text/x-magento-init
JAVASCRIPT
IN MAGENTO 2
METHOD 2
text/x-magento-init
JAVASCRIPT
IN MAGENTO 2
CUSTOM JS FILE
JAVASCRIPT
IN MAGENTO 2
CUSTOM JS FILE
JAVASCRIPT
IN MAGENTO 2
CUSTOM JS FILE
JAVASCRIPT - 1MAGENTO 2
1
2
JAVASCRIPT - 2MAGENTO 2
1
2
REMOVE PUB/STATIC FILES
REMOVE PUB/STATIC FILES
FINAL
CONCLUSION
ALL
YOU NEED
IS



CODE
MAGENTO 2 CODEBASE
MAGENTO 2 CODE SAMPLES
M2 DEVELOPER DOCUMENTATION
BUILD YOUR LIBRARY OF CODE SAMPLES
THANK YOU!
guarinogabriel@gmail.com
@GuarinoMagento
github.com/guarinogabriel

More Related Content

What's hot (20)

PDF
Magento 2 Development for PHP Developers
Joshua Warren
 
PDF
Magento 2 Modules are Easy!
Ben Marks
 
PDF
Sergii Shymko - Code migration tool for upgrade to Magento 2
Meet Magento Italy
 
PDF
Magento 2 Design Patterns
Max Pronko
 
PDF
Fundamentals of Extending Magento 2 - php[world] 2015
David Alger
 
PPT
12 Amazing Features of Magento 2
Schogini Systems Pvt Ltd
 
PDF
How To Install Magento 2 (updated for the latest version)
Magestore
 
PPTX
Max Yekaterynenko: Magento 2 overview
Meet Magento Italy
 
PDF
Magento 2: New and Innovative? - php[world] 2015
David Alger
 
PPTX
Meet Magento Belarus - Sergey Ivashchenko
Amasty
 
PDF
Your First Magento 2 Module
Ben Marks
 
PPTX
Magento 2: A technical overview
X.commerce
 
PDF
How to create theme in Magento 2 - Part 2
Magestore
 
PDF
Magento 2 Development
Duke Dao
 
PDF
Magento 2: Modernizing an eCommerce Powerhouse
Ben Marks
 
PDF
How to Install Magento 2 [Latest Version]
M-Connect Media
 
PDF
Magento 2 Dependency Injection, Interceptors, and You - php[world] 2015
Joshua Warren
 
PDF
Guillaume Thibaux - Can we win the fight against performance bottlenecks? Les...
Meet Magento Italy
 
PDF
Max Yekaterinenko - Magento 2 & Quality
Meet Magento Italy
 
PDF
Magento 2 Seminar - Anton Kril - Magento 2 Summary
Yireo
 
Magento 2 Development for PHP Developers
Joshua Warren
 
Magento 2 Modules are Easy!
Ben Marks
 
Sergii Shymko - Code migration tool for upgrade to Magento 2
Meet Magento Italy
 
Magento 2 Design Patterns
Max Pronko
 
Fundamentals of Extending Magento 2 - php[world] 2015
David Alger
 
12 Amazing Features of Magento 2
Schogini Systems Pvt Ltd
 
How To Install Magento 2 (updated for the latest version)
Magestore
 
Max Yekaterynenko: Magento 2 overview
Meet Magento Italy
 
Magento 2: New and Innovative? - php[world] 2015
David Alger
 
Meet Magento Belarus - Sergey Ivashchenko
Amasty
 
Your First Magento 2 Module
Ben Marks
 
Magento 2: A technical overview
X.commerce
 
How to create theme in Magento 2 - Part 2
Magestore
 
Magento 2 Development
Duke Dao
 
Magento 2: Modernizing an eCommerce Powerhouse
Ben Marks
 
How to Install Magento 2 [Latest Version]
M-Connect Media
 
Magento 2 Dependency Injection, Interceptors, and You - php[world] 2015
Joshua Warren
 
Guillaume Thibaux - Can we win the fight against performance bottlenecks? Les...
Meet Magento Italy
 
Max Yekaterinenko - Magento 2 & Quality
Meet Magento Italy
 
Magento 2 Seminar - Anton Kril - Magento 2 Summary
Yireo
 

Viewers also liked (20)

PPTX
Code Generation in Magento 2
Sergii Shymko
 
PPTX
Magento 2 Changes Overview
Sergii Shymko
 
PDF
Microservices Using Docker Containers for Magento 2
Schogini Systems Pvt Ltd
 
PPTX
Ups and Downs of Real Projects Based on Magento 2
Max Pronko
 
PPTX
Methods and Best Practices for High Performance eCommerce
dmitriysoroka
 
PPTX
Magento 2 Theme Trainning for Beginners | Magenest
Magenest
 
PDF
Magento 2 Performance: Every Second Counts
Joshua Warren
 
PPTX
#3 Hanoi Magento Meetup - Part 2: Scalable Magento Development With Containers
Hanoi MagentoMeetup
 
PPTX
#3 Hanoi Magento Meetup - Part 3: Magento Website Optimization
Hanoi MagentoMeetup
 
PPTX
Key Insights into Development Design Patterns for Magento 2 - Magento Live UK
Max Pronko
 
PDF
Sito ecommerce vs marketplace
MageSpecialist
 
PDF
Vitalyi Golomoziy - Integration tests in Magento 2
Meet Magento Italy
 
PDF
Magento 2 and avoiding the rabbit hole
Tony Brown
 
PDF
Meet Magento Sweden - Magento 2 Layout and Code Compilation for Performance
Ivan Chepurnyi
 
PPTX
Phpworld.2015 scaling magento
Mathew Beane
 
PDF
Andrea Zwirner - Magento security and hardening strategies
Meet Magento Italy
 
PDF
Real use cases of performance optimization in magento 2
Max Pronko
 
PDF
A Successful Magento Project From Design to Deployment
Joshua Warren
 
PPTX
Super-scaling Magento with Docker, micro-services and micro-costs
Mikhail Zakharenko
 
PPTX
Magento 2 product import export
Benno Lippert
 
Code Generation in Magento 2
Sergii Shymko
 
Magento 2 Changes Overview
Sergii Shymko
 
Microservices Using Docker Containers for Magento 2
Schogini Systems Pvt Ltd
 
Ups and Downs of Real Projects Based on Magento 2
Max Pronko
 
Methods and Best Practices for High Performance eCommerce
dmitriysoroka
 
Magento 2 Theme Trainning for Beginners | Magenest
Magenest
 
Magento 2 Performance: Every Second Counts
Joshua Warren
 
#3 Hanoi Magento Meetup - Part 2: Scalable Magento Development With Containers
Hanoi MagentoMeetup
 
#3 Hanoi Magento Meetup - Part 3: Magento Website Optimization
Hanoi MagentoMeetup
 
Key Insights into Development Design Patterns for Magento 2 - Magento Live UK
Max Pronko
 
Sito ecommerce vs marketplace
MageSpecialist
 
Vitalyi Golomoziy - Integration tests in Magento 2
Meet Magento Italy
 
Magento 2 and avoiding the rabbit hole
Tony Brown
 
Meet Magento Sweden - Magento 2 Layout and Code Compilation for Performance
Ivan Chepurnyi
 
Phpworld.2015 scaling magento
Mathew Beane
 
Andrea Zwirner - Magento security and hardening strategies
Meet Magento Italy
 
Real use cases of performance optimization in magento 2
Max Pronko
 
A Successful Magento Project From Design to Deployment
Joshua Warren
 
Super-scaling Magento with Docker, micro-services and micro-costs
Mikhail Zakharenko
 
Magento 2 product import export
Benno Lippert
 
Ad

Similar to The journey of mastering Magento 2 for Magento 1 developers (20)

PDF
Zepplin_Pronko_Magento_Festival Hall 1_Final
Max Pronko
 
PPT
Meet Magento Belarus - Elena Leonova
Amasty
 
PDF
Magento 2 Backend Development Essentials
BarnyShergold1
 
PDF
BEGINNERS’ GUIDE TO MAGENTO PLUGINS, EXTENSIONS, MODULES
Kuldeep Sharma
 
PDF
Mli 2017 technical intro to magento 2
Hanoi MagentoMeetup
 
PPT
The all new features of magento 2
ValueCoders
 
PPTX
Advent of magento2
anshuman ravi
 
PDF
5 Great New Features of Magento 2
Salt City Digital
 
PPT
Meet Magento Belarus - Magento2: What to expect and when? - Elena Leonova
Elena Leonova
 
PPTX
Igor Miniailo - Magento 2 API Design Best Practices
Atwix
 
PDF
Макс Екатериненко - Meet Magento Ukraine - Magento 2 Overview
Atwix
 
PDF
Introduction to Magento 2 module development - PHP Antwerp Meetup 2017
Joke Puts
 
PDF
Outlook on Magento 2
Matthias Glitzner-Zeis
 
PDF
Intro to Magento 2: Let's build a Module!
David Stillson
 
PDF
Magento 2 - Replacing God with Dependency Injection
John Knowles
 
PPTX
Magento 2 : development and features
Commit Software Sh.p.k.
 
PPTX
Applying Code Customizations to Magento 2
Igor Miniailo
 
PPTX
Make implementation of third party elements in magento 2 in 5-times easier
Elena Kulbich
 
PPTX
Magento for newbies by IdeatoLife - Design+Code; ArabNet Beirut 2015
ArabNet ME
 
PDF
Magento commerce upgrade Yucca Solutions - With Yucca, You Can
FabriceFays1
 
Zepplin_Pronko_Magento_Festival Hall 1_Final
Max Pronko
 
Meet Magento Belarus - Elena Leonova
Amasty
 
Magento 2 Backend Development Essentials
BarnyShergold1
 
BEGINNERS’ GUIDE TO MAGENTO PLUGINS, EXTENSIONS, MODULES
Kuldeep Sharma
 
Mli 2017 technical intro to magento 2
Hanoi MagentoMeetup
 
The all new features of magento 2
ValueCoders
 
Advent of magento2
anshuman ravi
 
5 Great New Features of Magento 2
Salt City Digital
 
Meet Magento Belarus - Magento2: What to expect and when? - Elena Leonova
Elena Leonova
 
Igor Miniailo - Magento 2 API Design Best Practices
Atwix
 
Макс Екатериненко - Meet Magento Ukraine - Magento 2 Overview
Atwix
 
Introduction to Magento 2 module development - PHP Antwerp Meetup 2017
Joke Puts
 
Outlook on Magento 2
Matthias Glitzner-Zeis
 
Intro to Magento 2: Let's build a Module!
David Stillson
 
Magento 2 - Replacing God with Dependency Injection
John Knowles
 
Magento 2 : development and features
Commit Software Sh.p.k.
 
Applying Code Customizations to Magento 2
Igor Miniailo
 
Make implementation of third party elements in magento 2 in 5-times easier
Elena Kulbich
 
Magento for newbies by IdeatoLife - Design+Code; ArabNet Beirut 2015
ArabNet ME
 
Magento commerce upgrade Yucca Solutions - With Yucca, You Can
FabriceFays1
 
Ad

Recently uploaded (20)

PDF
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
SIZING YOUR AIR CONDITIONER---A PRACTICAL GUIDE.pdf
Muhammad Rizwan Akram
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
PDF
UiPath DevConnect 2025: Agentic Automation Community User Group Meeting
DianaGray10
 
PDF
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PDF
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
PDF
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
PDF
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
PDF
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
Staying Human in a Machine- Accelerated World
Catalin Jora
 
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
SIZING YOUR AIR CONDITIONER---A PRACTICAL GUIDE.pdf
Muhammad Rizwan Akram
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
UiPath DevConnect 2025: Agentic Automation Community User Group Meeting
DianaGray10
 
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
Staying Human in a Machine- Accelerated World
Catalin Jora
 

The journey of mastering Magento 2 for Magento 1 developers