Skip to content
View BraceroInSabot's full-sized avatar
๐Ÿ‘‹
hello world
๐Ÿ‘‹
hello world
Block or Report

Block or report BraceroInSabot

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
BraceroInSabot/README.md

experience: 0.0

services:
    freelas:
        build:
            context: build/websites/.
            freelance: yes/Freelance
        command: /chat
        preferred_social: email

  • ๐Ÿ”Ž Looking for an oportunity, internship or junior

  • ๐Ÿ“š Meanwhile, I'm a curious student

  • ๐Ÿงน Currenctly Organizing my repo's

  • ๐Ÿ™โ€โ™‚๏ธ He / Him / His

  • ๐Ÿ“ž Contacts


class UserTest(TestCase):
    
    def setUp(self):
        self.name = "Guilherme Bracero"
        self.title = "Python Backend Developer"
        self.languages = {
            "Python": "Intermediary",
            "JavaScript": "Basic",
            } 
        self.frameworks = {
            "Django": "Intermediary",
        }
        self.tools = [
            "Git",
            "Docker",
            "PostgreSQL"
        ]
        self.available = True

    def test_aboutme(self)
        title = str(self.title.title())
        ...


Tech Stacks

Pythonย  Djangoย  PostgreSQLย  Dockerย  Gitย  Htmlย 

my most used languages

Social Medias


linkedin instagram facebook

Pinned

  1. Dungeon-Dice-Rolls Dungeon-Dice-Rolls Public

    Dungeon Dice Rolls is an aplication that the user can roll dices (d4, d6, d8, d10, d12, d20 and d100) and store the results in one of the 6 arrays.

    Python 1

  2. Calculator Calculator Public

    A calculator made with Python.

    Python