Skip to content
View Valentina17varela's full-sized avatar
:electron:
Focusing
:electron:
Focusing

Highlights

  • Pro

Block or report Valentina17varela

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Valentina17varela/README.md
Screenshot 2025-11-27 at 3 02 57 PM

LinkedIn YouTube Email


👩🏻‍💻 About me

class BackendDeveloper:
    def __init__(self):
        self.name = "Valentina Varela Alzate"
        self.role = "Software Engineer & Backend Developer"
        self.location = "Pereira, Colombia 🇨🇴"
        self.languages = ["Spanish (Native)", "English (C1)"]
        self.interests = ["Backend Development", "Data Analysis", "Game Development"]
        self.motto = "Divide and Conquer 💡"
        self.currently_learning = ["Cloud Architecture", "Microservices", "DevOps"]
        
    def get_daily_routine(self):
        return {
            "morning": "☕ Coffee + Code Review",
            "afternoon": "🔥 Coding time",
            "evening": "📚 Learning new technologies"
        }
    
    def collaborate_on(self):
        return ["Open Source Projects", "Backend APIs", "Data Analysis Tools"]

me = BackendDeveloper()


💻 Tech Stack

Category Skills
Python Python
JS / Node Node
Go Go
Database DB
DevOps Cloud




✏️ Learning

roadmap.sh

Pinned Loading

  1. Discord_Clone Discord_Clone Public

    Django application, a messaging service that allows users to communicate through channels.

    HTML

  2. Stripe-Payment-App Stripe-Payment-App Public

    React application integrated with stripe terminal to manage pending reservations to pay

    TypeScript

  3. Restaurant_Website Restaurant_Website Public

    Dynamic Website in Django for little lemon restaurant, final project of the backend developer specialization by Meta

    HTML

  4. InstaStore InstaStore Public

    Microservice in charge of selecting the closest "convenience" store to deliver a groceries order to clients

    JavaScript