🏫 B.Sw.E. at FPT University
💼 Former Warehouse Maintenance at The Yogurt Co.
👨💻 Doing my job as a Software Engineering with the extreme motivatation and ambitious goals to create a software for a better world. I am also a team player and I am always willing to help others who struggling on coding.
using System;
using System.Collections.Generic;
public class MoreAboutMe
{
public static void Main(string[] args)
{
Dictionary<string, string> profile = new Dictionary<string, string>
{
{ "__Name", "Vu Kim Duy" },
{ "__Pronouns", "He | Him" },
{ "__Spoken Language", "Vietnamese (Primary) | English (Proficient) | Japanese (Basic)" },
{ "__Architecture", "Design System Pattern" },
{ "__Challenge", " "Focusing on various .NET technologies, including .NET Core, ASP.NET, C#, and Unity." },
{ "__Hobbies", "Martial Art | Archery | Trekking" }
};
}
}