Skip to content
View channprj's full-sized avatar

Organizations

@addit-app @lazystance @chann

Block or report channprj

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
channprj/README.md

CHANN / 박희찬 Hits

import json
from dataclasses import dataclass, field
from typing import Dict, List


@dataclass
class Profile:
    name: str = "Park Hee Chan"
    description: str = "Software Engineer over 8 years"
    nickname: str = "CHANN"
    job: str = "👨🏻‍💻 Software Engineer"
    nationality: str = "🇰🇷 South Korea"
    resume: Dict[str, str] = field(
        default_factory=lambda: {
            "english": "https://resume.chann.kr/en/",
            "korean": "https://resume.chann.kr/ko/",
        }
    )
    skills: List[str] = field(
        # fmt: off
        default_factory=lambda: [
            "python", "go", "typescript",
            "postgres", "mysql", "redis", "kafka",
            "devops", "docker", "kubernetes", "automation",
            "homelab", "keyboard",
            "finance", "investment",
            "hci", "etc."
        ]
    )
    education: List[Dict[str, str]] = field(
        default_factory=lambda: [
            {"field": "💻 Computer", "type": "B.E."},
            {"field": "🧠 Brain", "type": "B.Sci."},
        ]
    )
    hobbies: List[str] = field(
        # fmt: off
        default_factory=lambda: [ "🥾 Hiking", "🎾 Tennis", "🚴🏻 Cycling", "💪🏻 Fitness"]
    )
    social: Dict[str, str] = field(
        default_factory=lambda: {
            "blog": "https://blog.chann.kr",
            "instagram": "https://instagram.com/channprj",
            "linkedin": "https://linkedin.com/in/channprj",
            "x": "https://x.com/channprj",
            "fediverse": "https://mastodon.social/@chann",
        }
    )

    def json(self):
        return json.dumps(self, default=lambda o: o.__dict__)


# Example usage
profile = Profile()
print(profile.json())

Blog X Instagram LinkedIn Fediverse

Pinned Loading

  1. I'm an early 🐤 I'm an early 🐤
    1
    🌞 Morning    90 commits  █▍░░░░░░░░░░░░░░░░░░░   6.8%
    2
    🌆 Daytime   645 commits  ██████████▏░░░░░░░░░░  48.6%
    3
    🌃 Evening   500 commits  ███████▉░░░░░░░░░░░░░  37.7%
    4
    🌙 Night      92 commits  █▍░░░░░░░░░░░░░░░░░░░   6.9%
  2. dotfiles-macOS dotfiles-macOS Public

    🔌 My configuration files on macOS.

    Vim Script 14 2

  3. python-social-auth/social-core python-social-auth/social-core Public

    Python Social Auth - Core

    Python 861 548

  4. ccxt/ccxt ccxt/ccxt Public

    A JavaScript / TypeScript / Python / C# / PHP / Go cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges

    Python 34.3k 7.7k

  5. tokyo60-keymap tokyo60-keymap Public

    Customized Tokyo60 Keyboard Keymap with QMK

    2

  6. OWDIN/cleos-zsh-completion OWDIN/cleos-zsh-completion Public

    ⚡ ZSH Completion for Cleos

    Shell 17 1