Skip to content
View 21harley's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report 21harley

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

Hi, I'm John👋

class John21177:

    def __init__(self):
        self.username = '21harley'
        self.name = 'John Llanes'
        self.web = ['https://vercel.com/21harley/potafolio-2-0-html-css-js']
        self.twitter = '@john21177'
        self.code = {
            'frontend': ['HTML', 'CSS', 'JavaScript', 'ReactJS', 'Vue', 'Boostrap', 'TailWind'],
            'backend': ['Python', 'PHP', 'Flask', 'Django', 'Laravel', 'NodeJS', 'Express'],
            'database': ['PostgreSQL', 'MySQL', 'SQLite3', 'Mongo DB'],
            'devops': [ 'Nginx', 'GitHub Actions', 'Vercel', 'Heroku'],
            'tools': ['GIT', 'GitHub', 'bitbucket'],
            'misc': ['Firebase', 'TDD', 'SCRUM', 'SOLID', 'GNU/Linux']
        }
        self.architecture = ['SPA', 'MVC']

    def __str__(self):
        return self.name


if __name__ == '__main__':
    me = John21177()

Pinned

  1. cara_o_cruz_react_sass cara_o_cruz_react_sass Public

    proyecto de juego cara o cruz usando React, sass y BEM

    JavaScript

  2. Clases_ConsultaApi_python Clases_ConsultaApi_python Public

    programa para simular una batalla pokemon usando clases y consulta a api

    Python

  3. proyecto_laravel_cableUnet proyecto_laravel_cableUnet Public

    proyecto de progra 2(cable Unet) hecho en el framework Laravel

    PHP

  4. Sokoban_en_c Sokoban_en_c Public

    Sokoban en c utilizando estructuras, pasos por referencias y archivos

    C

  5. taller_postgresql_java taller_postgresql_java Public

    programa que gestiona una base de datos con postgresql y lo muestra con una interfaz hecha en java

    Java

  6. practicas_kunaisoft_react practicas_kunaisoft_react Public

    practicas de react, redux, redux toolkit, eslint&prettier, axios, jest y tailwind

    TypeScript