background

jul. 22, 2024 - jul. 25, 2024

Magento Backend Bootcamp cursus

Get started with Magento 2 fast

Get started with Magento 2 fast

Can't miss one developer too long? But you still want to make sure that that developer gets in-depth fast? Our bootcamp concept offers a quick solution: A set amount of time to cover numerous topics in a fast pace.

Jisse snapt hoe die je brein aan het werk kan zetten, en je constant op het puntje van je stoel zit.
Kayne Spikker (Modern Minds)

Details van dit bootcamp

Start datum
maandag, juli 22, 2024
Eind datum
donderdag, juli 25, 2024
Tijden per dag
09:30 - 16:30
Dagen
4 dagen
Locatie
Yireo, Baarn, NL
Maximum aantal deelnemers
3
Maximum of attendees
8
Prijs
€1795 (excluding VAT)
Inclusief
Lunch, snacks, fruit, drinks, goodies, cursusmateriaal
Bemachtig nu een ticket

Outline van dag tot dag

jul. 22, 2024 Dag 1

Magento architecture
Magento installation
Simple module setup
Dependency Injection configuration
jul. 23, 2024 Dag 2

Console commands
Blocks, ViewModels, layout & templating
Controllers & Routing
Caching
Setup & Declarative Schemas
jul. 24, 2024 Dag 3

Database models & repositories
Events & observers
Routing
EAV & Extension Attributes
jul. 25, 2024 Dag 4

Admin Panel modifications
Caching & Varnish
Backending in the checkout
Bemachtig nu een ticket
Of neem contact met ons op, als je alleen een specifieke dag wilt bijwonen of andere requirements hebt

Onderwerpen van dit bootcamp

Managing PHPStorm File structure of Magento Installing Magento via composer Deploying code to production Dependency Injection explained properly Types and Virtual Types Factories and proxies Plugins and interceptors Creating a simple module Rendering output via ViewModels and Blocks Practical examples of DI Adding a new Command class Running cron jobs Sending an email Events and observers Adding a database setup Best practices for coding modules Troubleshooting tips & tricks Getting started with Magewire Simple components Magewire binding handlers and modifiers Understanding the concept of dirty Initializing properties via Magento DI Magic actions Form components Nesting components Component hooks and other hooks JS events, Magento events, Magewire events Entanglement with AlpineJS JS customizations Hydrators Strong typing and Magewire DOM diffing Component resolvers Observers and events Examples with DI Working with Virtual Types Layout Processors Routing and controllers Adding your own custom router Backend actions Analysing the Front Controller Simple Data Objects vs Value Objects AbstractSimpleObjects Running database setups Declaritive schemas Modules with database models and EAV Extension Attributes basics Extension Attributes vs EAV EAV source, backend and frontend models Models, resource models and collections Building your own repository Rundown of Magento Framework Unit testing with PHPUnit Backend UIcomponents basics Connecting your module to the REST API Optimizing Magento 2 performance

Deze lessen zijn onderdeel van dit bootcamp

Met dit bootcamp krijg je ook toegang tot de volgende online video's

