Skip to content
View gajeraYash's full-sized avatar
Block or Report

Block or report gajeraYash

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
gajeraYash/README.md
#!/usr/bin/python

class Engineer:

    def __init__(self):
        self.name = "Yash Gajera"
        self.title = "Systems Engineer"
        self.employer = "Verizon"
        self.duties = ["SRE", "AIOps", "Cloud Tech-Ops", "Automation Scripting"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = Engineer()
me.say_hi()


Pinned Loading

  1. myyfeed-app myyfeed-app Public archive

    Project for NJIT CS-490 Fall 2020

    CSS 3

  2. NFOP-app NFOP-app Public archive

    CS491 Project Newark Fraternal Order of Police

    HTML 1