Skip to content
View alvesgfelipe-bckp's full-sized avatar
🎯
Focusing
🎯
Focusing
  • São Paulo - Brazil
  • 07:21 (UTC -03:00)
Block or Report

Block or report alvesgfelipe-bckp

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
alvesgfelipe-bckp/README.md
class AboutMe(object):
    def __init__(self) -> None:
        self.name: str = "Felipe Alves"
        self.role: str = "Software Developer"
        self.spoken_languages: list = [
            "pt_BR",
            "en_US",
        ]

        self.daily_knowledge: list = [
            # Front-End
            "HTML",
            "CSS",
            "JavaScript",
            "Vue.js",
            # Back-End
            "PHP",
            "Python",
            "Flask",
            "Django",
            # Database
            "MySQL",
            "SQLite",
            # Operating System
            "Linux",  # Using Fedora
            "Windows",  # Using Windows 11
            "macOS",  # Not using
        ]

        self.fun_fact: str = "I healed from OCD a few days ago."

        self.goals: dict = {
            "Personal": "Make up for the time I lost due to OCD.",
            "Professional": "Solve problems and help people.",
        }

Popular repositories

  1. alvesgfelipe-bckp alvesgfelipe-bckp Public

    Official repository of my profile with the intro README and page hosted on GitHub Pages 🚀

  2. mommy mommy Public

    Projeto “web” criado para ser o responsável por gerenciar os lucros do trabalho da minha mãe 💚

  3. decoplan decoplan Public

    Trabalho prestado como freelancer para a empresa I. G. da S. Decoplan Decorações Pisos e Laminados Ltda 🪵

    HTML

  4. testing testing Public