Skip to content
View tirthesh-bohra's full-sized avatar

Block or report tirthesh-bohra

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

Hey, Tirthesh here!

Welcome to my humble abode in the Digital World..

Awesome Matrix Code

Linkedin Badge Gmail Badge

There are 10 types of people in the world. Those who get Binary and those who don't..

Programming Languages

Technologies I Use

Who am I?

class WhoAmI {
  constructor() {
    this.user = {
      name: "Tirthesh Bohra",
      current_edu: "Masai School",
      hobbies: [
        "Playing FPS multiplayer titles & Chess",
        "Watching Anime, Movies and TV Series",
        "A member of the PC Master Race community",
      ],
    };
  }
  getCity() {
    return "Ahmedabad_India";
  }

  Ambitions() {
    return [
      "Building A Chess Engine",
      "Creating A Stock-Trading Bot",
      "Contribute in growing E-Sports in India",
    ];
  }
}

What I am Doing Now

With 2+ years of experience and an early promotion (within 6 months), I am currently a Software Development Engineer 2 and a core team member, leading and managing multiple critical micro-services. Besides constantly learning and scaling my coding skills, you will find me cracking my head in competitive gaming.

Other Stuff

Tirthesh's github stats

Pinned Loading

  1. Internshala-Clone Internshala-Clone Public

    A project-based on cloning the Internshala website, which is an online platform helping students find internships based in India. A user can log in using Google Auth and can search internships base…

    EJS

  2. project_panta project_panta Public

    A project-based on cloning the Pantaloons website, which is an online shopping platform exclusively for apparel. The custom search functionality will help the user get suggestions based on the inpu…

    JavaScript