Skip to content
View itssaharsh's full-sized avatar

Highlights

  • Pro

Block or report itssaharsh

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


     



     

  About Me

class SoftwareEngineer:
    def __init__(self):
        self.name = "Saharsh Tibrewala"
        self.role = "First-year CSE (AI) Student"
        self.languages = ["Python", "Java", "C", "Go", "SQL"]
        self.focus = [
            "Systems & Developer Tools",
            "Backend APIs",
            "Cloud Native & Open Source",
        ]
        self.achievements = {
            "LeetCode": "200+ Problems Solved",
            "CodeChef": "1400+ Rating",
            "Codeforces": "1000+ Rating"
        }
        self.certifications = [
            "OCI Foundations Associate",
            "OCI Generative AI Professional"
        ]
        self.mindset = "Motivated to build and contribute."

    def say_hi(self):
        print(f"👋 Hey, I'm {self.name}!")
        print(f"🚀 {self.mindset}")

me = SoftwareEngineer()
me.say_hi()

  Tech Stack

        







Python
Python
Scripting & Backend
Java
Java
OOP & Systems
Go
Go
Cloud Native
Docker
Docker
Containerization
K8s
Kubernetes
Orchestration



   Streak Stats





Activity Graph

  Current Focus


Seeking Software Engineering Intern Roles

Practicing patterns & time/space optimizations

Deep diving into APIs & Cloud deployment

Contributing to large scale systems

  Let's Connect

        



Popular repositories Loading

  1. itssaharsh itssaharsh Public

  2. battleship-2d battleship-2d Public

    A simple 2D terminal-based Battleship game built in Python.

    Python

  3. scrapy scrapy Public

    Forked from scrapy/scrapy

    Scrapy, a fast high-level web crawling & scraping framework for Python.

    Python

  4. open_sorce_finder open_sorce_finder Public

    Python

  5. meshery meshery Public

    Forked from meshery/meshery

    Meshery, the cloud native manager

    JavaScript

  6. spec spec Public

    Forked from asyncapi/spec

    The AsyncAPI specification allows you to create machine-readable definitions of your asynchronous APIs.

    JavaScript