/**
* Nice to meet you!
*/
const duthaho = {
fullName: 'Duong Thanh Hop', // [@duthaho](https://github.com/duthaho)
skills: /(game)(front|back)end/,
city: 'Da Nang, VN', // from Quang Ngai, VN
dateOfBirth: '02/01/1990',
email: 'hopit.bkdn@gmail.com'
};
duthaho.experiences = {
python: ['django'],
javascript: ['react', 'reactnative', 'vue', 'nodejs'],
php: ['laravel', 'wordpress'],
database: ['MySQL', 'MongoDB', 'GraphQL']
};
duthaho.projects = [
"[Personal bog](https://duthaho.github.io/blog)",
"[JavaScript quiz for learning](https://duthaho.github.io/js-quiz/)",
"[Covid19 map tracking](https://duthaho.github.io/covid19)",
"[Google + Stackoverflow = I know everything](https://i-know-everything.herokuapp.com)"
"[A bookmark reading list for programmers](https://duthaho.github.io/bookmark/)",
"[Blood alcohol calculator](https://duthaho.github.io/nongdocon/)",
"[Free learning courses](https://learn.duthaho.com/)",
"[Reddit clone for discussion](https://htdiscuss.surge.sh/)"
];
duthaho.articles = [
"[Top Github repos that every developer should give a star](https://duthaho.github.io/blog/a-bookmark-reading-list/)",
"[What is the Prototype in JavaScript?](https://duthaho.github.io/blog/prototype-in-javascript/)",
"[The smart way to create and clone array in JavaScript](https://duthaho.github.io/blog/js-creating-array/)",
"[Think about First Class Functions in JavaScript](https://duthaho.github.io/blog/js-first-class-functions/)",
"[You don't know JavaScript Promise?](https://duthaho.github.io/blog/js-promise/)",
"[JavaScript **this context** in depth](https://duthaho.github.io/blog/js-this-context/)"
];
console.log(duthaho);
export { "[cv](https://duthaho.github.io/cv)" as duthaho };