SlideShare a Scribd company logo
Develop faster on Magento 2 using code generation tools
Develop faster on M2
using code generation tools
Juan Alonso
Senior Developer @ Stämpfli
About me
• @Jalogut
• Senior Developer at Stämpfli AG
• +5 years working on Magento
• Magento Certified Developer
• Magento Certified Solution Specialist
Agenda
1. Personal experience working with Magento2
2. What are code generation tools?
3. Existing tools for Magento2
4. My own generator
5. Live Demo
6. Other tips
Personal Experience on M2
• Experience -> lots of copy-pasting
• One goal -> avoid copy-pasting
• Problem -> many different file formats
• Xml definitions
• Class types and inheritance
Personal Experience on M2
• Solution -> PHPStorm Templates
• @VinaiKopp Gist
• https://gist.github.com/Vinai/eb4713bda65fb8b467b1
• Magento2-phpstorm-templates
• https://github.com/staempfli/magento2-phpstorm-templates
😃
I was Happy
Personal Experience on M2
• Another Problem -> CRUD Modules
• + 30 files needed
😢
Sad again
🤔
So what can I do?
Personal Experience on M2
• Solution -> Code generation tools
• https://www.yireo.com/blog/1816-magento-2-code-generation-tools
What are code generation tools?
• Tools that help developers to create modules more easily
• Automatically generate files with working code
• Skip boring process of creating files that are always the same
• Quick start to have base code of a module or functionality
Existing Tools for M2
• Pestle (Alan Storm): https://github.com/astorm/pestle
• N98-magerun2: https://github.com/netz98/n98-magerun2
• Mage2gen:
• https://mage2gen.com/
• https://github.com/krukas/Mage2Gen
• MSP_CodeMonkey (under construction):
• https://github.com/magespecialist/m2-MSP_CodeMonkey
My own generator
Goals:
• Similar to “PHPStorm live templates” but for multiple files
• Folders & files structure with placeholders
• Easily extensible:
• Simple and fast to add new templates
• Encourage other developers to contribute
• Keep it simple
My own generator
magento2-code-generator
• Github repo:
• https://github.com/staempfli/magento2-code-generator
🤔
Live Demo
Live Demo
• Playlist videos:
• https://www.youtube.com/playlist?list=PLBt8dizedSZCxuqK41vG01_MngJQPRuMj
• CRUD EAV in 5 minutes:
• https://www.youtube.com/watch?v=f8qBnOIRIs4
Conclusions
• Stop copy-pasting
• Use a code generation tool for Magento 2.
• It will make your life easier.
• They are free, your time is not
• If you miss something, just contribute, they are open-source.
Links
• Twitter: @Jalogut
• Commercehero: https://commercehero.io/juan.alonso
• PHPStorm templates:
• https://github.com/staempfli/magento2-phpstorm-templates
• magento2-code-generator:
• https://github.com/staempfli/magento2-code-generator
?
Other tips
• PHPStorm External Tools
• Preferences > Tools > External Tools
• Keymap > External Tools > External Tools
• Useful tools:
• Clear cache: bin/magento cache:clean
• Setup: bin/magento setup:upgrade
• Generation flush: bin/n98-magerun2 generation:flush
• Purge all:
find var/generation var/cache var/page_cache var/view_preprocessed pub/static -mindepth 1 -maxdepth
1 -not -name .htaccess -exec rm -r {} +
Develop faster on Magento 2 using code generation tools
Ad

More Related Content

What's hot (20)

Behaviour Driven Development Hands-on
Behaviour Driven Development Hands-onBehaviour Driven Development Hands-on
Behaviour Driven Development Hands-on
Hemmerling
 
Test Driven Development (TDD) with Windows PowerShell
Test Driven Development (TDD) with Windows PowerShellTest Driven Development (TDD) with Windows PowerShell
Test Driven Development (TDD) with Windows PowerShell
Hemmerling
 
Instant LAMP Stack with Vagrant and Puppet
Instant LAMP Stack with Vagrant and PuppetInstant LAMP Stack with Vagrant and Puppet
Instant LAMP Stack with Vagrant and Puppet
Patrick Lee
 
Automate your WordPress Workflow with Grunt.js
Automate your WordPress Workflow with Grunt.jsAutomate your WordPress Workflow with Grunt.js
Automate your WordPress Workflow with Grunt.js
Josh Lee
 
Building at a glance
Building at a glanceBuilding at a glance
Building at a glance
Gabriel Dogaru
 
Android Made Simple
Android Made SimpleAndroid Made Simple
Android Made Simple
Gabriel Dogaru
 
That worked before
That worked beforeThat worked before
That worked before
Christian Güdemann
 
