I am Ashish Avinash Kamat, a Senior DevOps/SRE Engineer passionate about CI CD, Containerization, Infrastructure Automation and many more.
DevOps (noun): s a set of practices that combines software development (Dev) and IT operations (Ops).
It aims to shorten the systems development life cycle and provide continuous delivery with high software quality.[1][2]
- π» I code in python and bash.
- π± Iβm currently learning SRE practices and DevOps processes.
- π― Iβm looking for different ways of Infrastructure Automation, DevOps improvements.
- π¬ Ask me about anything. If I didn't know maybe I will learn something new!
- β‘ Fun fact: I talk less. I am a fun loving person with great humor and can be good mentor.
def YearsOfIT(self):
year = 8
prevWorkDone = 0
while(year<8):
workDone = int(input())
if workDone>prevWorkDone:
print("Keep it Up!")
else:
print("Real DevOps Work starts from 0.")
prevWorkDone = workDone
print("Happy Automating!")
self.7YearsOfIT()