Skip to content
View smhdhsn's full-sized avatar
đź‘˝
Gazing Binary Universe
đź‘˝
Gazing Binary Universe

Block or report smhdhsn

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
smhdhsn/README.md
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

  1. tic-tac-toe tic-tac-toe Public

    Tic-Tac-Toe agent using Minimax algorithm.

    Python

  2. image-editor image-editor Public

    Image editor using OpenCV

    Python

  3. zed zed Public

    Micro PHP Framework.

    PHP 7

  4. design-patterns design-patterns Public

    Design pattern principals with explanation and sample code in PHP.

    PHP 5

  5. shecan.ir configurator shecan.ir configurator
    1
    #! /bin/bash -e
    2
    
                  
    3
    #####################################################
    4
    #                  DNS configurator                 #
    5
    #####################################################