Skip to content
View MimoJanra's full-sized avatar
🍉
🍉

Block or report MimoJanra

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

Hi, I'm Artem 👋

Software Engineer • Go Developer • Backend / Infrastructure Enthusiast

I build practical developer tools, backend services, and infrastructure-oriented libraries.
I care about clean APIs, reliability, observability, and boring solutions that work in production.


About me

I'm an engineer focused on backend development, developer experience, and infrastructure tooling.

Most of my work is around:

  • Go services and libraries
  • configuration management
  • cloud-native tooling
  • clean architecture
  • automation
  • developer productivity

I like building tools that remove repetitive work and make production systems easier to understand, configure, and operate.


Featured project

Type-safe configuration toolkit for Go.

Define application configuration as Go structs, then load, merge, validate, and safely print it from files, environment variables, flags, Kubernetes, Vault, Consul, etcd, and AWS sources.

type Config struct {
    Port int    `env:"PORT" default:"8080" validate:"min=1,max=65535"`
    DSN  string `env:"DATABASE_URL" validate:"required" secret:"true"`
}
cfg, err := confkit.Load[Config](
    confkit.FromYAML("config.yaml"),
    confkit.FromEnv(),
)

Tech stack


Interests

  • Backend engineering
  • Go ecosystem
  • Distributed systems
  • Configuration and secrets management
  • Cloud-native infrastructure
  • CLI tools
  • Open-source developer tooling

GitHub stats


Connect


Building small tools that solve real engineering problems.

Popular repositories Loading

  1. confkit confkit Public

    Typed, validated configuration loading for Go — no more stringly-typed config, boilerplate, or cryptic error messages.

    Go 4

  2. MimoJanra MimoJanra Public

    Config files for my GitHub profile.

  3. DomainPulse DomainPulse Public

    Go

  4. claude-based-pipe claude-based-pipe Public

    Shell

  5. TestOpsMCP TestOpsMCP Public

    Integrate Allure TestOps with Claude using the Model Context Protocol. Launch tests, track execution, get reports—all within your AI assistant. Built for teams. Ready for production.

    Go