An open API service indexing awesome lists of open source software.

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

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"},
},
}
```