type Developer struct {
Name string
Role string
Code []string
AskMeAbout []string
Technologies struct {
Languages []string
Databases []string
Cloud []string
DevOps []string
}
CurrentFocus string
FunFact string
}
virgoC0der := Developer{
Name: "virgoC0der",
Role: "Backend Developer",
Code: []string{"Go", "Python", "Swift", "React"},
AskMeAbout: []string{"backend", "microservices", "cloud architecture", "distributed systems"},
Technologies: {
Languages: []string{"Go", "Python", "Swift"},
Databases: []string{"MySQL", "PostgreSQL", "MongoDB", "Redis", "Spanner"},
Cloud: []string{"Google Cloud Platform", "AWS"},
DevOps: []string{"Docker", "Kubernetes", "CI/CD"},
},
CurrentFocus: "Building scalable backend systems & cloud-native applications",
FunFact: "I believe good code is self-documenting... but I comment anyway! 🚀",
}
Pinned Loading
-
awesome-claude-code
awesome-claude-code PublicA collection of powerful tools for Claude Code including custom slash commands and hooks to streamline development workflows and enhance productivity.
Python 1
-
-
SentimentAnalysisOfProductReview
SentimentAnalysisOfProductReview Public基于机器学习的商品评论情感分析——毕业设计项目
-
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.






