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

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: 'Citadel', 
    start: 'Jan 2024'
  },
  past: [
    {
      title: 'Software Engineer',
      company: 'Block',
      start: 'Jan 2021',
      end: 'Jan 2024'
    },
    {
      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: {
    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 Loading

  1. Wordle-Solver Wordle-Solver Public

    Python

  2. NYT-Spelling-Bee-Solver NYT-Spelling-Bee-Solver Public

    Python

  3. plusplusbot plusplusbot Public

    a simple discord bot that gives points to people

    JavaScript 2

  4. Advent-of-Code Advent-of-Code Public

    Mega Repo of my Advent of Code solutions