Skip to content
View akarki2005's full-sized avatar
  • Toronto
  • 21:33 (UTC -05:00)

Block or report akarki2005

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
akarki2005/README.md

Hi there, I'm Aayush. 👋

My Website

A Little Bit About Me...

name: Aayush Karki
located_in: Toronto, Ontario
education: Computer Science @ University of Toronto

fields_of_interest:
  [
    "Software Development",
    "Operating Systems",
    "Computer Architecture",
    "Machine Learning",
    "DevOps",
  ]

hobbies:
  [
    "Gym",
    "Gaming",
    "Soccer",
    "Skiing",
    "Cooking",
    "Reading",
  ]

links:
  {
    Email: "[email protected]"
    LinkedIn: "https://www.linkedin.com/in/aayushkarki05/"
    Website: "aayushkarki.com"
  }

Pinned Loading

  1. Courseography/courseography Courseography/courseography Public

    Courseography is a tool created by David Liu and Ian Stewart-Binks to guide students through their undergraduate careers.

    JavaScript 68 70

  2. kvstore kvstore Public

    A distributed key-value store built in Go. Features persistence and safe concurrent client handling through TCP networking and mutual exclusion.

    Go