Quick peek at Magento 2 architecture  
Magento 2 frontend landscape  
Setting up PHPStorm   17m 49s
Running cron   08m 32s
Cache clean vs flush  
Cache handling   09m 13s
Changing the admin path  
Maintenance mode   09m 37s
Using Redis  
Redis caching   09m 05s
Using Redis as session storage  
Installing a module free 21m 38s
Preparing for module creation free 08m 53s
Creating a module free 05m 11s
Composer file   05m 47s
Module XML file   04m 18s
Module registration   03m 44s
Module commands   09m 54s
Module entrypoints   03m 28s
Adding Blocks via XML layout   16m 48s
Using the store configuration free 11m 53s
Adding a simple CLI command free 09m 14s
Logging from your module   05m 35s
Areas  
Application layers   14m 31s
PHP interfaces in Magento   13m 41s
Backward Compatibility  
Sandbox script free 07m 12s
Introduction to Dependency Injection   12m 00s
Object Manager free 13m 55s
DI Preferences free 16m 04s
DI types free 20m 15s
Virtual Types essentials   33m 39s
DI factories free 39m 22s
Creating a custom factory   20m 30s
DI proxies   37m 39s
DI plugins / interceptors   08m 43s
DI recipees  
Inject the App State and check for the area  
Checking for the Developer Mode in your code  
Injecting a configuration value free 20m 33s
Inject the current product   07m 08s
Injecting the registry  
Injecting URLs into your class   08m 52s
Creating a custom logger  
Injecting the customer session   05m 41s
Injecting the layout   08m 16s
Getting your module path  
Creating a Slack logger  
Can you inject a Virtual Type?  
Using the product repository   13m 51s
SearchCriteriaBuilder or SearchCriteriaBuilderFactory?  
Using product stock   10m 23s
Adding console commands  
Calling other commands from your own Command-class  
Tips on commands  
Frontend routes   17m 42s
Action results   11m 20s
Dealing with form keys  
Adding messages   04m 21s
Adding complex messages   23m 18s
Adding a cronjob   05m 01s
Creating an email template  
Block caching  
Adding database changes via a module   07m 18s
InstallSchema   10m 55s
InstallData   12m 50s
Declaritive schemas   21m 34s
Declarative Schema patches   17m 09s
Scenario: Add CMS Block to PHTML  
Scenario: Add product pricing per customer  
Solving tickets efficiently  
Troubleshooting tips  
Course introduction  
About Magewire  
What is MageWire? free 06m 10s
Requirements for this course  
My Development Setup free 04m 53s
Magewire installation free 05m 25s
Troubleshooting MageWire installation  
Example module with MageWire free 11m 48s
Binding handlers   12m 31s
Magewire with lists   14m 38s
Modifiers for binding handlers   23m 20s
`wire:select` modifier   06m 03s
Example counter with MageWire   08m 00s
Example counter with MageWire (advanced)   10m 02s
Magewire being `dirty`   04m 58s
Example: Switch the block template   18m 58s
Magewiring forms   14m 00s
Magic actions   09m 42s
Add Hyva styling to your component   24m 41s
Initializing content via `wire:init`   07m 58s
How MageWire loads data   07m 51s
MageWire HTTP calls   16m 22s
Component classes   15m 32s
MageWire, ViewModel or Block?   02m 50s
Combining MageWire with Alpine   29m 22s
Component hooks   09m 17s
Client-side hooks   04m 26s
Events and listeners   16m 39s
JavaScript events   04m 20s
Magento events   11m 34s
Different events, different scenarios   03m 09s
Entanglement  
The Magewire JavaScript object  
Hydrators   13m 05s
Nesting components   11m 24s
Nesting components with the same class   06m 56s
Strong typing and Magewire   08m 32s
Dom Diffing issues  
A product finder based on Magewire free 00m 07s
Adding Magewire to the minicart  
Declarative schemas (basics)   06m 06s
Data models   09m 46s
Resource models   04m 47s
Collections   07m 18s
Naming model classes   04m 53s
AbstractModel or AbstractExtensibleModel?  
Example data model via CLI commands   28m 23s
Example data model with integration tests   13m 38s
Improving your models   08m 23s
Improving your resource models   24m 32s
Event observer  
Finding events  
Dispatching events  
Observer or Plugins  
Routing overview   14m 55s
Backend routes   20m 32s
Override a controller action   14m 32s
Logic of the FrontController class   25m 14s
Routers   31m 21s
How 404 pages work   35m 55s
How the SecurityTxt module works   24m 12s
Creating a custom router   31m 23s
Quiz: Routers  
CMS Blocks  
CMS pages  
Content Security Policy  
Widgets  
Adding a custom page type  
Using the filesystem  
Reading files  
Writing files  
Repositories  
Creating your own repository  
Data objects  
Builder pattern  
No more Helpers  
Declarative schemas  
Manual SQL queries  
Future changes in database layer  
EAV attributes  
Creating an EAV entity  
About attributes  
Attribute models  
Working with the configuration  
Attribute sets  
Category attributes  
Extension Attributes  
Example product extension attribute  
Backend routes   20m 32s
Adding Store Configuration settings  
ACL rules  
Adding a menu to the Admin Panel  
Basics of adding UiComponents  
Extending a UiComponent grid  
Creating a UIComponent grid  
Hyva Admin  
Custom backend theme  
Caching backends  
Caching tags  
Adding a custom cache type  
Mapping caching tags to types  
Parallel generation with Redis  
Introduction to Varnish  
Varnish setup for Magento  
Troubleshooting Varnish  
ESI (Edge Side Includes)  
VCL configuration  
Tips  
ConfigProviders for `window.checkoutConfig`   10m 56s
Layout processors free 23m 12s
Adding a new Layout Processor   15m 52s
The Vault  
Web APIs  
Registreer nu voor dit bootcamp

