Skip to content
View mojixcoder's full-sized avatar
🏢
Working from office
🏢
Working from office

Block or report mojixcoder

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
MojixCoder/README.md

Hello there 👋

type SoftwareEngineer struct {
    Languages []string
    Databases []string
    Tools     []string
}

var MojixCoder = SoftwareEngineer{
    Languages: []string{"Go", "Python"},
    Databases: []string{"PostgreSQL", "MySQL", "Redis", "MongoDB", "Cassandra"},
    Tools:     []string{"Git", "Gitlab", "Docker", "Nginx", "RabbitMQ", "Nats", "Prometheus", "Kubernetes"},
}

🌐 Socials

Linkedin Badge Gmail Badge Twitter Badge

Pinned Loading

  1. kid Public

    Kid is a micro web framework written in Go.

    Go 2

  2. gosrm Public

    Go client library for OSRM

    Go 2

  3. redis-cluster Public

    Redis Cluster Kubernetes Helm Charts

    Smarty 7

59 contributions in the last year

Contribution Graph
Day of Week May June July August September October November December January February March April May
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to mojixcoder/dbscan, mojixcoder/redis-ansible-role, uber/h3-go and 10 other repositories
Loading A graph representing mojixcoder's contributions from May 19, 2024 to May 19, 2025. The contributions are 76% commits, 11% pull requests, 9% issues, 4% code review.

Contribution activity

May 2025

Created an issue in nats-io/nats.go that received 3 comments

nats.ConnectedHandler is not being called

Observed behavior After running a nats test server using this package github.com/nats-io/nats-server/v2/test and connecting to the server in tests …

3 comments
Loading