<?php
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'Barranco_EasyModule',
__DIR__
);
Trainee Course | Date | Cost |
---|---|---|
Magento 2 Bootcamp | Any date of Q1 | usd 3595 |
Behind Close Doors book | Any date of Q1 | usd 24.95 |
Magento 2 Certiied Solution Specialist + Managing Your Magento 2 Store | Any date of Q1 | usd 260 + usd 375 |
He started working in his actual job as a Trainee Engineer, then he growth as a Mid Senior, Senior, and finish as a Project Manager (it is most like a Technical Lead, he has contact with the merchants but still developing)
He has experience working wiht scrum, some times as Scrum master, other times as prodcut owner, and some as developer.
About php his knowledge is strong, he has experience editing the server configurations with the php.ini, also he has some expertise working with woocomerce, the ecommerce plugin for wordpress, editing the database, creting new functions, etc.
- Technical lead
- Scrum master
- Lentas, por la carga de trabajo del día a día
- Si pero es confuso que estamos siguiendo a veces, cual tiene más valor (negocio vs personas)
- Considero que si.
- Login into AWS
- In the list of services click on EC2 (or whatever you need)
- Once inside EC2 aws services, you should click on the blue "Launch Instance" button
- Then you need to select the machine image you want to install
- Choose an instance type (vCPUs, memory, instance storage, etc)
- Go to Review and Launch it
- When ask you for a key pair, create new if you don't have any
- Download the key pair before lunch (you won't be able to download it after)
- Copy that .pem into yout ~/.ssh/ folder
- chmod 600 ~/.ssh/newkeypair.pem
3 Modulos
PurpleMain - Core PurpleMonitoring - Popup tracking de seguimiento PrupleWebApp - Popup Checkout
No se necesita equipo de usabilidad o frontend
En todos las llamadas al API nos retornan el HTML que vamos a renderear.
Como hemos hablado, necesitamos desarrollar una serie de temas y módulos que nos serviran para construir un sistema de creación e instalación rápida de una tienda en Magento 2, para lograr el objetivo final voy a separar el trabajo que necesitamos hacer en 3 diferentes seccines.
- Desarrollo de módulos
- Desarrollo de temas (utilizando los módulos)
- Desarrollo de sistema para instalación rápida.