Skip to content
View felipeadeildo's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@NES-Collaborate @TAQUAR-SA @LexFlowAI

Block or report felipeadeildo

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

💫 Welcome to my digital playground!

About Me 🎭

from typing import List, Literal
from enum import Enum

class Interest(Enum):
    MATHEMATICS = "Mathematics"
    NEURAL_NETWORKS = "Neural Networks"
    WEB_SCRAPING = "Web Scraping"

class Developer:
    def __init__(
        self,
        name: str,
        role: str,
        interests: List[Interest],
        favorite_anime: str,
        favorite_character: str
    ) -> None:
        self.name = name
        self.role = role
        self.interests = interests
        self.favorite_anime = favorite_anime
        self.favorite_character = favorite_character
        self.philosophy = "Building everything from scratch"
    
    def current_focus(self) -> str:
        return "Developing neural networks from scratch using pure NumPy"
    
    def programming_style(self) -> Literal["from scratch", "with frameworks"]:
        return "from scratch"  # Always from scratch 💪

# Example:
me = Developer(
    name="Felipe Adeildo",
    role="Computer Science Student",
    interests=[
        Interest.MATHEMATICS,
        Interest.NEURAL_NETWORKS,
        Interest.WEB_SCRAPING
    ],
    favorite_anime="Hunter x Hunter",
    favorite_character="Hisoka 🃏"
)

My Arsenal 🎯

Python TypeScript NumPy HTTPX

Highlighted Projects 💎

Neural Network Card Cantina CF Card QueryTube Card

GitHub Magic ✨

Let's Connect! 🌐

LinkedIn Email Telegram

From: 22 December 2024 - To: 29 December 2024

Total Time: 11 hrs 12 mins

Python                     5 hrs 49 mins   ⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡   51.93 %
TypeScript                 3 hrs 29 mins   ⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡   31.06 %
Docker                     31 mins         ⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡   04.65 %
HTML                       20 mins         ⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡   03.04 %
Bash                       17 mins         ⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡   02.61 %
CSS                        3 mins          ⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡   00.53 %

Pinned Loading

  1. neural-network neural-network Public

    Neural Network written from Scratch without libraries like tensorflow (documented)

    Jupyter Notebook 4

  2. NES-Collaborate/nes-website NES-Collaborate/nes-website Public archive

    The novoensinosuplementar.com website

    TypeScript 2

  3. NES-Collaborate/MVP-Coruja NES-Collaborate/MVP-Coruja Public

    MVP de uma aplicação web para gerenciamento organizacional.

    Python 1 1

  4. CantinaCF CantinaCF Public

    The Colegio Fantastico Cantina Web App

    TypeScript 4

  5. NES-Collaborate/oncologia NES-Collaborate/oncologia Public

    Aplicação requisitada para o Workshop de Soluções Matemáticas - FGV

    Python 2 1

  6. AutoSinan AutoSinan Public

    A set of scripts to Floripa Hospital

    Python 1