Backend engineer with 8+ years of experience building high-performance distributed systems. Go is my primary language — I've shipped microservices, internal platforms, data pipelines, and trading infrastructure with it.
I care deeply about clean architecture, system observability, and APIs that behave exactly as documented.
type Engineer struct {
Name string
Location string
Stack []string
YearsExp int
}
func me() Engineer {
return Engineer{
Name: "Vinh Huynh",
Location: "Vietnam",
Stack: []string{"Go", "Python", "PostgreSQL", "Kafka", "AWS", "K8s"},
YearsExp: 8,
}
}Core
Databases & Messaging
Cloud & Infrastructure
Observability
| Domain | Details |
|---|---|
| Backend services | Go microservices with gRPC & REST, clean architecture, domain-driven design |
| Data pipelines | Event-driven systems with Kafka, Airflow orchestration, streaming ingestion |
| Trading platforms | Low-latency market data processing, financial APIs, stock analysis backends |
| Cloud infrastructure | AWS ECS/EKS, CDK IaC, multi-environment deployments with CI/CD |
| AI integrations | LLM-backed services with FastAPI, AWS Strands, Langfuse observability |
| Developer tooling | Internal CLIs, engineering playbooks, team productivity platforms |
- Backend Engineer at CoderPush — building scalable product platforms
- Working on fintech and AI trading infrastructure
- Interested in: distributed systems, LLM tooling, financial data engineering
"Make it work. Make it right. Make it fast."



