Skip to content
View sokovmd's full-sized avatar

Organizations

@pg-tools

Block or report sokovmd

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

Golang Developer · ITMO University · 2nd-year Student

Resume [RU version] (deprecated): Google Docs
Telegram: @sokovmd

Tech Stack

Go Docker PostgreSQL Kubernetes Git Linux


Projects

  • pgcompare — CLI for benchmarking PostgreSQL queries before and after optimization and generating an HTML report.
    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

    CLI for benchmarking PostgreSQL queries before and after optimization and generating an HTML report.

    Go 9

  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