TDD for joomla extensions
TDD for joomla extensionsTDD for joomla extensions
TDD for joomla extensions
Roberto Segura
 
Typescript kata The TDD style 2 edition
Typescript kata The TDD style 2 editionTypescript kata The TDD style 2 edition
Typescript kata The TDD style 2 edition
Ronnie Hegelund
 
The absolute must read book for programmers
The absolute must read book for programmersThe absolute must read book for programmers
The absolute must read book for programmers
Sachin FromDev
 
Selenium camp v1
Selenium camp v1Selenium camp v1
Selenium camp v1
dimakovalenko
 
Play framework - Bristol Java meetup
Play framework - Bristol Java meetupPlay framework - Bristol Java meetup
Play framework - Bristol Java meetup
Robin Warren
 
Angular2.0@Shanghai0319
Angular2.0@Shanghai0319Angular2.0@Shanghai0319
Angular2.0@Shanghai0319
Bibby Chung
 
Full stack development
Full stack developmentFull stack development
Full stack development
Arnav Gupta
 
Browserium
BrowseriumBrowserium
Browserium
Soumyajit Basu
 
Browserium
BrowseriumBrowserium
Browserium
Soumyajit Basu
 
Export pdf with puppeteer
Export pdf with puppeteerExport pdf with puppeteer
Export pdf with puppeteer
Knoldus Inc.
 
How to become senior .net developer
How to become senior .net developerHow to become senior .net developer
How to become senior .net developer
Tung Nguyen Thanh
 
WPSessions Composer for WordPress Plugin Development
WPSessions Composer for WordPress Plugin DevelopmentWPSessions Composer for WordPress Plugin Development
WPSessions Composer for WordPress Plugin Development
Caldera Labs
 
Angularjs Workshop Pre-Requisites
Angularjs Workshop Pre-Requisites Angularjs Workshop Pre-Requisites
Angularjs Workshop Pre-Requisites
Houssem Yahiaoui
 
Behaviour Driven Development Hands-on
Behaviour Driven Development Hands-onBehaviour Driven Development Hands-on
Behaviour Driven Development Hands-on
Hemmerling
 
Test Driven Development (TDD) with Windows PowerShell
Test Driven Development (TDD) with Windows PowerShellTest Driven Development (TDD) with Windows PowerShell
Test Driven Development (TDD) with Windows PowerShell
Hemmerling
 
Instant LAMP Stack with Vagrant and Puppet
Instant LAMP Stack with Vagrant and PuppetInstant LAMP Stack with Vagrant and Puppet
Instant LAMP Stack with Vagrant and Puppet
Patrick Lee
 
Automate your WordPress Workflow with Grunt.js
Automate your WordPress Workflow with Grunt.jsAutomate your WordPress Workflow with Grunt.js
Automate your WordPress Workflow with Grunt.js
Josh Lee
 
TDD for joomla extensions
TDD for joomla extensionsTDD for joomla extensions
TDD for joomla extensions
Roberto Segura
 
Typescript kata The TDD style 2 edition
Typescript kata The TDD style 2 editionTypescript kata The TDD style 2 edition
Typescript kata The TDD style 2 edition
Ronnie Hegelund
 
The absolute must read book for programmers
The absolute must read book for programmersThe absolute must read book for programmers
The absolute must read book for programmers
Sachin FromDev
 
Play framework - Bristol Java meetup
Play framework - Bristol Java meetupPlay framework - Bristol Java meetup
Play framework - Bristol Java meetup
Robin Warren
 
Angular2.0@Shanghai0319
Angular2.0@Shanghai0319Angular2.0@Shanghai0319
Angular2.0@Shanghai0319
Bibby Chung
 
Full stack development
Full stack developmentFull stack development
Full stack development
Arnav Gupta
 
Export pdf with puppeteer
Export pdf with puppeteerExport pdf with puppeteer
Export pdf with puppeteer
Knoldus Inc.
 
How to become senior .net developer
How to become senior .net developerHow to become senior .net developer
How to become senior .net developer
Tung Nguyen Thanh
 
WPSessions Composer for WordPress Plugin Development
WPSessions Composer for WordPress Plugin DevelopmentWPSessions Composer for WordPress Plugin Development
WPSessions Composer for WordPress Plugin Development
Caldera Labs
 
Angularjs Workshop Pre-Requisites
Angularjs Workshop Pre-Requisites Angularjs Workshop Pre-Requisites
Angularjs Workshop Pre-Requisites
Houssem Yahiaoui
 

Viewers also liked (17)

Jornada sobre colecciones fotográficas de arte portugués e iberoamericano en ...
Jornada sobre colecciones fotográficas de arte portugués e iberoamericano en ...Jornada sobre colecciones fotográficas de arte portugués e iberoamericano en ...
Jornada sobre colecciones fotográficas de arte portugués e iberoamericano en ...
Juan Alonso Fernandez
 
