Skip to content
View gamesbrunaa's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Picos Pi

Block or report gamesbrunaa

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
gamesbrunaa/README.md


class BrunaVeloso:

    def __init__(self):
        self.role = "Software Developer"
        self.location = "Picos, Piauí 🇧🇷"
        self.languages = ["Português", "English", "Français"]
        self.interests = ["clean code", "automation", "data", "best practices", "APIs"]

    def stack(self):
        return {
            "daily": ["Python", "SQL", "n8n", "HTML/CSS/JS", "Docker", "Git"],
            "learning": ["React", "FastAPI", "PostgreSQL", "CI/CD"],
        }

✦ What I build ✦


RESTful APIs, microservices
and system
integrations

Workflows, scripts and
bots that eliminate
manual work

Dashboards, reports
and analyses that support
real decisions

Web systems that
solve real-world
operation problems

✦ Tech Stack ✦




✦ larger badges = daily use · smaller = currently learning ✦


✦ Beyond the code ✦

📚 I run a book club
🌍 Learning French and English
✈️ Always planning the next trip


Popular repositories Loading

  1. python-automation-template python-automation-template Public template

    Personal template for Python automation projects

    Dockerfile 1

  2. gamesbrunaa gamesbrunaa Public

  3. python-fastapi-template python-fastapi-template Public template

    Personal template for python with fast api projects

    Dockerfile

  4. kodo-polyglot kodo-polyglot Public

    Personal API for managing language study routines, built with FastAPI, SQLAlchemy and MySQL

    Python