Skip to content
View Alberto-Vgs's full-sized avatar

Block or report Alberto-Vgs

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

✨ Print("Hola, Mundo!") ✨

Visitantes

Hola amigo, gracias por pasar por aquí, yo soy Alberto Vargas.

Ingenieria en Software

import SoftwareDeveloper

class alberto_vgs:

    def __init__(self):
        self.username = 'alberto-vgs'
        self.name = 'Alberto Vargas'
        self.web = ''
        self.code = {
            'frontend': ['HTML', 'CSS', 'JavaScript', 'Boostrap', 'XML'],
            'backend': ['Python', 'PHP', 'java', 'Kotlin'],
            'database': ['MySQL', 'SQLite3', 'PosgreSQL'],
            'tools': ['GIT', 'GitHub', 'Jira', 'Azure', 'Jupyter Notebook'],
            'frameworks': ['CodeIgniter', 'Ionic', 'Angular', 'Spring Boot', 'Flask'],
            'misc': ['SCRUM', 'Aguile', 'GNU/Linux', 'DevOps', 'DevSecOps']
        }
        self.languages = ['Spanish', 'English']

    def __str__(self):
        return self.name


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

    > help --contact
    > linkedin: Alberto Vargas
    > instagram: alberto_vgs_
    > github: Alberto-Vgs
    > email: alberto_b03 [at] outlook.com
¡Me encanta conectar con gente diferente así que si quieres decir hola, estaré encantado de conocerte más! :)

📫 How to reach me alberto_anime@outlook.com

Popular repositories Loading

  1. Alberto-Vgs Alberto-Vgs Public

    Config files for my GitHub profile.

    1

  2. DNA-Api DNA-Api Public

    This is a mini project where I use python to create a API that compare mutated DNA strands

    Python

  3. Python-projects Python-projects Public

    This is a repository for all my python projects, it were made to practice with the python language.

    Python

  4. virtual-university virtual-university Public

    My project leverages the CodeIgniter framework to provide a feature-rich, adaptive web application for educational institutions. Simplify administrative tasks, improve communication and create an i…

    JavaScript

  5. first-contributions first-contributions Public

    Forked from firstcontributions/first-contributions

    🚀✨ Help beginners to contribute to open source projects

  6. angular-practices angular-practices Public

    Explora nuestra colección de proyectos de prácticas para Angular, diseñados para ayudarte a mejorar tus habilidades de desarrollo web. Desde aplicaciones simples hasta proyectos más complejos, enco…

    TypeScript