I am currently interested in distributed systems and security in edge computing, with a focus on the security issues arising from the complexity of components based on microservice architecture, such as policy in security and zero-trust architectures.
Before Aalto, I obtained my bachelor's degree from the University of Information Technology, Vietnam National University - Ho Chi Minh, and then a master's degree from the University of Pisa, Italy under supervision of Prof Fabrizio Baiardi and Prof. Laura Ricci. I received PhD from the University of Oulu, supervied by Docent. Susanna Pirttikangas, Docent. Juha Partala, and Dr. Lauri Loven. During my PhD, I visited Insight - Centre for Data Analytics, hosted by Prof. Mohand Tahar Kechadi at University of College Dublin.
If you want to know more, this is
Teaching
At Aalto University, I am a joint lecturer for Advancer Topics in Software Systems (SYS4BIGML) where I will teach about tracing data for diagnostics in AI systems at Aalto University in 2024. I serve as a teaching assistant for Big Data Platforms since 2025 regarding Tech Radar and NiFi apache.
I served as teaching assistant and join lecturer for "Distributed Systems" course via Distributed systems text book where I organized lectures in coordiation, replication, fault tolerance, and security at the University of Oulu in 2019 - 2024.
I finished University pedagogy program (25 ETCs) at the University of Oulu in 2024.
If you are interested in my work for your master's or bachelor's thesis, please do not hesitate to drop me an email.
My office hours are on Friday at 9 AM in my office. Please knock on the door
Contact
Contact
The best way to catch me is via emailing. I have a work phone but I rarely use it. Send me an email to arrange a meeting if you really want to talk.
My office is room A225 on the second floor of the Computer Science Building (Konemiehentie 2) at Aalto University.
Hong-Tri Nguyen
Room A225
c/o Department of Computer Science, Aalto University
Konemiehentie 2
02150 Espoo
Finland.
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';