Skip to content
View kukymbr's full-sized avatar
🦔
go dev everything
🦔
go dev everything

Block or report kukymbr

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

Go dev everything

Hi, I'm a Golang developer with a 16+ years of backend development experience.

Some of the products I've made a contribution:

  • and a lot more…

Skills 💪

var (
  languages = []ProgrammingLanguage{"go", "php", "js", "cpp", "c", "delphi"}
  storages = []Storage{"PostgreSQL", "cocroachDB", "MySQL", "MariaDB", "MongoDB", "Clickhouce", "ElasticSearch", "Redis"}
  brokers = []Broker{"NATS", "Kafka", "RabbitMQ", "Redis"}
  cicd = []CICD{"gitlab-ci", "gh actions"}
  other = []any{"docker", "git", "k8s", "Prometheus", "Grafana", "REST", "gRPC", "OpenAPI"}
)

Opensource 🌱

Most of my projects are commercial and NDA-restricted, but here in my repositories you can find some tiny open-source tools. I'll be pleased if some of them would be useful for your work.

Pinned Loading

  1. goose-docker goose-docker Public

    Docker configuration for the goose migration tool

    Shell 26 6

  2. tgnotifier tgnotifier Public

    📬 CLI app, gRPC/HTTP server and a tiny library to send notifications via the Telegram

    Go 1

  3. sqlamble sqlamble Public

    🍳 go:generate tool to embed SQL queries into the Golang code in structural read-only way

    Go 6

  4. configen configen Public

    The go:generate tool to create YAML, .env and go read-only getter files from the golang struct.

    Go