MJ Flood Managed Print Service Presentation
MJ Flood Managed Print Service PresentationMJ Flood Managed Print Service Presentation
MJ Flood Managed Print Service Presentation
jameslmk
 
Building and deploying PHP applications with Phing
Building and deploying PHP applications with PhingBuilding and deploying PHP applications with Phing
Building and deploying PHP applications with Phing
Michiel Rook
 
Magento 2 Code Generation Tools
Magento 2 Code Generation ToolsMagento 2 Code Generation Tools
Magento 2 Code Generation Tools
Óscar Recio Soria
 
MSII service global
MSII service globalMSII service global
MSII service global
Gilles ROULIN
 
Leanforms folder panterra
Leanforms folder panterraLeanforms folder panterra
Leanforms folder panterra
Anton Schaerlaeckens
 
Walden3 twin slideshare 01
Walden3 twin slideshare 01Walden3 twin slideshare 01
Walden3 twin slideshare 01
Avi Dey
 
2do boletin emancipacion de la mujer
2do boletin   emancipacion de la mujer2do boletin   emancipacion de la mujer
2do boletin emancipacion de la mujer
Colectivo chamampi
 
あいにきて IoT
あいにきて IoTあいにきて IoT
あいにきて IoT
Yuki Higuchi
 
Science and Nature Portfolio
Science and Nature PortfolioScience and Nature Portfolio
Science and Nature Portfolio
ian cuming
 
9789740333616
97897403336169789740333616
9789740333616
CUPress
 
Afl presentation
Afl presentationAfl presentation
Afl presentation
annacb19
 
Culinary Arts Institute - programme
Culinary Arts Institute - programmeCulinary Arts Institute - programme
Culinary Arts Institute - programme
Hasmik Rostomyan
 
A fratura social da República Brasileira
A fratura social da República BrasileiraA fratura social da República Brasileira
A fratura social da República Brasileira
Ricardo Rodrigues
 
Techno-Freedom Seder Haggadah
Techno-Freedom Seder HaggadahTechno-Freedom Seder Haggadah
Techno-Freedom Seder Haggadah
martine
 
PJD101 First Class
PJD101 First ClassPJD101 First Class
PJD101 First Class
Yoshiaki Fujita
 
Sage Success Story - Enablis (Australia)
Sage Success Story - Enablis (Australia)Sage Success Story - Enablis (Australia)
Sage Success Story - Enablis (Australia)
David Beard
 
Jornada sobre colecciones fotográficas de arte portugués e iberoamericano en ...
Jornada sobre colecciones fotográficas de arte portugués e iberoamericano en ...Jornada sobre colecciones fotográficas de arte portugués e iberoamericano en ...
Jornada sobre colecciones fotográficas de arte portugués e iberoamericano en ...
Juan Alonso Fernandez
 
MJ Flood Managed Print Service Presentation
MJ Flood Managed Print Service PresentationMJ Flood Managed Print Service Presentation
MJ Flood Managed Print Service Presentation
jameslmk
 
Building and deploying PHP applications with Phing
Building and deploying PHP applications with PhingBuilding and deploying PHP applications with Phing
Building and deploying PHP applications with Phing
Michiel Rook
 
Magento 2 Code Generation Tools
Magento 2 Code Generation ToolsMagento 2 Code Generation Tools
Magento 2 Code Generation Tools
Óscar Recio Soria
 
Walden3 twin slideshare 01
Walden3 twin slideshare 01Walden3 twin slideshare 01
Walden3 twin slideshare 01
Avi Dey
 
2do boletin emancipacion de la mujer
2do boletin   emancipacion de la mujer2do boletin   emancipacion de la mujer
2do boletin emancipacion de la mujer
Colectivo chamampi
 
あいにきて IoT
あいにきて IoTあいにきて IoT
あいにきて IoT
Yuki Higuchi
 
Science and Nature Portfolio
Science and Nature PortfolioScience and Nature Portfolio
Science and Nature Portfolio
ian cuming
 
9789740333616
97897403336169789740333616
9789740333616
CUPress
 
Afl presentation
Afl presentationAfl presentation
Afl presentation
annacb19
 
Culinary Arts Institute - programme
Culinary Arts Institute - programmeCulinary Arts Institute - programme
Culinary Arts Institute - programme
Hasmik Rostomyan
 
A fratura social da República Brasileira
A fratura social da República BrasileiraA fratura social da República Brasileira
A fratura social da República Brasileira
Ricardo Rodrigues
 
Techno-Freedom Seder Haggadah
Techno-Freedom Seder HaggadahTechno-Freedom Seder Haggadah
Techno-Freedom Seder Haggadah
martine
 
