Skip to content
View codingWhat's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
  • tencent
  • beijing

Block or report codingWhat

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
codingWhat/README.md

Hey there! I'm codingWhat 👋

Profile Views GitHub followers

👨‍💻 About Me

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"},
}

🚀 Current Focus

  • 🔭 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

🛠️ Tech Stack

Languages

Go PHP Python JavaScript

Frameworks & Tools

Gin Laravel Docker Kubernetes Redis MySQL

Infrastructure & DevOps

Linux Git Nginx Prometheus

📊 GitHub Analytics

GitHub Streak

🏆 GitHub Trophies

GitHub Trophies

🤝 Connect With Me

Gmail Blog GitHub

💡 Fun Fact

"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!

Pinned Loading

  1. armory armory Public

    learning notes & code practise

    Go

  2. goroutinepool goroutinepool Public

    inspired by fast-http worker pool

    Go