Skip to content
View MWT-proger's full-sized avatar

Block or report MWT-proger

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 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
MWT-proger/README.md

Привет, я Андрей

Backend Alchemist 🧪 | Turning Coffee into Code

Typing SVG

🎯 Philosophy

"Пишу код, который понимают не только компьютеры, но и люди"

⚡ Обо мне в цифрах

class BackendDeveloper:
    def __init__(self):
        self.name = "Андрей"
        self.years_experience = 5
        self.languages = ["Python", "Go"]
        self.specialization = "Backend Development"
        self.coffee_consumption = "∞ cups/day"
        
    def current_focus(self):
        return "Building scalable microservices"
        
    def fun_fact(self):
        return "Могу отладить код во сне 💤"

🛠 Tech Arsenal

Layer Technologies
💻 Languages Go Python Bash SQL
🚀 Frameworks Django FastAPI Gin Fiber
🗄️ Databases PostgreSQL MongoDB Redis ClickHouse
🔮 Message Brokers RabbitMQ Kafka NATS
🐳 DevOps Docker Kubernetes GitLab CI Nginx
☁️ Cloud AWS DigitalOcean Vercel

🎮 Code Journey

graph LR
  subgraph "🌐 Client Layer"
      A[📱 Mobile App]
      B[🖥️ Web Client]
      C[🤖 API Clients]
  end
  
  subgraph "🔒 API Gateway"
      D[🚪 API Gateway]
      E[🛡️ Auth Service]
      F[⚡ Rate Limiting]
  end
  
  subgraph "🧩 Microservices"
      G[👥 User Service]
      H[📦 Order Service]
      I[💳 Payment Service]
      J[📨 Notification Service]
      K[📊 Analytics Service]
  end
  
  subgraph "🗄️ Data Layer"
      L[📀 PostgreSQL]
      M[🔄 Redis Cache]
      N[📄 MongoDB]
      O[📨 Message Queue]
  end
  
  subgraph "🔧 Infrastructure"
      P[🐳 Docker & K8s]
      Q[☁️ Cloud Provider]
      R[📈 Monitoring]
      S[🔍 Logging]
  end
  
  A & B & C --> D
  D --> E
  E --> G & H & I & J & K
  G --> L & M
  H --> L
  I --> L & O
  J --> O
  K --> N
  G & H & I & J & K --> P
  P --> Q
  Q --> R & S
  
  style D fill:#ff6b6b
  style E fill:#339af0
  style G fill:#51cf66
  style L fill:#ff922b
  style P fill:#cc5de8

Loading

📚 Currently Reading

"Чистая архитектура" - Роберт Мартин 📖

Потому что хорошая архитектура стоит дорого, но плохая - ещё дороже

Visitors Followers

Snake animation

⚡ Факт: Этот README обновляется чаще, чем мой продакшн код

Pinned Loading

  1. go-loyalty-system go-loyalty-system Public

    Накопительная система лояльности

    Go

  2. go-scraper-edaru go-scraper-edaru Public

    Парсер сайта eda.ru на golang

    Go

  3. shortener shortener Public

    Сервис сокращения URL

    Go