#!/usr/bin/python
# -*- coding: utf-8 -*-
class AboutMe:
def __init__(self):
self.name = "Shekhar Chaugule"
self.role = "DevOps Engineer 1"
self.language_spoken = ["en_IN","Hindi",]
self.skills=["DevOps","K8s","Docker","AWS" "Python","Ansible","Jenkins","Terraform","web Development","GO"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = AboutMe()
me.say_hi()
🎯
Stay hungry stay foolish
DevOps Engineer at Clover Bay || VIIT'Pune || DevOps Engineer | Docker | Backend | CI/CD |AWS
-
Vishwakarma Institute of Information Technology
- Pune,India
- https://www.linkedin.com/in/shekhar-chaugule-333300171/
- @ChauguleShekhar
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.



