const monty = {
name: "Montasir Moyen",
location: "Boston, MA, USA",
origin: "Chittagong, Bangladesh",
hobbies: ["Fútbol", "Listening to music", "Anime"],
university: "Suffolk University",
major: "Computer Science",
languages: ["TypeScript", "JavaScript", "Python", "Java", "C++", "C"],
os: ["MacOS", "Windows", "Linux (Ubuntu)"],
interests: ["Software Development", "Data", "Artificial Intelligence", "Web Development", "Game Development"],
currentlyStudying: ["Operating Systems", "Software Engineering", "Discrete Math II"],
website: "https://www.montasirmoyen.com"
}
export function getMonty() {
return Promise.resolve(monty)
}💡 Learn more: https://www.montasirmoyen.com/
⚡️ View my Dev Blogs: https://www.montasirmoyen.com/blog




