Skip to content

josix/josix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

josix

"""For the better readability the following code is not runnable😆"""
@dataclass
class Josix:
    pronouns: Union[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"]
    ask_me_about: List[str] = [
        "web dev",
        "tech",
        "machine learning",
        "recommender system",
        "network embedding",
    ]
    communities: Dict[str, List[str]] = {
        "volunteer": ["PyConTW'19", "PyConTW'20", "PyConTW'21", "PyConAPAC'22"],
        "team_lead": ["PyConTW'21", "PyConAPAC'22"],
    }
    technologies: Dict[str, List[str]] = {
        "backend": ["fastapi", "django"],
        "frontend": ["reactjs", "vuejs", "nuxtjs", "redux", "webpack", "tailwindcss"],
        "tools": ["elasticsearch", "clickhouse", "redis", "kubernetes", "docker"],
        "shell": ["bash", "zsh"],
        "machine_learning": ["pytorch", "pytorch-geometric"],
        "editors": ["vscode", "vim"],
    }

@josix's Holopin board

Recent Activity

  1. 🗣 Commented on #39308 in apache/airflow
  2. 🎉 Merged PR #511 in pycontw/pycontw-frontend
  3. 🎉 Merged PR #509 in pycontw/pycontw-frontend
  4. 🎉 Merged PR #643 in python/python-docs-zh-tw
  5. 🗣 Commented on #509 in pycontw/pycontw-frontend

Stats

Josix's Readme Stats

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published