Skip to content
View anabelisam's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report anabelisam

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
anabelisam/README.md

header

About me

💚 Actual Faculty Manager for Computing and Technology 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 PHP and Logical Thinking.


I can teach you about...

🎖 Leadership 🤵🏻‍♀️ Management 📊 Project Planning 👩🏻‍💻 Web Development 🤝 Community

➕ I had worked in projects about Education, Health, Government, Stats, Customer Services and PMP.


Technical skills

<?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
        ];
    }
}

Social

Twitter Twitch Youtube Linkedin

Visit my personal web page anabelisa.co

logo

Pinned Loading

  1. test-your-skills-php test-your-skills-php Public

    Test your skills in PHP with this challenges!

    PHP 6 1

  2. anabelisam anabelisam Public

    Welcome to my personal Readme. I'm happy to see you here!

    5 2

  3. project-php-no-framework project-php-no-framework Public template

    This is a PHP project using POO without a framework. It's perfect to learn to develop web applications from zero. Este es un proyecto PHP usando POO sin un framework. Es perfecto para aprender a de…

    JavaScript 5 2

  4. stock-CSV-LARAVEL-MYSQL stock-CSV-LARAVEL-MYSQL Public

    Upload a .csv file with an specific structure and make changes in the data base. I'm using PHP-Laravel and MySQL.

    PHP 2 1

  5. PHPUNIT-unit-test PHPUNIT-unit-test Public

    This is a basic composer project with unit testing using PHPUNIT

    PHP

  6. curso-algoritmos-pensamiento-logico curso-algoritmos-pensamiento-logico Public

    This repository is part of course Algoritmos y Pensamiento Lógico

    PHP