Skip to content
View montasirmoyen's full-sized avatar
🌙
🌙

Sponsoring

@Leaflet

Block or report montasirmoyen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
montasirmoyen/README.md

💻 Hey, I'm Montasir, also known as Monty.

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

typescript logo javascript logo python logo java logo cpp logo c logo swift logo tailwindcss logo mongodb logo firebase logo

Pinned Loading

  1. resumexp resumexp Public

    An AI-powered application to help users maximize their resume potential in seconds

    TypeScript

  2. scentdex scentdex Public

    Browse, study and filter the most popular fragrances from the most luxurious brands

    TypeScript

  3. urb urb Public

    A scalable backend system for managing reservable rooms with safe and concurrent booking logic

    Java

  4. sparc-website sparc-website Public

    Website for Suffolk University's Programming, AI & Research Club

    TypeScript 3 1

  5. domain-expansion domain-expansion Public

    A real-time computer vision application using hand tracking to identify Jujutsu Kaisen "Domain Expansion" gestures via webcam and trigger on-screen overlays

    Python 2

  6. crawler crawler Public

    A high-performance application designed to recursively traverse the web by leveraging a multi-threaded architecture and robust synchronization primitives for concurrency and resource management

    C++