Skip to content
View pedrohsbarbosa99's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing
  • Napp Solutions
  • Brazil

Block or report pedrohsbarbosa99

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
pedrohsbarbosa99/README.md
from pedro.barbosa import Developer
from pedro.barbosa.models import History

History.objects.create(company="Napp Solutions", start_date="2020-01-13", end_date=None)

class AboutMe(Developer):
    name = "Pedro Barbosa"
    area = "Backend Developer"
    works_at = "Napp Solutions"
    location = "Brazil"

    def get_short_description(self):
        return "Python Developer with 3+ years experience"

    def get_long_description(self):
        raise NotImplementedError("I'm Think about this") 

class Skills(Developer):
    languages = ["Python" for _ in range(100)]
    libraries = ["pytest", "Pandas", "Django Ninja", "Django Ninja JWT", "Pydantic"]
    frameworks = ["Django", "djangorestframework", "selenium", "Spyder"]
    databases = ["PostgreSQL", "MongoDB", "MySQL"]
    learning = ["Golang", "Javascript", "React"]

๐Ÿ“Š Github Stats and Activity

๐Ÿ’ป GitHub Profile Stats

PedroHsBarbosa's Github Stats PedroHsBarbosa's Top Languages

Note: Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.

PedroHsBarbosa's Activity Graph

Pinned Loading

  1. gym-weight-tracker gym-weight-tracker Public

    Gym Weight Evolution Tracker

    Python 3

  2. django-pgviews-schema django-pgviews-schema Public

    Forked from xelixdev/django-pgviews-redux

    Fork of django-postgres that focuses on maintaining and improving support for Postgres SQL Views.

    Python 2

  3. gym-weight-tracker-insomnia gym-weight-tracker-insomnia Public

  4. django-ninja-jwt django-ninja-jwt Public

    Forked from eadwinCode/django-ninja-jwt

    A JSON Web Token authentication plugin for the Django REST Framework.

    Python 1