Skip to content
View AlanCoronaaa's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report AlanCoronaaa

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
AlanCoronaaa/README.md

Hi, I'm Alan Corona López! 👋

Typing SVG


Snake animation

🌟 About Me

I'm a Computer Science student at Tecnológico de Monterrey, passionate about:

  • 🖥️ Game Programming
  • 🌐 Web Development
  • 🔍 Ethical Hacking
  • 🎮 Playing Video Games
  • 🏋️ Going to the Gym
  • 📺 Watching Anime

📍 Location:

Guadalajara, Mexico

🔧 Skills

Here are some of the tools and technologies I work with:

python cplusplus R matlab javascript html5 css3 vscode github git pycharm clion

💼 Experience (Python Code):

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

class ComputerEngineer:
    """Base class."""
    
    def __init__(self):
        self.name = "Alan Corona López"
        self.career = "B.S. in Computer Science and Technology"
        self.university = "Tecnológico de Monterrey"
        self.role = "Student"
        self.contact = "[email protected]"
        self.learn = ["Game Programming", "Web Development", "Algorithms", "Ethical Hacking"]
        self.things = ["Go to the gym", "Play video games", "Watch anime"]

    def get_city(self):
        """Returns the city where I live."""
        return "Guadalajara, Mexico"

class SoftwareEngineerStudent(ComputerEngineer):
    """Derived class representing a software engineering student."""
    
    def __init__(self):
        super().__init__()

if __name__ == '__main__':
    me = SoftwareEngineerStudent()
    print(f"Name: {me.name}")
    print(f"Career: {me.career}")
    print(f"University: {me.university}")
    print(f"Role: {me.role}")
    print(f"Contact: {me.contact}")
    print(f"Learning: {', '.join(me.learn)}")
    print(f"Things I like: {', '.join(me.things)}")
    print(f"City: {me.get_city()}")

🌐 Connect with me:

alancoronaa corona alancorona__

📊 Overall Stats:


😄 Jokes Cards:

Jokes Card

Visitors : 👽

Pinned Loading

  1. Connect4 Connect4 Public template

    Connect 4 to wiin

    Python

  2. management-flighs management-flighs Public

    flight manager

    C++ 2

  3. Corona-Streaming Corona-Streaming Public

    C++

  4. Corona_eShop Corona_eShop Public

    C++ 1

  5. Data-analysis-of-Covid-19-variants Data-analysis-of-Covid-19-variants Public

    HTML

  6. Portafolio_Final Portafolio_Final Public

    Portafolio con las actividades integradoras realizadas durante el semestre.

    C++