class Developer:
def __init__(self):
self.name = "郭顺顺 (Guo Shunshun)"
self.role = "Full Stack Developer"
self.proficient_skills = {
"Frontend": ["Vue", "UniApp", "WeChat Mini Program"],
"Backend": ["SpringBoot", "Gin", "Flask"],
"Languages": ["Go", "Java", "Python", "JavaScript", "TypeScript"],
"Databases": ["MySQL", "PostgreSQL"],
"DevOps": ["Linux", "Docker", "Ollama"],
"AI": ["LLM Applications", "Stable Diffusion", "Model Fine-tuning", "LLM Function Calling", "AI Agents"]
}
self.learning = {
"Frontend": ["React"],
"Languages": ["Rust"]
}
self.passions = ["LLM Development", "AI Art", "Model Fine-tuning", "AI Agents"]
self.mottos = [
"What's past is prologue. - William Shakespeare",
"Learn from the past, and look forward to the future. - Tao Yuanming",
"Embrace AI, Innovate the Future"
]
def say_hi(self):
print("Thanks for visiting my GitHub! Let's explore the infinite possibilities of AI!")
def get_mottos(self):
return "\n".join(self.mottos)
me = Developer()
me.say_hi()
print(me.get_mottos())
Popular repositories Loading
-
n8n-zh-auto-deploy
n8n-zh-auto-deploy Public🚀 一键自动化部署中文版n8n工作流平台 | 支持多种部署方案 & 汉化 | Docker快速搭建 | 开箱即用
-
notepad-server
notepad-server PublicNotes server based on TypeScript implementation of the MCP protocol, providing functions for adding, removing, and updating notes, and supporting integration with Claude Desktop.基于 TypeScript 实现的 M…
-
-
fomalhaut1998.github.io
fomalhaut1998.github.io PublicForked from fomalhaut1998/fomalhaut1998.github.io
Fomalhaut's website
HTML
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.