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: 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", "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"],
    }

@josix's Holopin board

Recent Activity

  1. 🎉 Merged PR #13 in josix/knowledge-base
  2. 🎉 Merged PR #12 in josix/knowledge-base
  3. 🎉 Merged PR #11 in josix/knowledge-base
  4. ❌ Closed PR #10 in josix/knowledge-base
  5. 🎉 Merged PR #9 in josix/knowledge-base

Stats

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published