About Me
class FullStackDeveloper {
public:
// Personal Info
string name = "Truong Duong Bao Minh";
string location = "Ho Chi Minh City, Vietnam ";
string education = "HUTECH University";
string email = "truongminh0949@gmail.com";
// Current Status
vector workingOn = {
"Web Applications",
"IoT Projects"
};
vector learning = {
"Machine Learning",
"Cloud Architecture"
};
vector 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;
}
public:
// Personal Info
string name = "Truong Duong Bao Minh";
string location = "Ho Chi Minh City, Vietnam ";
string education = "HUTECH University";
string email = "truongminh0949@gmail.com";
// Current Status
vector
"Web Applications",
"IoT Projects"
};
vector
"Machine Learning",
"Cloud Architecture"
};
vector
"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;
}
Tech Stack
Languages
Frontend & Mobile
Backend & Database
AI/ML & IoT
GitHub Stats
Featured Projects
| 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 |
Connect With Me
"Code with passion, build with purpose"
Last updated: November 2025