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

Highlights

  • Pro
Block or Report

Block or report EdgarRamirezFuentes

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', 'Kotlin'],
            'frameworks': ['Spring Boot', 'Django', 'React'],
            'database': ['PostgreSQL', 'MySQL', 'SQLite3', 'MS SQL Server'],
            'tools': ['Git', 'Postman', 'Docker', 'Bash'],
            'cloud': ['AWS',],
            'certifications': ['AWS Certified Developer Associate',]
        }

    def __str__(self):
        return self.name


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

Currently Learning

Github statistics



Pinned Loading

  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