|
class AboutMe:
def __init__(self):
self.name = "Đặng Chí Thanh"
self.title = "AI Student @ UIT - VNU HCM | Fullstack Developer · Cloud-native · ML Enthusiast · DevOps Curious"
self.description = "A Pythonista, Cloud Explorer, and AI Learner — blending software craftsmanship with AI/ML"
self.motto = "Those who keep learning will keep rising in life. — Charlie Munger"
self.background = "Full Stack Developer (5+ yrs)"
self.current_focus = ["Python", "Cloud Engineering", "AI/ML"]
self.interests = ["LLMs", "MLOps", "Prompt Engineering", "Dev Productivity"]
self.featured_projects = [
{
"name": "SS004.10_FinalProject_TicTacToe",
"focus": "Game AI, Minimax",
"link": "https://github.com/uit-25730067-chithanh/SS004.10_FinalProject_TicTacToe"
},
{
"name": "CS115-Team05-PG",
"focus": "Reinforcement Learning, PyTorch, REINFORCE",
"link": "https://github.com/uit-25730067-chithanh/CS115-Team05-PG"
},
{
"name": "AI002-Team22-DT10",
"focus": "Responsible AI, Forecasting, Advisory System",
"link": "https://github.com/uit-25730067-chithanh/AI002-Team22-DT10"
}
]
def tech_stack(self):
return {
"Languages": ["Python", "TypeScript", "C++"],
"Web": ["React", "Next.js", "Vue", "Nuxt.js", "Astro", "TailwindCSS"],
"Backend": ["Node.js", "NestJS", "PostgreSQL", "MongoDB", "Redis", "Kafka"],
"Infra": ["Docker", "GitHub Actions", "Vercel", "Railway", "AWS"],
"AI Tools": ["Jupyter", "Pandas", "scikit-learn", "LangChain"]
}
def connect(self):
return {
"Portfolio": "https://christhanhdang.dev",
"LinkedIn": "https://linkedin.com/in/christhanhdang",
"GitHub": "https://github.com/uit-25730067-chithanh"
}
me = AboutMe()
print("Let's connect:", me.connect())
|
2025 © Đặng Chí Thanh — All rights reserved |
🚀 Member of ACE Team · UIT |













