#!/usr/bin/python
# -*- coding: utf-8 -*-
class DevopsEngineer:
def __init__(self):
self.name = "Sharique AKBARE"
self.role = "Devops Engineer"
self.language_spoken = ["fr_FR", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = DevopsEngineer()
me.say_hi()
I’m an engineer with keen interest in Open Source technologies, System, Networking, Cybersecurity, Cloud Computing and Automation
Popular repositories Loading
-
-
-
choreography-kata
choreography-kata PublicForked from arolla/choreography-kata
A kata to learn and practice Choreography as opposed to Orchestration, as in a microservices architecture
-
-
titanic_visualization
titanic_visualization Publicvisualize data from the Titanic disaster
TypeScript
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.