Skip to content
View shariqueakbare's full-sized avatar
Block or Report

Block or report shariqueakbare

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shariqueakbare/README.md

Hello there 👋

Open Source Love

#!/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()

🔧 Technologies & Tools

Popular repositories

  1. shariqueakbare shariqueakbare Public

  2. DevSecOps DevSecOps Public

    Forked from sottlmarek/DevSecOps

    Ultimate DevSecOps library

  3. choreography-kata choreography-kata Public

    Forked from arolla/choreography-kata

    A kata to learn and practice Choreography as opposed to Orchestration, as in a microservices architecture

  4. chaps_vision chaps_vision Public

    Placeholder chapsvision

  5. titanic_visualization titanic_visualization Public

    visualize data from the Titanic disaster

    TypeScript