class FullStackDeveloper {
public:
// Personal Info
string name = "Trương Dương Bảo Minh";
string location = "Ho Chi Minh City, Vietnam 🇻🇳";
string education = "HUTECH University";
string email = "truongminh0949@gmail.com";
// Current Status
vector<string> workingOn = {
"Web Applications",
"IoT Projects"
};
vector<string> learning = {
"Machine Learning",
"Cloud Architecture"
};
vector<string> passions = {
"Clean Code",
"Innovation"
};
void sayHi() {
cout << "👋 Hi! I'm a Full Stack Developer" << endl;
cout << "🎓 Student | 💼 Developer | 🚀 Builder" << endl;
}
};
int main() {
FullStackDeveloper minhe;
minhe.sayHi();
return 0;
}Languages
Frontend & Mobile
Backend & Database
AI/ML & IoT
| Project | Description | Tech Stack |
|---|---|---|
| 🛒 E-Commerce Platform | Full-featured shopping web application | Dart Web |
| 📷 ESP32 Camera System | IoT data processing with camera integration | ESP32 IoT Camera |
| 📲 NFC Technology | NFC implementation with Flutter | Dart Flutter NFC |
| 🎮 3D Web App | Interactive 3D web experience | JavaScript WebGL |
| 📅 Booking System | Team collaboration booking platform | Web Team Project |
| 🏠 Smart Switch Control | Smart home control interface | IoT Smart Home |
💻 "Code with passion, build with purpose"
Last updated: November 2025




