Mastering Magento 2 Online Course
About the Course
Magento 2 is not just the next version of Magento 1, it is a completely new framework. It introduces a bunch of new libraries and approaches, with more opportunities to implement functionality better. In order to improve modularity, flexibility, and extensibility Magento 2 had to become a bit more complicated than Magento 1. That's why, unfortunately, some of the new approaches in Magento 2 are just not explicit enough. This course explains how the most important parts of the framework are implemented, how they work, and how they can be used. It explores module implementation and core functionality customization, demonstrating Magento 2 development patterns and approaches.
Finally, the course is not just about functionality implementation, it shares the best practices for managing Magento 2 applications as a whole. The course is intended to cover the most valuable information you need to know as a Magento 2 developer.
Course Curriculum
Basic Module Components
- The Course Overview
- New Module Declaration
- Database Install Scripts
- Database Upgrade Scripts
- Model Layer
- Controller Layer
- View Layer
Advanced Module Components
- Console Commands
- Scheduling Cron Jobs
- Backend Menus and ACL
- System Configuration
- Web API Implementation
UI Components Library
- UI Components Overview
- Rendering Grids
- Rendering Forms
- Extending UI Components
- Checkout Customization
Customization
- DI Configuration
- Observers
- Plugins
- Layout Configuration
- JavaScript Customization