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 Loading
-
alvesgfelipe-bckp
alvesgfelipe-bckp PublicOfficial repository of my profile with the intro README and page hosted on GitHub Pages 🚀
-
mommy
mommy PublicProjeto “web” criado para ser o responsável por gerenciar os lucros do trabalho da minha mãe 💚
-
decoplan
decoplan PublicTrabalho prestado como freelancer para a empresa I. G. da S. Decoplan Decorações Pisos e Laminados Ltda 🪵
HTML
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.