💚 Actual Head of Student Success at Platzi.
✍🏼 Writer in my personal blog anabelisa.co.
💪 From 2020 training to the top developers by Platzi Master.
🌟 Web Developer since 2010.
👩🏻🏫 Platzi Teacher, find my courses about AI, PHP and Logical Thinking.
🎖 Leadership | 🤵🏻♀️ Management | 📊 Project Planning | 👩🏻💻 Web Development | 🤝 Community |
---|
➕ I had worked in projects about Education, Health, Government, Stats, Customer Services and PMP.
<?php
namespace anabelisam;
class About extends Me {
public function getTechnicalSkills(): array {
return [
Php::class,
Typescript::class,
Jquery::class,
Laravel::class,
Angular::class,
MySQL::class,
Posgresql::class,
Bootstrap::class,
Stripe::class
];
}
}