class CongThanhPhan:
def __init__(self):
self.name = "Cong Thanh Phan"
self.role = ["Software Engineer", "Backend Focus"]
self.interests = ["Cloud & System Design", "Full-Stack Development"]
self.location = "Vietnam"
def tech(self):
return {
"languages": ["TypeScript", "JavaScript", "Python", "Java", "C#", "Go", "Rust", "PHP"],
"backend": ["Spring Boot", "NestJS", ".NET", "Node.js", "Express.js", "Laravel"],
"frontend": ["React", "Next.js", "Vue.js", "Angular", "Tailwind CSS"],
"databases": ["PostgreSQL", "MongoDB", "MySQL", "Redis", "Firebase"],
"cloud": ["AWS", "Azure", "GCP"],
"devops": ["Docker", "Kubernetes", "Terraform", "GitHub Actions", "Jenkins"],
}
me = CongThanhPhan()Software engineer focused on full-stack development and cloud-native systems.
Currently exploring AWS/Azure infrastructure and system design, always happy
to collaborate on interesting open-source work.
graph LR
A["Backend Engineering"] --> B["API Design & Microservices"]
A --> C["System Design & Architecture"]
A --> D["Event-Driven Systems"]
E["Full-Stack Development"] --> F["React / Next.js / Vue"]
E --> G["Cloud-Native Apps"]
E --> H["CI/CD & DevOps"]
B --> I["Production-Ready<br/>Solutions"]
C --> I
D --> I
F --> I
G --> I
H --> I
style A fill:#0D1117,stroke:#F398FF,color:#F398FF
style E fill:#0D1117,stroke:#58A6FF,color:#58A6FF
style I fill:#0D1117,stroke:#00FF00,color:#00FF00
timeline
title Professional Journey
2022 : Started Software Engineering Journey
: Learning Java & Spring Boot
2023 : Full-Stack Development
: React & Next.js Projects
: Cloud Infrastructure (AWS/Azure)
2024 : Backend Systems & Microservices
: Docker & Kubernetes
: System Design & Architecture
2025 : Cloud-Native Applications
: Event-Driven Architecture
: Open Source Contributions





