Skip to content
View rshelekhov's full-sized avatar

Block or report rshelekhov

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

Hi there 👋

const me = {
  role: "Backend Software Engineer",
  languages: ["en_US", "ru_RU"],
  code: ["Go", "TypeScript"],
  tech: {
    common: {
      api: ["REST", "gRPC", "OpenAPI"],
      db: ["PostgreSQL", "MongoDB", "Redis", "S3"],
      devOps: ["Docker", "GitHub Actions"],
      arch: ["Clean Architecture", "Microservices"],
    },
    go: {
      router: ["go-chi", "std router"],
      dbTools: ["sqlc", "pgx", "go-migrate"],
      obs: ["Prometheus", "Grafana", "Loki", "Tempo", "OpenTelemetry"],
      test: ["testify", "mockery"],
    },
    ts: {
      runtime: ["Bun"],
      framework: ["Hono"],
      validation: ["Zod"],
      orm: ["Prisma"],
    },
  },
  currentFocus:
    "Building scalable backend systems with strong observability and clean architecture",
  funFact: "Ex-Product Designer turned Backend Developer",
};

Pinned Loading

  1. lazymake lazymake Public

    Modern TUI for Makefiles with interactive target selection, dependency visualization, and command safety analysis

    Go 91 3

  2. moodpulse moodpulse Public

    MoodPulse — Telegram bot for bipolar disorder self-tracking: mood, energy, sleep, anxiety, irritability, and medication.

    TypeScript

  3. agent-memory-kit agent-memory-kit Public

    Long-term memory layer for Codex and Claude Code without building a custom local agent runtime.

    Python

  4. golib golib Public

    A collection of general-purpose libraries

    Go

  5. sso sso Public

    SSO service written in Go with gRPC support, featuring JWT authentication, JWKS support, and Argon2 password hashing

    Go

  6. sso-sdk-ts sso-sdk-ts Public

    Type-safe TypeScript SDK for SSO authentication with automatic token management and framework-agnostic design

    TypeScript