package main
var me = struct {
name string
role string
languages []string
code []string
technologies map[string][]string
architecture []string
currentFocus string
funFact string
}{
name: "Backend Software Engineer",
role: "Go Developer",
languages: []string{"en_US", "ru_RU"},
code: []string{"Go"},
technologies: map[string][]string{
"api": {"REST", "gRPC", "Swagger/OpenAPI"},
"routers": {"go-chi", "std router"},
"databases": {"PostgreSQL", "MongoDB", "Redis", "S3"},
"databaseTools": {"sqlc", "pgx", "go-migrate"},
"devOps": {"Docker", "Docker Compose", "GitHub Actions"},
"observability": {"Prometheus", "Grafana", "Loki", "Tempo", "OpenTelemetry"},
"testing": {"testify", "mockery"},
},
architecture: []string{"Clean Architecture", "Microservices"},
currentFocus: "Building scalable production-ready Go systems with comprehensive observability",
funFact: "Ex-Product Designer turned Backend Developer",
}
Pinned Loading
-
sso
sso PublicSSO service written in Go with gRPC support, featuring JWT authentication, JWKS support, and Argon2 password hashing
Go
-
sso-protos
sso-protos PublicSSO Protos - repository containing Protocol Buffers definitions and generated Go code for Single Sign-On service. Includes definitions for authentication, user management, and JWT tokens via gRPC
Makefile
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



