I'm a passionate Backend Developer and System Architect from China, specializing in Go and PHP development. I love building scalable systems and exploring cutting-edge technologies.
type Developer struct {
Name string
Location string
Languages []string
Focus []string
Learning string
Hobbies []string
}
me := Developer{
Name: "codingWhat",
Location: "China 🇨🇳",
Languages: []string{"Go", "PHP", "Python", "JavaScript"},
Focus: []string{"Backend Development", "System Design", "Microservices"},
Learning: "Designing Data-Intensive Applications",
Hobbies: []string{"Reading", "Basketball", "Skateboarding", "Open Source"},
}
- 🔭 Working on: Comment system architecture and distributed systems
- 🌱 Reading: 《Designing Data-Intensive Applications》 by Martin Kleppmann
- 👯 Learning: Open-source projects like ants and documenting insights in my armory
- 💡 Interests: High-performance systems, microservices architecture, and clean code practices
"The best code is no code at all. The second best is code that's easy to delete."
When I'm not coding, you'll find me on the basketball court 🏀, reading about distributed systems 📚, or learning new skateboarding tricks 🛹.
⭐️ From codingWhat - Let's build something amazing together!