π» I am a Software Engineer and working at Lecle Vietnam as a Mobile Team Leader currently.
π An instructor at Devera Academy.
π¨βπ Attained the Bachelor's Degree from University of Science and a Master's Degree after graduating from Soongsil University.
ποΈ Living in Vietnam π»π³
True Story: My smartness π‘ lies in my laziness π΄
Have a look at my Reposπ‘ & do Leave a STARβοΈ if you like my workπ¨βπ».
import 'package:awesome.dart' as hungnm;
const languages = ["Dart", "Java", "C++", "Kotlin"];
const frameworks = ["Flutter", "Android"];
const databases = ["SQL Server", "Cloud FireStore", "MongoDb"];
hungnm.skills.addAll([...languages, ...frameworks, ...databases]);
Fun fact: I once solved the world's oldest question with a single line of Dart
// Which came first: the chicken or the egg?
print(['π₯', 'π£', 'π₯', 'π']..sort())
>>> [ 'π', 'π£', 'π₯', 'π₯' ]