Skip to content
View seto's full-sized avatar
🏴
🏴

Block or report seto

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
seto/README.md
from typing import List, Dict


class Profile:
    """
    while not done:
        do_it_yourself()  # KISS
    """

    def __init__(self):
        self.stack: List[str] = ["python", "typescript", "csharp", "javascript"]
        self.tech: Dict[str, List[str]] = {
            "backend": ["django", "fastapi", "nodejs", "aspnetcore"],
            "frontend": ["vue", "angular", "blazor"],
            "database": ["postgresql", "mongodb", "mssql"],
            "other": ["automation", "ai_engineering", "machine_learning", "azure"],
        }

    @property
    def exploration(self) -> Dict[str, List[str]]:
        return {
            "iot": ["raspberrypi", "arduino"],
            "mobile": ["quasar", "flutter", "swiftui"],
        }

    @property
    def interests(self) -> List[str]:
        return ["cyberpunk", "audiophile", "film_buff", "digital_worlds"]

Hacker Emblem

Popular repositories Loading

  1. seto seto Public

    Hello, world!