Skip to content
Avatar
🐍
🐍

Achievements

Achievements

Highlights

  • Pro
Block or Report

Block or report josix

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.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
josix/README.md

Hi there 👋 I'm Josix

josix

"""For the better readability the following code is not runnable😆"""
@dataclass
class Josix:
    """
    All about Josix
    """

    pronouns: Union[Literal["he"], Literal["him"]]
    website: str = "https://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"],
        "team_lead": ["PyConTW'21"],
    }
    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 Readme Stats Josix's wakatime stats

Pinned

  1. PyCon TW Proposal System & Backend Server

    HTML 83 104

  2. A tool helps build a talk preview image by combining the given background image and talk event description

    Python 4 2

  3. Create committing rules for projects 🚀 auto bump versions ⬆️ and auto changelog generation 📂

    Python 857 118

  4. The official website for PyCon TW 🐍

    Vue 5 18

  5. blog Public

    Check out my dev-blog at https://josix.tw 🙌

    JavaScript

  6. resume Public

    TeX

632 contributions in the last year

Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri
Activity overview
Contributed to python/python-docs-zh-tw, pycontw/pycon_archive_past_website, josix/blog and 5 other repositories

Contribution activity

February 2022

Created a pull request in python/python-docs-zh-tw that received 3 comments

docs(makefile): add autodocumenting to makefile

Add autodocumenting to makefile, which works as following,

+35 −13 3 comments
10 contributions in private repositories Feb 4 – Feb 13

Seeing something unexpected? Take a look at the GitHub profile guide.