Skip to content
View sokovykh-md's full-sized avatar

Organizations

@pg-tools

Block or report sokovykh-md

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

Golang Developer · ITMO University · 2nd-year Student

Резюме: Google Docs
Телеграм: @sokovykh_md

Tech Stack

Go Docker PostgreSQL Kubernetes Git Linux


Projects

  • pgcompare — CLI tool for comparing PostgreSQL query performance before and after optimization with HTML report generation
    Tech Stack: Go, PostgreSQL, Docker, HTML/JS

  • ludomania — Telegram inline bot with interactive gambling game logic for ITMO community
    Tech Stack: Go, Telegram Bot API, PostgreSQL, Docker

  • pr-reviewer-service — Microservice for automatic PR reviewer assignment with REST API
    Tech Stack: Go, Echo, PostgreSQL, go-pg, Genna, Swagger, Docker, CI/CD

  • go-concurrency-patterns — Collection of idiomatic Go concurrency patterns: fan-in/fan-out, worker pool, semaphore, rate limiting, and more
    Tech Stack: Go, Generics

  • containers — Generic data structures for Go with iterator support (doubly-linked list, heap)
    Tech Stack: Go, Generics

  • go-pipeline — Concurrent data processing pipeline with Unix pipe semantics (VK Education)
    Tech Stack: Go

Pinned Loading

  1. pg-tools/pgcompare pg-tools/pgcompare Public

    A local CLI tool that automatically benchmarks and compares PostgreSQL query performance before and after any optimization — schema changes, new indexes, or query rewrites.

    Go 4

  2. kroexov/ludomania kroexov/ludomania Public

    Inline mode bot designed for gambling in ITMO

    Go 27 1

  3. pr-reviewer-service pr-reviewer-service Public

    Microservice for automatic PR reviewer assignment. Go, Echo, go-pg, Genna, Swagger, Docker, CI/CD

    Go

  4. go-concurrency-patterns go-concurrency-patterns Public

    Idiomatic Go concurrency patterns and implementations.

    Go 1 1

  5. containers containers Public

    Generic data structures for Go with iterators

    Go

  6. go-pipeline go-pipeline Public

    VK Education course — implementation of a concurrent data processing pipeline

    Go