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()