https://github.com/smhdhsn/smhdhsn
https://github.com/smhdhsn/smhdhsn
cassandra docker docker-compose gin-gonic git golang gorilla-mux grpc laravel mysql php rabbitmq redis symfony
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smhdhsn/smhdhsn
- Owner: smhdhsn
- Created: 2021-08-19T14:12:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T09:50:41.000Z (about 2 years ago)
- Last Synced: 2025-03-08T17:58:18.007Z (over 1 year ago)
- Topics: cassandra, docker, docker-compose, gin-gonic, git, golang, gorilla-mux, grpc, laravel, mysql, php, rabbitmq, redis, symfony
- Homepage:
- Size: 5.03 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```go
var whoAmI = map[string]any{
// This section holds some personal informations about me.
"Name": "Mahdi Hasani",
"Email": "mahdi.hasani.eng@gmail.com",
"Birth": "1998-08-23",
// This section holds a list of technologies that I've worked with.
"Stack": map[string][]string{
"Languages": {"Go", "Python", "PHP", "Bash"},
"Frameworks": {"gin-gonic/gin", "gorilla/mux", "symfony/symfony", "laravel/laravel"},
"Databases": {"MySQL", "CassandraDB"},
"Caches": {"Redis"},
"Message Queues": {"RabbitMQ"},
"Operating Systems": {"Linux"},
"Containerizations": {"Docker"},
"Version Controlls": {"Git"},
"Other Tools": {"Jira"},
},
}
```