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"},
}
🏢
Working from office
Software Engineer
- Tehran
-
00:54
- 3h30m ahead - @MojtabaAr99
- in/mojtaba-arezoomand-163710204
59 contributions in the last year
Day of Week | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
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
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