Sage Success Story - Enablis (Australia)
Sage Success Story - Enablis (Australia)Sage Success Story - Enablis (Australia)
Sage Success Story - Enablis (Australia)
David Beard
 
Ad

Similar to Develop faster on Magento 2 using code generation tools (20)

The New Frontend Toolchain
The New Frontend ToolchainThe New Frontend Toolchain
The New Frontend Toolchain
Bruno Abrantes
 
Magento 2 Workflows
Magento 2 WorkflowsMagento 2 Workflows
Magento 2 Workflows
Ryan Street
 
Head first android apps dev tools
Head first android apps dev toolsHead first android apps dev tools
Head first android apps dev tools
Shaka Huang
 
Release Management with Visual Studio Team Services and Office Dev PnP
Release Management with Visual Studio Team Services and Office Dev PnPRelease Management with Visual Studio Team Services and Office Dev PnP
Release Management with Visual Studio Team Services and Office Dev PnP
Petter Skodvin-Hvammen
 
Engage 2018 adm04 - The lazy admin wins
Engage 2018   adm04 - The lazy admin winsEngage 2018   adm04 - The lazy admin wins
Engage 2018 adm04 - The lazy admin wins
Matteo Bisi
 
Engage 2018 adm04 The lazy admin wins
Engage 2018   adm04 The lazy admin winsEngage 2018   adm04 The lazy admin wins
Engage 2018 adm04 The lazy admin wins
Factor-y S.r.l.
 
Working with PowerShell, Visual Studio Code and Github for the reluctant IT Pro
Working with PowerShell, Visual Studio Code and Github for the reluctant IT ProWorking with PowerShell, Visual Studio Code and Github for the reluctant IT Pro
Working with PowerShell, Visual Studio Code and Github for the reluctant IT Pro
BIWUG
 
Magento 2 Development for PHP Developers
Magento 2 Development for PHP DevelopersMagento 2 Development for PHP Developers
Magento 2 Development for PHP Developers
Joshua Warren
 
Get Started with Driverless AI Recipes - Hands-on Training
Get Started with Driverless AI Recipes - Hands-on TrainingGet Started with Driverless AI Recipes - Hands-on Training
Get Started with Driverless AI Recipes - Hands-on Training
Sri Ambati
 
Hackaton for health 2015 - Sharing the Code we Make
Hackaton for health 2015 - Sharing the Code we MakeHackaton for health 2015 - Sharing the Code we Make
Hackaton for health 2015 - Sharing the Code we Make
esben1962
 
Que nos espera a los ALM Dudes para el 2013?
Que nos espera a los ALM Dudes para el 2013?Que nos espera a los ALM Dudes para el 2013?
Que nos espera a los ALM Dudes para el 2013?
Bruno Capuano
 
From marketplace to WordPress - WordCamp Belfast
From marketplace to WordPress - WordCamp BelfastFrom marketplace to WordPress - WordCamp Belfast
From marketplace to WordPress - WordCamp Belfast
Fellyph Cintra
 
Pentester++
Pentester++Pentester++
Pentester++
CTruncer
 
