A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/josix below:

Website Navigation


josix (Josix) ยท GitHub

"""For better readability, the following code is not runnable ๐Ÿ˜†"""
from dataclasses import dataclass
from typing import Literal

@dataclass
class Josix:
    pronouns: Literal["he"] | Literal["him"]
    website: str = "https://josix.tw"
    digital_garden: str = "http://note.josix.tw/"
    email: str = "josixwang(at)gmail.com"
    languages: list[str] = ["zh-tw", "en-us"]
    code: list[str] = ["Python", "JavaScript", "TypeScript"]
    expertise: list[str] = [
        "python engineering",
        "ml & information retrieval",
        "data systems",
        "full-stack development",
        "community leadership"
    ]
    ask_me_about: list[str] = [
        "python tooling",
        "search systems",
        "ml in production",
        "data architecture",
        "python conferences",
        "productivity tools"
    ]
    communities: dict[str, list[str]] = {
        "volunteer": ["PyConTW'19", "PyConTW'20", "PyConTW'21", "PyConAPAC'22", "PyConTW'24"],
        "team_lead": ["PyConTW'21", "PyConAPAC'22", "PyConTW'23"],
    }
    technologies: dict[str, list[str]] = {
        "backend": ["fastapi", "django"],
        "frontend": ["reactjs", "vuejs", "nuxtjs", "redux", "webpack", "tailwindcss"],
        "tools": ["airflow", "elasticsearch", "clickhouse", "redis", "kubernetes", "docker"],
        "shell": ["bash", "zsh"],
        "machine_learning": ["pytorch", "pytorch-geometric"],
        "editors": ["vscode", "vim"],
        "databases": ["postgresql", "mongodb", "redis"],
        "cloud": ["aws", "gcp", "kubernetes"]
    }
    interests: dict[str, list[str]] = {
        "data_science": ["learning to rank", "feature engineering", "search optimization"],
        "software_engineering": ["python ecosystem", "database systems", "performance tuning"],
        "management": ["leadership coaching", "performance improvement", "communication"],
        "personal_development": ["mindset", "emotional intelligence", "productivity"],
        "design": ["material design", "ui/ux", "pixel density"]
    }

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4