I specialize in building efficient, scalable backend systems and crafting elegant open-source libraries in Go. I love designing robust IT infrastructure and solving complex engineering challenges.
These are the projects I'm most proud of.
Project | Description |
---|---|
⭐ gitbasher | Must-use CLI utility designed to supercharge your Git workflow |
⭐ servex | HTTPS Go server / API gateway for Vibe Coding (compatible with net/http) |
⭐ mongox | MongoDB in Go without boilerplate for fast and effective development |
⭐ bote | Easy-to-build interactive Telegram bots in Go with telebot |
Here are some other tools I've built to solve common development problems.
- contem — Drop-in
context.Context
replacement for application graceful shutdown. - logze — Structural logging with zerolog efficiency and slog interface.
- errm — Errors with structural fields (like logs in slog) and stack trace.
- abstract — Useful data structures to get rid of boilerplate in business code.
- lang — Generic one-liners to work with variables, slices, and maps.
- cliex — Minimalistic HTTP client with circuit breaker based on resty.
- gorder — In-memory task queue with strict ordering for async operations.
- datetime — UX-friendly Date without time and Time without date.