Skip to content
View pedrocastellanos's full-sized avatar

Block or report pedrocastellanos

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
pedrocastellanos/README.md

Hi there 👋

Welcome to my personal Github repository

I am a Fullstack Developer, technology lover and inveterate self-taught

GitHub Profile Trophy

GitHub Stats

Most Used Languages GitHub Stats
Top Langs Stats

My Skills

import SoftwareDeveloper from 'pedrocastellanos';

class Bio extends SoftwareDeveloper {
    name     = 'Pedro Castellanos Alonso';
    stack    = 'Fullstack Developer';
    location = 'Cuba';
}

class Skills extends SoftwareDeveloper {
    languages = ['HTML', 'CSS', 'JavaScript'];

    preprocessos = {
        html: ['pug', 'handlebars'],
        css: 'Sass/SCSS',
        javascript: {
            typescript: async () => await learning()
        }
    };

    othersTecnologies = {
        frontendFramework: {
            'React': true,
            'NextJS': async () => await learning()
        },
        cssFramework: 'Bootstrap',
        node: true,
        backendFramework: 'ExpressJS',
        databases: {
            MongoDB: true,
            MySQL: async () => await learning()
        },
        versionControl: 'Git',
        softwareHosting: 'Heroku',
        linters: 'ESLint',
        formaters: 'Prettier',
        tasksRunners: {
            gulp: true,
            webpack: async () => await learning()
        },
    };
}

Pinned Loading

  1. telepay-node telepay-node Public

    NodeJS SDK for the TelePay API

    JavaScript 4