Skip to content
View dmytrobereznii's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Kyiv, Ukraine

Highlights

  • Pro

Block or report dmytrobereznii

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.

Content in all repositories owned by your account will be closed.
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

Pinned Loading

  1. eventbus-go eventbus-go Public

    Type-safe, in-process pub/sub event bus modeled on Tailscale's util/eventbus: generic publish/subscribe, non-blocking async dispatch, ordering guarantees, clean shutdown.

    Go

  2. web-crawler web-crawler Public

    Ongoing Go learning project — a web crawler I keep extending to practice idiomatic Go: concurrency (worker pools, channels, sync.Map), stdlib, net/http, pgx, and a staged path toward a distributed …

    Go

  3. concurrency-patterns concurrency-patterns Public

    Go sandbox for practicing concurrency patterns — worker pools, fan-in/out, pipelines, semaphores, etc. In progress.

    Go