Skip to content
View kermitnirmit's full-sized avatar
๐Ÿ
Home stretch
๐Ÿ
Home stretch
Block or Report

Block or report kermitnirmit

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
kermitnirmit/README.md

Hi there ๐Ÿ‘‹

const allAboutMe = {
  name: {
    first: "Nirmit",
    last: "Shah"
   },
 languages: ['Python', 'Java', 'Kotlin'],
 experience: {
  current: {
    title: 'Software Engineer', 
    company: 'Square / CashApp', 
    start: 'Jan 2021'
  },
  past: [
    {
      title: 'Software Engineering Intern',
      company: 'Riot Games',
      start: 'Jun 2020',
      end: 'Aug 2020'
    },
    {
      title: 'Software Engineering Intern',
      company: 'Lyft',
      start: 'Jan 2020',
      end: 'May 2020'
    },
    {
      title: 'Software Engineering Intern',
      company: 'Square',
      start: 'Jun 2019',
      end: 'Aug 2019'
    }
  ],
  education: {
    major: 'Computer Science',
    college: 'Georgia Institute of Technology',
    gradYear: '2020'
  }
 },
 socials: {
    twitter: 'https://twitter.com/kermitnirmit',
    instagram: 'https://instagram/kermitnirmit',
 },
 favorites: {
    song: 'I Knew You Were Trouble',
    movie: 'The Prestige',
    game: ['League of Legends', 'Chess'],
    book: 'The Martian'
 }
}

(shamelessly stolen from aridokmecian)

Pinned

  1. Advent-of-Code-2022 Advent-of-Code-2022 Public

    My advent of code solutions for 2022

    Python 1 1

  2. Advent-of-Code-2021 Advent-of-Code-2021 Public

    My solutions for Advent of Code 2021

    Python

  3. Advent-of-Code-2020 Advent-of-Code-2020 Public

    My solutions for Advent of Code 2020

    Python

  4. Wordle-Solver Wordle-Solver Public

    Python

  5. NYT-Spelling-Bee-Solver NYT-Spelling-Bee-Solver Public

    Python

  6. plusplusbot plusplusbot Public

    a simple discord bot that gives points to people

    JavaScript 1