The BlackBox Project: Safely store secrets in Git/Mercurial (originally for P...
The BlackBox Project: Safely store secrets in Git/Mercurial (originally for P...The BlackBox Project: Safely store secrets in Git/Mercurial (originally for P...
The BlackBox Project: Safely store secrets in Git/Mercurial (originally for P...
Tom Limoncelli
 
PyCourse - Self driving python course
PyCourse - Self driving python coursePyCourse - Self driving python course
PyCourse - Self driving python course
Eran Shlomo
 
Stanislav Khorunzhyi, "Front-end it like a PRO"
Stanislav Khorunzhyi, "Front-end it like a PRO"Stanislav Khorunzhyi, "Front-end it like a PRO"
Stanislav Khorunzhyi, "Front-end it like a PRO"
Sigma Software
 
Git Makes Me Angry Inside
Git Makes Me Angry InsideGit Makes Me Angry Inside
Git Makes Me Angry Inside
Emma Jane Hogbin Westby
 
Branding office 365 with front end tooling
Branding office 365 with front end toolingBranding office 365 with front end tooling
Branding office 365 with front end tooling
Thomas Daly
 
Introducing systems analysis, design & development Concepts
Introducing systems analysis, design & development ConceptsIntroducing systems analysis, design & development Concepts
Introducing systems analysis, design & development Concepts
Shafiul Azam Chowdhury
 
Introduction to the intermediate Python - v1.1
Introduction to the intermediate Python - v1.1Introduction to the intermediate Python - v1.1
Introduction to the intermediate Python - v1.1
Andrei KUCHARAVY
 
The New Frontend Toolchain
The New Frontend ToolchainThe New Frontend Toolchain
The New Frontend Toolchain
Bruno Abrantes
 
Magento 2 Workflows
Magento 2 WorkflowsMagento 2 Workflows
Magento 2 Workflows
Ryan Street
 
Head first android apps dev tools
Head first android apps dev toolsHead first android apps dev tools
Head first android apps dev tools
Shaka Huang
 
Release Management with Visual Studio Team Services and Office Dev PnP
Release Management with Visual Studio Team Services and Office Dev PnPRelease Management with Visual Studio Team Services and Office Dev PnP
Release Management with Visual Studio Team Services and Office Dev PnP
Petter Skodvin-Hvammen
 
Engage 2018 adm04 - The lazy admin wins
Engage 2018   adm04 - The lazy admin winsEngage 2018   adm04 - The lazy admin wins
Engage 2018 adm04 - The lazy admin wins
Matteo Bisi
 
Engage 2018 adm04 The lazy admin wins
Engage 2018   adm04 The lazy admin winsEngage 2018   adm04 The lazy admin wins
Engage 2018 adm04 The lazy admin wins
Factor-y S.r.l.
 
Working with PowerShell, Visual Studio Code and Github for the reluctant IT Pro
Working with PowerShell, Visual Studio Code and Github for the reluctant IT ProWorking with PowerShell, Visual Studio Code and Github for the reluctant IT Pro
Working with PowerShell, Visual Studio Code and Github for the reluctant IT Pro
BIWUG
 
Magento 2 Development for PHP Developers
Magento 2 Development for PHP DevelopersMagento 2 Development for PHP Developers
Magento 2 Development for PHP Developers
Joshua Warren
 
Get Started with Driverless AI Recipes - Hands-on Training
Get Started with Driverless AI Recipes - Hands-on TrainingGet Started with Driverless AI Recipes - Hands-on Training
Get Started with Driverless AI Recipes - Hands-on Training
Sri Ambati
 
Hackaton for health 2015 - Sharing the Code we Make
Hackaton for health 2015 - Sharing the Code we MakeHackaton for health 2015 - Sharing the Code we Make
Hackaton for health 2015 - Sharing the Code we Make
esben1962
 
Que nos espera a los ALM Dudes para el 2013?
Que nos espera a los ALM Dudes para el 2013?Que nos espera a los ALM Dudes para el 2013?
Que nos espera a los ALM Dudes para el 2013?
Bruno Capuano
 
From marketplace to WordPress - WordCamp Belfast
From marketplace to WordPress - WordCamp BelfastFrom marketplace to WordPress - WordCamp Belfast
From marketplace to WordPress - WordCamp Belfast
Fellyph Cintra
 
Pentester++
Pentester++Pentester++
Pentester++
CTruncer
 
The BlackBox Project: Safely store secrets in Git/Mercurial (originally for P...
The BlackBox Project: Safely store secrets in Git/Mercurial (originally for P...The BlackBox Project: Safely store secrets in Git/Mercurial (originally for P...
The BlackBox Project: Safely store secrets in Git/Mercurial (originally for P...
Tom Limoncelli
 
PyCourse - Self driving python course
PyCourse - Self driving python coursePyCourse - Self driving python course
PyCourse - Self driving python course
Eran Shlomo
 
Stanislav Khorunzhyi, "Front-end it like a PRO"
Stanislav Khorunzhyi, "Front-end it like a PRO"Stanislav Khorunzhyi, "Front-end it like a PRO"
Stanislav Khorunzhyi, "Front-end it like a PRO"
Sigma Software
 
Branding office 365 with front end tooling
Branding office 365 with front end toolingBranding office 365 with front end tooling
Branding office 365 with front end tooling
Thomas Daly
 
Introducing systems analysis, design & development Concepts
Introducing systems analysis, design & development ConceptsIntroducing systems analysis, design & development Concepts
Introducing systems analysis, design & development Concepts
Shafiul Azam Chowdhury
 
Introduction to the intermediate Python - v1.1
Introduction to the intermediate Python - v1.1Introduction to the intermediate Python - v1.1
Introduction to the intermediate Python - v1.1
Andrei KUCHARAVY
 
Ad

Recently uploaded (20)

NASIG ISSN 2025 updated for the_4-30meeting.pptx
NASIG ISSN 2025 updated for the_4-30meeting.pptxNASIG ISSN 2025 updated for the_4-30meeting.pptx
NASIG ISSN 2025 updated for the_4-30meeting.pptx
reine1
 
Updated treatment of hypothyroidism, causes and symptoms
Updated treatment of hypothyroidism,  causes and symptomsUpdated treatment of hypothyroidism,  causes and symptoms
Updated treatment of hypothyroidism, causes and symptoms
Mohammed Ahmed Bamashmos
 
Key Elements of a Procurement Plan.docx.
Key Elements of a Procurement Plan.docx.Key Elements of a Procurement Plan.docx.
Key Elements of a Procurement Plan.docx.
NeoRakodu
 
Reflections on an ngo peace conference in zimbabwe
Reflections on an ngo peace conference in zimbabweReflections on an ngo peace conference in zimbabwe
Reflections on an ngo peace conference in zimbabwe
jujuaw05
 
Thyrocardiac syndrome, diagnosis and treatment
Thyrocardiac syndrome,  diagnosis and treatmentThyrocardiac syndrome,  diagnosis and treatment
Thyrocardiac syndrome, diagnosis and treatment
Mohammed Ahmed Bamashmos
 
816111728-IELTS-WRITING test óft-PPT.pptx
816111728-IELTS-WRITING test óft-PPT.pptx816111728-IELTS-WRITING test óft-PPT.pptx
816111728-IELTS-WRITING test óft-PPT.pptx
787mianahmad
 
Bidding World Conference 2027 - NSGF Mexico.pdf
Bidding World Conference 2027 - NSGF Mexico.pdfBidding World Conference 2027 - NSGF Mexico.pdf
Bidding World Conference 2027 - NSGF Mexico.pdf
ISGF - International Scout and Guide Fellowship
 
A Bot Identification Model and Tool Based on GitHub Activity Sequences
A Bot Identification Model and Tool Based on GitHub Activity SequencesA Bot Identification Model and Tool Based on GitHub Activity Sequences
A Bot Identification Model and Tool Based on GitHub Activity Sequences
natarajan8993
 
2025-05-04 A New Day Dawns 03 (shared slides).pptx
2025-05-04 A New Day Dawns 03 (shared slides).pptx2025-05-04 A New Day Dawns 03 (shared slides).pptx
2025-05-04 A New Day Dawns 03 (shared slides).pptx
Dale Wells
 
Wood Age and Trees of life - talk at Newcastle City Library
Wood Age and Trees of life - talk at Newcastle City LibraryWood Age and Trees of life - talk at Newcastle City Library
Wood Age and Trees of life - talk at Newcastle City Library
Woods for the Trees
 
The Business Dynamics of Quick Commerce.pdf
The Business Dynamics of Quick Commerce.pdfThe Business Dynamics of Quick Commerce.pdf
The Business Dynamics of Quick Commerce.pdf
RDinuRao
 
fundamentals of communicationclass notes.pptx
fundamentals of communicationclass notes.pptxfundamentals of communicationclass notes.pptx
fundamentals of communicationclass notes.pptx
Sunkod
 
Effects of physical activity, exercise and sedentary behaviors to
Effects of physical activity, exercise and sedentary behaviors toEffects of physical activity, exercise and sedentary behaviors to
Effects of physical activity, exercise and sedentary behaviors to
DancanNyabuto
 
Besu Shibpur Enquesta 2012 Intra College General Quiz Prelims.pptx
Besu Shibpur Enquesta 2012 Intra College General Quiz Prelims.pptxBesu Shibpur Enquesta 2012 Intra College General Quiz Prelims.pptx
Besu Shibpur Enquesta 2012 Intra College General Quiz Prelims.pptx
Rajdeep Chakraborty
 
stackconf 2025 | The Sustainable Infrastructure of the future by Alessandro V...
stackconf 2025 | The Sustainable Infrastructure of the future by Alessandro V...stackconf 2025 | The Sustainable Infrastructure of the future by Alessandro V...
stackconf 2025 | The Sustainable Infrastructure of the future by Alessandro V...
NETWAYS
 
stackconf 2025 | Stratoshark: Bringing the Wireshark experience to cloud and ...
stackconf 2025 | Stratoshark: Bringing the Wireshark experience to cloud and ...stackconf 2025 | Stratoshark: Bringing the Wireshark experience to cloud and ...
stackconf 2025 | Stratoshark: Bringing the Wireshark experience to cloud and ...
NETWAYS
 
stackconf 2025 | Detect & Respond to Threats in Kubernetes with Falco by Luca...
stackconf 2025 | Detect & Respond to Threats in Kubernetes with Falco by Luca...stackconf 2025 | Detect & Respond to Threats in Kubernetes with Falco by Luca...
stackconf 2025 | Detect & Respond to Threats in Kubernetes with Falco by Luca...
NETWAYS
 
Approach to diabetes Mellitus, diagnosis
Approach to diabetes Mellitus,  diagnosisApproach to diabetes Mellitus,  diagnosis
Approach to diabetes Mellitus, diagnosis
Mohammed Ahmed Bamashmos
 
PowerPoint_Tips.ppt tips for PPT Presentations
PowerPoint_Tips.ppt tips for PPT PresentationsPowerPoint_Tips.ppt tips for PPT Presentations
PowerPoint_Tips.ppt tips for PPT Presentations
Sinokrot Global Group (SGG)
 
THE SEXUAL HARASSMENT OF WOMAN AT WORKPLACE (PREVENTION, PROHIBITION & REDRES...
THE SEXUAL HARASSMENT OF WOMAN AT WORKPLACE (PREVENTION, PROHIBITION & REDRES...THE SEXUAL HARASSMENT OF WOMAN AT WORKPLACE (PREVENTION, PROHIBITION & REDRES...
THE SEXUAL HARASSMENT OF WOMAN AT WORKPLACE (PREVENTION, PROHIBITION & REDRES...
ASHISHKUMAR504404
 
NASIG ISSN 2025 updated for the_4-30meeting.pptx
NASIG ISSN 2025 updated for the_4-30meeting.pptxNASIG ISSN 2025 updated for the_4-30meeting.pptx
NASIG ISSN 2025 updated for the_4-30meeting.pptx
reine1
 
Updated treatment of hypothyroidism, causes and symptoms
Updated treatment of hypothyroidism,  causes and symptomsUpdated treatment of hypothyroidism,  causes and symptoms
Updated treatment of hypothyroidism, causes and symptoms
Mohammed Ahmed Bamashmos
 
Key Elements of a Procurement Plan.docx.
Key Elements of a Procurement Plan.docx.Key Elements of a Procurement Plan.docx.
Key Elements of a Procurement Plan.docx.
NeoRakodu
 
Reflections on an ngo peace conference in zimbabwe
Reflections on an ngo peace conference in zimbabweReflections on an ngo peace conference in zimbabwe
Reflections on an ngo peace conference in zimbabwe
jujuaw05
 
Thyrocardiac syndrome, diagnosis and treatment
Thyrocardiac syndrome,  diagnosis and treatmentThyrocardiac syndrome,  diagnosis and treatment
Thyrocardiac syndrome, diagnosis and treatment
Mohammed Ahmed Bamashmos
 
816111728-IELTS-WRITING test óft-PPT.pptx
816111728-IELTS-WRITING test óft-PPT.pptx816111728-IELTS-WRITING test óft-PPT.pptx
816111728-IELTS-WRITING test óft-PPT.pptx
787mianahmad
 
A Bot Identification Model and Tool Based on GitHub Activity Sequences
A Bot Identification Model and Tool Based on GitHub Activity SequencesA Bot Identification Model and Tool Based on GitHub Activity Sequences
A Bot Identification Model and Tool Based on GitHub Activity Sequences
natarajan8993
 
2025-05-04 A New Day Dawns 03 (shared slides).pptx
2025-05-04 A New Day Dawns 03 (shared slides).pptx2025-05-04 A New Day Dawns 03 (shared slides).pptx
2025-05-04 A New Day Dawns 03 (shared slides).pptx
Dale Wells
 
Wood Age and Trees of life - talk at Newcastle City Library
Wood Age and Trees of life - talk at Newcastle City LibraryWood Age and Trees of life - talk at Newcastle City Library
Wood Age and Trees of life - talk at Newcastle City Library
Woods for the Trees
 
The Business Dynamics of Quick Commerce.pdf
The Business Dynamics of Quick Commerce.pdfThe Business Dynamics of Quick Commerce.pdf
The Business Dynamics of Quick Commerce.pdf
RDinuRao
 
fundamentals of communicationclass notes.pptx
fundamentals of communicationclass notes.pptxfundamentals of communicationclass notes.pptx
fundamentals of communicationclass notes.pptx
Sunkod
 
Effects of physical activity, exercise and sedentary behaviors to
Effects of physical activity, exercise and sedentary behaviors toEffects of physical activity, exercise and sedentary behaviors to
Effects of physical activity, exercise and sedentary behaviors to
DancanNyabuto
 
Besu Shibpur Enquesta 2012 Intra College General Quiz Prelims.pptx
Besu Shibpur Enquesta 2012 Intra College General Quiz Prelims.pptxBesu Shibpur Enquesta 2012 Intra College General Quiz Prelims.pptx
Besu Shibpur Enquesta 2012 Intra College General Quiz Prelims.pptx
Rajdeep Chakraborty
 
stackconf 2025 | The Sustainable Infrastructure of the future by Alessandro V...
stackconf 2025 | The Sustainable Infrastructure of the future by Alessandro V...stackconf 2025 | The Sustainable Infrastructure of the future by Alessandro V...
stackconf 2025 | The Sustainable Infrastructure of the future by Alessandro V...
NETWAYS
 
stackconf 2025 | Stratoshark: Bringing the Wireshark experience to cloud and ...
stackconf 2025 | Stratoshark: Bringing the Wireshark experience to cloud and ...stackconf 2025 | Stratoshark: Bringing the Wireshark experience to cloud and ...
stackconf 2025 | Stratoshark: Bringing the Wireshark experience to cloud and ...
NETWAYS
 
stackconf 2025 | Detect & Respond to Threats in Kubernetes with Falco by Luca...
stackconf 2025 | Detect & Respond to Threats in Kubernetes with Falco by Luca...stackconf 2025 | Detect & Respond to Threats in Kubernetes with Falco by Luca...
stackconf 2025 | Detect & Respond to Threats in Kubernetes with Falco by Luca...
NETWAYS
 
THE SEXUAL HARASSMENT OF WOMAN AT WORKPLACE (PREVENTION, PROHIBITION & REDRES...
THE SEXUAL HARASSMENT OF WOMAN AT WORKPLACE (PREVENTION, PROHIBITION & REDRES...THE SEXUAL HARASSMENT OF WOMAN AT WORKPLACE (PREVENTION, PROHIBITION & REDRES...
THE SEXUAL HARASSMENT OF WOMAN AT WORKPLACE (PREVENTION, PROHIBITION & REDRES...
ASHISHKUMAR504404
 

Develop faster on Magento 2 using code generation tools

  • 2. Develop faster on M2 using code generation tools Juan Alonso Senior Developer @ Stämpfli
  • 3. About me • @Jalogut • Senior Developer at Stämpfli AG • +5 years working on Magento • Magento Certified Developer • Magento Certified Solution Specialist
  • 4. Agenda 1. Personal experience working with Magento2 2. What are code generation tools? 3. Existing tools for Magento2 4. My own generator 5. Live Demo 6. Other tips
  • 5. Personal Experience on M2 • Experience -> lots of copy-pasting • One goal -> avoid copy-pasting • Problem -> many different file formats • Xml definitions • Class types and inheritance
  • 6. Personal Experience on M2 • Solution -> PHPStorm Templates • @VinaiKopp Gist • https://gist.github.com/Vinai/eb4713bda65fb8b467b1 • Magento2-phpstorm-templates • https://github.com/staempfli/magento2-phpstorm-templates
  • 8. Personal Experience on M2 • Another Problem -> CRUD Modules • + 30 files needed
  • 11. Personal Experience on M2 • Solution -> Code generation tools • https://www.yireo.com/blog/1816-magento-2-code-generation-tools
  • 12. What are code generation tools? • Tools that help developers to create modules more easily • Automatically generate files with working code • Skip boring process of creating files that are always the same • Quick start to have base code of a module or functionality
  • 13. Existing Tools for M2 • Pestle (Alan Storm): https://github.com/astorm/pestle • N98-magerun2: https://github.com/netz98/n98-magerun2 • Mage2gen: • https://mage2gen.com/ • https://github.com/krukas/Mage2Gen • MSP_CodeMonkey (under construction): • https://github.com/magespecialist/m2-MSP_CodeMonkey
  • 14. My own generator Goals: • Similar to “PHPStorm live templates” but for multiple files • Folders & files structure with placeholders • Easily extensible: • Simple and fast to add new templates • Encourage other developers to contribute • Keep it simple
  • 15. My own generator magento2-code-generator • Github repo: • https://github.com/staempfli/magento2-code-generator
  • 17. Live Demo • Playlist videos: • https://www.youtube.com/playlist?list=PLBt8dizedSZCxuqK41vG01_MngJQPRuMj • CRUD EAV in 5 minutes: • https://www.youtube.com/watch?v=f8qBnOIRIs4
  • 18. Conclusions • Stop copy-pasting • Use a code generation tool for Magento 2. • It will make your life easier. • They are free, your time is not • If you miss something, just contribute, they are open-source.
  • 19. Links • Twitter: @Jalogut • Commercehero: https://commercehero.io/juan.alonso • PHPStorm templates: • https://github.com/staempfli/magento2-phpstorm-templates • magento2-code-generator: • https://github.com/staempfli/magento2-code-generator
  • 20. ?
  • 21. Other tips • PHPStorm External Tools • Preferences > Tools > External Tools • Keymap > External Tools > External Tools • Useful tools: • Clear cache: bin/magento cache:clean • Setup: bin/magento setup:upgrade • Generation flush: bin/n98-magerun2 generation:flush • Purge all: find var/generation var/cache var/page_cache var/view_preprocessed pub/static -mindepth 1 -maxdepth 1 -not -name .htaccess -exec rm -r {} +