Skip to content
View capella-marcosfilipe's full-sized avatar
🖥️
WFH
🖥️
WFH

Highlights

  • Pro

Block or report capella-marcosfilipe

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 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
from capella_marcosfilipe import Developer

class AboutMe(Developer):
    def __init__(self):
        super().__init__()
        self.name = "Marcos Filipe Capella"
        self.school = "Universidade Católica de Pernambuco"
        self.location = "Recife, Brasil"
        self.speaks = ["Português", "Inglês", "Francês"]

class Skills(Developer):
    def __init__(self):
        super().__init__()
        self.languages = ["Python", "Java", "TypeScript"]
        self.frameworks = ["FastAPI", "Java Spring Boot", "Angular"]
        self.ai_ml = ["Aprendizado de Máquina", "Visão Computacional", "IA Generativa (Google Gemini)", "NLP"]
        self.databases = ["PostgreSQL", "MySQL", "MongoDB"]
        self.tools_and_methods = ["Git", "Docker", "RESTful APIs", "Microsserviços", "Scrum"]

class MyJourney(Developer):
    def __init__(self):
        super().__init__()
        self.current_focus = "Desenvolvimento Full-Stack com especialização em IA (ML/Computer Vision) e Dados"
        self.main_project = "Chatbot de triagem médica (PIBIC)"

Pinned Loading

  1. marcoscapella-portfolio-ng marcoscapella-portfolio-ng Public

    TypeScript

  2. selecao-dev-fullstack-unicap selecao-dev-fullstack-unicap Public

    TypeScript 1

  3. chatbot-triagem-medica chatbot-triagem-medica Public

    Backend for a medical triage chatbot. This was developed as a concept test for a research project presented at the Catholic University of Pernambuco.

    Python