#!/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()
Systems Engineer @Verizon
- Dallas, TX
-
06:59
(UTC -06:00) - yashgajera.io
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.