Skip to content
View JuaniV2002's full-sized avatar
💻
Coding...
💻
Coding...
  • Universidad Nacional de Rio Cuarto
  • Rio Cuarto, Córdoba, Argentina
  • LinkedIn in/juanivillanueva

Highlights

  • Pro

Block or report JuaniV2002

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
JuaniV2002/README.md
class JuaniVillanueva:
    def __init__(self):
        self.name = "Juani Villanueva"
        self.location = "Argentina"
        self.pursuit = "Computer Science degree"
        self.languages = ["English", "Spanish"]
        self.technologies = ["Flutter", "Moodle", "MySQL/PostgreSQL", "Firebase", "Docker", "Git/GitHub", "Xcode/Android Studio"]

    def __str__(self):
        return (
            f"Hey there! I'm {self.name} from {self.location}, pursuing a {self.pursuit}.\n"
            f"Languages: {', '.join(self.languages)}\n"
            f"Technologies: {', '.join(self.technologies)}\n"
            "Feel free to explore my repositories and connect with me!"
        )
        
# Usage
profile = JuaniVillanueva()
print(profile)

Pinned Loading

  1. chat_app chat_app Public

    This chat app allow users to sign up or login and use a channel-based chat, with push notifications

    Dart

  2. favorite_places_app favorite_places_app Public

    This simple app will allow you to take a picture of a cool place you've been, and add a location to know where the photo was taken.

    Dart

  3. meals_app meals_app Public

    Useful meals app, with diffrent categories of meals. Within each category, you will find dishes that match the category they belong to. If you find one of those dishes compelling, you can see the i…

    Dart

  4. expenses_app expenses_app Public

    Expense tracker app that lets you add some spendings, adding name, caregory and amount. Also, it uses a chart to nicely display the spendings made on each category.

    Dart

  5. shopping_list_app shopping_list_app Public

    Simple shopping list app to create and remove items

    Dart

  6. nicomercadoo/codeQuest nicomercadoo/codeQuest Public

    Proyecto de la materia Análisis y Diseño de Sistemas

    HTML 2 1