8000 GitHub - GuoAccount/GuoAccount
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GuoAccount/GuoAccount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

🚀 About Me

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())

🎯 Skills Map

💻 Programming Languages

Go Java Python TypeScript JavaScript Rust

🌐 Web Development

Vue.js React UniApp WeChat Mini Program

📱 Mobile Development

Android Flutter

⚙️ Backend Development

Spring Boot Gin Flask

🗄️ Databases

MySQL PostgreSQL

🔧 Development Tools

Linux Docker Git

🤖 IDEs & Editors

VS Code Cursor IntelliJ IDEA GoLand Zed WindTerm

🤖 AI & LLMs

OpenAI Stable Diffusion Ollama

📊 GitHub Stats

🌟 Featured Projects

Readme Card

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0