Giter Site home page Giter Site logo

Hi, I'm Yevhenii Rosliakov 👋

Senior DevOps Engineer at Sigma Software

#!/usr/bin/python3
import pprint


class DevOps:
    def __init__(self):
        self.full_name = "Yevhenii Rosliakov"
        self.role = "Senior DevOps Engineer"
        self.languages_spoken = {"en_US", "uk_UA", "ru_RU"}
        self.skills = {
            "Code": {"Python", "Bash"},
            "Cloud": {"AWS", "Azure"},
            "OS": {"Linux"},
            "CI/CD": {"Jenkins", "GitHubActions", "Travis CI"},
            "CM": {"Ansible", "Vagrant", "Packer"},
            "IaC": {"Terraform", "Terragrunt"},
            "Monitoring": {"ELK", "EFK", "Prometheus", "Grafana", "Blackbox", "Amazon CloudWatch"},
            "Containers": {"Docker", "Docker Compose", "ECS", "Kubernetes", "Helm"},
	    "Web servers": {"Nginx", "Apache"}
        }
        self.certifications = {
            "AWS": "https://www.credly.com/badges/9a34c826-acb7-45fe-a232-ca980e3781aa",
            "Terraform": "https://www.credly.com/badges/d1d294a1-80a6-4946-ab7c-4ace8bfb58e5",
            "Kubernetes": "https://www.credly.com/badges/37a8eaa8-db81-4588-98f6-c7770966982f/linked_in?t=rxmdt6"
        }

    def __repr__(self):
        return pprint.pformat(self.__dict__, indent=4)

    def __str__(self):
        return self.__repr__()


if __name__ == "__main__":
    me = DevOps()
    print(f"Hello world form {me.full_name}. Some details about me:\n{me}")

Feel Free to Contact me.....

linkedin

Yevhenii Rosliakov's Projects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.