Ontmoet de docenten

Jisse Reitsma

Jisse Reitsma

Jisse Reitsma is de lead developer van 60+ Magento extensies en heeft technisch Magento verzorgd trainingen voor jaren. Naast zijn vermogen om complexe technologie te begrijpen, is hij bedreven in het maken deze kennis begrijpelijk voor iedereen. Bij hem kun je diepgaande begeleiding en veel verwachten van praktische tips. Jisse maakt deel uit van het Zend Z-Team, maker van MageTestFest & Reacticon en is bekroond met Magento Master "Mover" 2017-2018-2019.

Len Lorijn

Len Lorijn

Len heeft door de jaren heen als Magento backend developer gewerkt voor diverse bureaus, waaronder Guapa, Youwe en Elgentos. Ook hielp hij bij de organisatie van MageTitans Groningen en was hij vrijwilliger bij MageUnconference NL. Hij kent de technologie, hij houdt van de technologie, hij is de juiste man om je in de technologie te begeleiden. In zijn vrije tijd speelt hij ook in een band.

Target group

Doelgroep

  • Trainees of stagiaires die in Magento ondergedompeld mogen worden
  • Junior backend developers die snel aan de slag moeten
  • Senior Magento backenders die op zoek zijn naar de finishing touch
Requirements

Vereisten

  • Enige Magento-ervaring
  • Kennis van Magento 2 XML-opmaak
  • Ervaring met PHP-OOP

We geven jou deze opties

Bij jullie of bij ons?

Iedereen leert in haar/zijn eigen tempo. Wij verzorgen zowel interne trainingen als publieke trainingen door heel Europa - wat het beste bij uw team past. Wanneer er 3 of meer ontwikkelaars aanwezig zijn, is een training op maat vaak voordeliger. Neem contact met ons op voor meer informatie.

Je krijgt cursusmateriaal

Bij elke workshop wordt officieel Yireo-cursusmateriaal meegeleverd. Deelnemers ontvangen na de training een digitale versie van dit materiaal. Het bevat dia's, commentaar en referenties. Bovendien bevatten onze GitHub repositories nog veel meer codevoorbeelden.

Online klaslokalen

Online trainingen zijn ook onze trainingen: Via Zoom- of Google Hangout-sessies kan onze docent connecteren met jouw team. Het voordeel hiervan is dat het team ook zelf vanaf verschillende plekken verbinding kan maken, tijdsframes zijn flexibeler. Na afloop wordt ter referentie een video-opname met alle aanwezigen gedeeld.

On-demand training in eigen tempo

Deze training is ook beschikbaar als On-Demand training: Via talrijke videolessen, inclusief begeleidende aantekeningen van de leerling (wat gelijk staat aan een boek op zichzelf), leer je in je eigen tempo over de onderwerpen. En als je vragen tegenkomt, kun je terugvallen op de begeleiding van de docent.

background background

Yireo kan de juiste partner voor jullie zijn

We hebben meer dan 5000 developers in verschillende disciplines onderwezen sinds 2005

  • Professionele trainingen tegen betaalbare prijzen
  • Echt actief met tal van vrijwillige projecten in de gemeenschap
  • Trainings, bootcamps, hackathons, events
  • Gepassioneerd, enthousiast, goed geïnformeerd

Quotes van klanten

Met deze academy werd alles aangeraakt wat Magento 2 te bieden heeft. No stone was left unturned. Zeker aan te raden als je ervaring op wilt doen in de wereld van Magento, of je nou junior bent of senior developer die net in de wereld van Magento stapt. Kevin van Welzenis (Vendic)
Jisse snapt hoe die je brein aan het werk kan zetten, en je constant op het puntje van je stoel zit. Kayne Spikker (Modern Minds)
Bij Yireo leer je in een sneltrein vaart de wereld van Magento kennen met alle nieuwe best practices. Kevin van Welzenis (Vendic)
Bekijk nog meer quotes van onze klanten

Een paar klanten die we hielpen met training in afgelopen jaren

dnd.png
bluebirdday.png
flint-studios.jpg
vaimo.png
epartment.png
guapa.png
emico.png
bigbridge.png
sherpaan.png
tryzens.png
evoworks.png
classyllama.png
Bekijk een meer compleet overzicht van onze klanten