serchip / serchip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi πŸ‘‹

#!/usr/bin/env python
# -*- coding: utf-8 -*-


class SoftwareEngineer:
    def __init__(self):
        self.first_name = "Sergei"
        self.last_name = "Chaplygin"
        self.role = "Software Engineer"
        self.language_spoken = ["ru_RU", "en_US"]
        
    def say_hi(self):
        print(f"Hi! My name is {self.first_name} {self.last_name}. I'm a {self.role}.")


me = SoftwareEngineer()
me.say_hi()

About me

  • I'm a Software Development Engineer. Currently, working as a Backend Developer.
  • I love smart architecture and beautiful Python

isort + black + flake8 + pytest = πŸ’š 🐍

Imports: isort Code style: black Code coverage Status

Technologies & Tools

  • Mostly experience with the following technologies:

    Python FastAPI Django Flask

    SQL PostgreSQL MongoDB Redis

    RabbitMQ Kafka

    Kubernetes Docker Nginx Gunicorn

    GraphQL Grafana Prometheus

    Bash Linux Git

  • I have also some experience with frontend:

    ReactJS Bootstrap HTML5 CSS3

Contacts

Telegram LinkedIn GitHub

visitors

About