Skip to content
View slava-konashkov's full-sized avatar
🔥
I light up hearts and projects
🔥
I light up hearts and projects

Highlights

  • Pro

Block or report slava-konashkov

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
slava-konashkov/README.md

Hello there 👋, I'm Viacheslav Konashkov 🇺🇦!

Architect && Technical Lead

Twitter Follow Linkedin: anmol website

ℹ️ A little more about me...

const SlavaKonashkov = {
    pronouns: "He" | "Him",
    code: ["Javascript", "C/C++", "Java", "PHP"],
    askMeAbout: ["Architecture", "Tech lead", "Team lead", "Web dev", "Marketing", "SEO"],
    technologies: {
        backEnd: {
            js: ["Node", "Nest.js"],
            php: ["Symfony", "Laravel", "Vii", "some legacy…"]
        },
        devOps: ["AWS", "Docker🐳"],
        MQ: ["RabbitMQ", "Gearman"],
        databases: ["MongoDB", "PostgreSql", "MySql", "SQLite", "Elasticsearch", "Redis"],
        misc: ["Microservices", "RabbitMQ", "open-cv", "php", "Design Patterns", "DDD",
        "TDD", "CSS", "HTML", "UML", "Jira"]
    },
    architecture: [
        "Monolithic Architecture",
        "Microservices Architecture",
        "Service-Oriented Architecture (SOA)",
        "Event-Driven Architecture",
        "Serverless Architecture",
        "Cloud Architecture",
        "Single page applications"
    ],
    currentFocus: "High Load applications and systems",
    funFact: "There are 10 types of people, those who understand binary and those who don't"
};

🔧 Technologies & Tools

Cloud Services:

AWS S3 DynamoDB RDS AWS Lambda AWS EC2 AWS Kubernetes AWS Emails SQS CloudWatch

Programming Languages:

JS TypeScript Java C C++ PHP

Tools and Services:

Kubernetes Docker RabbitMQ Symfony Laravel MongoDB PostgreSQL MySQL SQLite Redis Grafana Elasticsearch Prometheus

Pinned Loading

  1. C4-PlantUML C4-PlantUML Public

    Forked from plantuml-stdlib/C4-PlantUML

    C4-PlantUML combines the benefits of PlantUML and the C4 model for providing a simple way of describing and communicate software architectures

  2. Java console calculator Java console calculator
    1
    package calc;
    2
    
                  
    3
    import java.io.*;
    4
    import java.util.*;
    5