package main
type Developer struct {
Name string
Title string
Location string
Focus []string
Languages []string
Motto string
}
func main() {
me := Developer{
Name: "Ma Shouyue",
Title: "Golang Backend Engineer & DevOps",
Location: "Beijing, China",
Focus: []string{"Microservices", "Distributed Systems", "K8s Operations"},
Languages: []string{"Golang", "Python"},
Motto: "Vibe Coding with Claude Code",
}
_ = me // Let's build something amazing!
}DevOps / Golang Backend / K8s Operations
- ๐ Developing Telegram private server based on teamgram-server
- โก Building high-concurrency messaging systems with go-zero microservices
- ๐ Supporting 200K+ large-scale channels with read-diffusion architecture
- ๐ฏ Managing Kubernetes cluster deployment, monitoring, and maintenance
Golang Backend / K8s Operations
- ๐ E-commerce platform development (DeWu-style second-hand trading)
- ๐ฌ Social platform development (AiLiao-style instant messaging)
- ๐ง CI/CD optimization and K8s cluster daily operations
Python Backend Developer
- ๐ Smart parking system development
- ๐ Backend API development with Python
Building AI Agents like Claude Code ๐ง
- โ Context Management: Intelligent conversation context persistence
- ๐ ๏ธ Skill System: Extensible Tool/Skill invocation mechanism
- ๐ Sub-Agent Isolation: Multi-Agent collaboration with isolated execution
- ๐ Interruption/Resume: Task state recovery after interruption
- ๐ Wiki Knowledge Base: Local knowledge management (Wiki over RAG approach)
Distilled years of e-commerce experience into a Claude Code plugin. Now I'm free (free as in freedom, and free from repeating myself). ๐
- ๐ Harness Engineering: Hard-constraint system โ violation = block, not a suggestion
- ๐ค Multi-Agent Review: 5 parallel review agents, max 5 rounds, auto-escalation
- ๐งช Three-Layer Testing: L1 unit + L2 integration (13 scenarios) + L3 E2E with coverage gates
- ๐ฆ 4 Tech Stacks: Golang/go-zero backend, Vue3/ElementPlus admin, Next.js/shadcn website, Flutter 5-end app
- ๐ 19 Pattern Files: Payment, inventory, order state machine, flash sale, risk control, etc.
Large-scale Telegram Private Deployment
- ๐ High Concurrency: Supporting 200K+ channels with read-diffusion
- ๐ Microservices: Distributed system with go-zero framework
- ๐พ Data Storage: MongoDB sharded cluster for massive message data
- ๐ณ Containerized: Kubernetes orchestration with elastic scaling
Yantai Nanshan University (2016 - 2019)
Software Technology โข Associate Degree

