Skip to content
View JuaniV2002's full-sized avatar
💻
Coding...
💻
Coding...
  • Facultad de Ciencias Económicas | UNRC
  • Rio Cuarto, Córdoba, Argentina

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.

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

    def __str__(self):
        return (
            f"Hey there! I'm {self.name} from {self.location}, pursuing a {self.pursuit}.\n"
            f"I'm currently working as a {self.experience} at Facultad de Ciencias Económicas, UNRC"
            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. EcosistemaFCE_PWA EcosistemaFCE_PWA Public

    Progressive Web App for the online, Moodle-based, e-learning platform of the Economics Faculty of Universidad Nacional de Río Cuarto

    JavaScript

  2. moodle_welcome_message_plugin moodle_welcome_message_plugin Public

    A Moodle plugin that sends an email, web notification, and a mobile push notification through the Moodle App. Written entirely in PHP.

    PHP

  3. personal_website personal_website Public

    My personal portfolio site – a responsive, accessible, and SEO-optimized static website built with HTML, CSS & vanilla JavaScript, showcasing Flutter, Moodle and full-stack projects.

    CSS

  4. meals_app meals_app Public

    A handy meals app with a variety of dishes organized by category. Explore each category to discover meals, view detailed ingredients and step-by-step instructions, and save your favorite dishes.

    Dart

  5. lamport_chat lamport_chat Public

    Forked from Uriel-Gz/distributed_lamport_chat

    Distributed chat system with UDP message flooding and Lamport clock ordering

    Python

  6. claims-extractor claims-extractor Public

    LLM-powered extraction of structured data from messy car accident descriptions

    Python