Skip to content
View chupakobra6's full-sized avatar
🥰
Training my AI to write Go code so I can relax
🥰
Training my AI to write Go code so I can relax

Block or report chupakobra6

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

Igor / chupakobra6

Backend engineer focused on Go services, Telegram products, automation, and developer tooling.

Previously at Flant. My commercial backend work is primarily Go; my public GitHub shows the surrounding product instincts: workers, stateful bots, CLI tools, PDF/media workflows, deployment hygiene, and end-to-end testing.

I am useful when a system has to keep working after the demo: background jobs, database state, operational commands, observable failure modes, and user flows that are simple enough to survive real use.

Open to backend, platform, automation, Telegram, and developer tooling work.

What I bring

  • Go backend services with PostgreSQL, Docker, migrations, workers, and explicit runtime contracts.
  • Telegram bot products with stateful UX, background pipelines, and real-user E2E coverage.
  • Python tooling for document, media, browser, and workflow automation.
  • Practical ops habits: setup scripts, backup/restore paths, diagnostics, local reproducibility, and small deployable changes.
  • Product-minded engineering: I care about the path a user actually takes, not only the internal architecture.

Selected work

Project Why it matters
shelfy Go Telegram product for expiration tracking with a pinned dashboard, background parsing pipelines, PostgreSQL, Docker, and deterministic dev controls.
telegram-bot-e2e-test-tool Go MTProto test runner that drives a bot as a real Telegram user, records chat state, clicks buttons, and produces scenario artifacts.
trackmate Telegram accountability bot with a separate worker, PostgreSQL state, Alembic migrations, backups, restore commands, and Docker operations.
pf2e-pdf-tools PDF form toolkit and local web editor that keeps widget state and AcroForm fields synchronized across viewers.
video_downloader Authenticated conference video downloader using Chrome cookies, yt-dlp, Playwright network capture, and batch workflows.
vagvin Django product-shaped app for VIN checks, payments, user accounts, moderation, and Prometheus/Grafana monitoring.

How I build

  • Start from the contract: what the user, operator, or downstream tool can rely on.
  • Keep interfaces explicit and changes small enough to review.
  • Treat deployment, backup, restore, and diagnostics as part of the product.
  • Prefer boring, repeatable local workflows over clever one-off automation.
  • Test behavior that protects real users, protocols, and tooling contracts.

More public work

  • video2note: whisper.cpp-based CLI for turning audio and video into transcripts and notes.
  • telegram_mirror: Telegram mirroring bot with database-backed configuration and rendered message images.
  • redrawing_master: PyQt5 overlay tool for cursor projection and tracing workflows.

Contact

Pinned Loading

  1. shelfy shelfy Public

    Telegram bot for tracking product expiration dates with a pinned dashboard, multimodal parsing, and real Telegram E2E scenarios.

    Go

  2. telegram-bot-e2e-test-tool telegram-bot-e2e-test-tool Public

    MTProto-based real-user Telegram bot E2E testing with JSONL scenarios, chat-state snapshots, and transcript artifacts.

    Go

  3. pf2e-pdf-tools pf2e-pdf-tools Public

    Toolkit for safely editing fillable Pathfinder 2e PDFs without breaking form rendering.

    Python

  4. trackmate trackmate Public

    Telegram accountability bot with a background worker, PostgreSQL state, and pragmatic Docker operations.

    Python

  5. deckhouse/deckhouse deckhouse/deckhouse Public

    Kubernetes platform from Flant

    Go 1.3k 151

  6. deckhouse/3p-docker_auth deckhouse/3p-docker_auth Public

    Forked from cesanta/docker_auth

    Authentication server for Docker Registry 2

    Go