Backend Engineer Β· 8+ Years Β· Golang
Building reliable, scalable systems from Vietnam π»π³
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
PostgreSQL MySQL Redis MongoDB Kafka
Cloud & Infrastructure
AWS Docker Kubernetes Terraform GitHub Actions
Observability
Prometheus Grafana OpenTelemetry Sentry
| 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."