Skip to content
View timur-developer's full-sized avatar

Highlights

  • Pro

Block or report timur-developer

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

Go Backend Developer · SPbPU student

🌐 Site: timurgilyazov.ru

📋Resume: PDF
💬Telegram: @tmrgta

Tech Stack

Go PostgreSQL ClickHouse Prometheus Grafana Docker


Projects

  • gcscope — Open-source terminal tool for visualizing Go GC behavior in real time: STW pauses, memory usage, GC frequency, and runtime metrics. Helps developers find performance issues without reading raw GC logs. 🌟 35+ stars · Habr (3k+ reads) · DEV.to · Golang Bridge Tech Stack: Go, runtime/metrics, gctrace, Bubble Tea

  • clickpulse — Backend event collector for service activity, latency, and load monitoring. Collects events via HTTP API, batches writes to ClickHouse, and exposes Prometheus metrics with Grafana dashboards. Tech Stack: Go, ClickHouse, Prometheus, Grafana, Docker

  • logmsglint — Linter for Go projects that keeps log messages consistent and readable. Checks log/slog and uber-go/zap calls using AST analysis and supports automatic fixes via SuggestedFix. Tech Stack: Go, go/analysis, golangci-lint, slog, zap


Writing

I write technical articles and notes about Go, backend development, performance, and developer tools.

Habr: Link
DEV.to: Link
Medium: Link

About

I build backend services in Go with a focus on performance, observability, and developer experience.

I study at Peter the Great St. Petersburg Polytechnic University and create open-source tools, backend projects, and technical articles in Russian and English.

English: B2, Cambridge FCE certificate.

Open to conversations, collaboration, and backend projects.

Pinned Loading

  1. gcscope gcscope Public

    Go GC visualizer TUI for gctrace, runtime/metrics, STW pauses, heap live/goal, and pacer signals.

    Go 36 1

  2. logmsglint logmsglint Public

    Custom golangci-lint plugin that validates slog and zap log messages.

    Go

  3. clickpulse clickpulse Public

    ClickHouse event collector with batching, Prometheus metrics, and Grafana dashboards.

    Go