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())
๐ฏ
Focusing
Popular repositories Loading
-
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
-
-
vue-calendar
vue-calendar PublicForked from jinzhe/vue-calendar
A calendar components for Vue.js.
Vue
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.