Skip to content
View enyor's full-sized avatar

Block or report enyor

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

Hello there 👋, I'm Enyor Piña

A senior backend developer from Venezuela

enyor

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SeniorDeveloper:

    def __init__(self):
        self.name = "Enyor Piña"
        self.role = ["Backend Developer","Android Native Developer"]
        self.language_spoken = ["es_ES"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SeniorDeveloper()
me.say_hi()

🔧 Technologies & Tools

  • 🔭 I’m currently working on Rapid Fire English.
  • 🌱 I’m currently learning Neural Networks and Deep Learning

Pinned Loading

  1. add-custom-fields-for-dance-classes add-custom-fields-for-dance-classes Public

    Agrega campos personalizados a productos de woocommerce en la sección general para controlar el calendario de clases

    PHP

  2. AI_hiring_predictor AI_hiring_predictor Public

    This repo seeks to predict which candidate is most likely to be hired by training a model with l

  3. Coach_AI_learning_english Coach_AI_learning_english Public

    This is an example of the use of AI for English language learning.

    JavaScript

  4. stock-reset-weekly-for-woocommerce stock-reset-weekly-for-woocommerce Public

    Plugin que actualiza el stock de los productos de Woocommerce semanalmente

    PHP

  5. openfun/bbb-stress-test openfun/bbb-stress-test Public

    A stress testing tool for BigBlueButton

    JavaScript 41 30

  6. vimeo-blob-upload vimeo-blob-upload Public

    Vimeo nodejs client to upload videos from blob.

    JavaScript