Skip to content

About Me

__init__.py
class Neil:
    name    = "Neil Lin"
    role    = "Software Engineer"
    from_   = "Taiwan 🇹🇼"

    def __init__(self):
        self.chindren = [
            "卯卯",
            "靚靚",
        ]
        self.interests = [
            "軟體開發",
            "轉職故事",
            "生活記錄",
            "coffee is parts of my life",
        ]
        self.stack = ["Python", "TypeScript", "Astro"]
        self.currently = "Building this blog ✍️"

    def contact(self):
        return {
            "github": "github.com/SZL741023",
            "email":  "[email protected]",
        }

me = Neil()

關於我

我是 Neil, 一個半路出家的軟體工程師。

為什麼寫這個 Blog

就想寫啊,哪這麼多為什麼?XD