I'm a programmer focused on backend development, mainly working with Golang and Java.
I’ve also built products in Web3 and AI applications, and I enjoy turning messy ideas into stable, scalable systems ⚙️
I like building things that are:
- fast ⚡
- reliable 🛡️
- practical 🧩
- a little bit crazy in a good way 😎
Sometimes I write APIs.
Sometimes I design systems.
Sometimes I make AI tools behave.
And sometimes I fight bugs that suddenly become features 🐛➡️✨
- Golang 🐹
- Java ☕
- REST API
- Microservices
- Distributed Systems
- High-concurrency services
- AI Application Development 🤖
- LLM Integration
- AI Tools / Agent Workflows
- Prompt Engineering
- Model Routing / Proxy / Gateway
- Web3 Application Development 🔗
- Blockchain-related backend services
- Wallet / signature / on-chain interaction integration
- System design 🏗️
- Performance optimization 📈
- Developer tools 🧰
- Automation workflows ⚡
- Building useful side projects at odd hours 🌙
- Building robust backend services 🚀
- Exploring smarter AI product workflows 🤖
- Combining engineering with product thinking 🧠
- Creating tools that developers actually want to use 🛠️
- I speak fluent
API,JSON, and “it works on my machine” 😅 - I believe a good backend should be boring, but the product built on top of it should be exciting 🔥
- I enjoy making complex systems feel simple
- I’m probably thinking about architecture, latency, or the next interesting project right now ☕
- GitHub: @pluto037
- Coffee level: ☕☕☕☕☕
- Shipping speed: 🚀🚀🚀
- Bug tolerance: 🧘
- Curiosity: ♾️
- Side project ideas: too many 💡💥
Build useful things.
Keep systems clean.
Stay curious.
Ship fast, iterate faster. 🚀
type Developer struct {
Name string
Focus []string
Skills []string
Motto string
}
me := Developer{
Name: "Pluto",
Focus: []string{"Backend", "AI Apps", "Web3"},
Skills: []string{"Golang", "Java", "System Design", "Automation"},
Motto: "Code hard, think deep, ship useful things.",
}
