Skip to content
View EdgarRamirezFuentes's full-sized avatar
👨‍💻
Learning from home
👨‍💻
Learning from home

Highlights

  • Pro
Block or Report

Block or report EdgarRamirezFuentes

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
header

class EdgarRamirezFuentes:

    def __init__(self):
        self.username = 'EdgarRamirezFuentes'
        self.name = 'Edgar Ramírez',
        self.email = 'edgar.ramirez.fuentes.dev@gmail.com',
        self.linkedin = 'https://www.linkedin.com/in/edgarramirezfuentes/',
        self.code = {
            'frontend': ['HTML', 'CSS', 'JavaScript', 'Boostrap'],
            'backend': ['Python', 'Java'],
            'database': ['PostgreSQL', 'MySQL', 'SQLite3', 'MS SQL Server'],
            'tools': ['Git', 'Postman', 'Docker', 'Bash'],
            'cloud': ['AWS',]
        }

    def __str__(self):
        return self.name


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

Currently Learning

Github statistics



Pinned

  1. Phone-book Phone-book Public

    This repository is used to storage my final project of the Data structures class

    C

  2. CS50-Introduction-to-computer-science CS50-Introduction-to-computer-science Public

    This repository stores my solutions to the labs and problem sets of the CS50 Introduction to computer science course

    JavaScript 1

  3. n-queens-problem n-queens-problem Public

    C++

  4. CS50Finance CS50Finance Public

    JavaScript 1

  5. Task-manager-flask Task-manager-flask Public

    HTML