var whoAmI = map[string]any{
// This section holds some personal informations about me.
"Name": "Mahdi Hasani",
"Email": "[email protected]",
"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"},
},
}
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.