Skip to content
View arshamalh's full-sized avatar
:octocat:
This Octacat is my pet!
:octocat:
This Octacat is my pet!
Block or Report

Block or report arshamalh

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

Hi there! I'm Mohammad Reza Karimi 😉

Info

whoAmI := map[string]interface{}{
	"name":            "Mohammad Reza",
	"nick name": 	   "Arsham",
	"profession":      "Backend Software Engineer",
	"location":        "Iran",
	"languages":       []string{"Go", "Javascript", "Python", "Solidity"},
	"databases":       []string{"PostgreSQL", "MongoDB", "Redis", "MySQL"},
	"frameworks":      []string{"ExpressJS", "Gin", "FastAPI", "SvelteJS", "NextJS"}
	"design":          []string{"Microservices", "Event-driven development"},
	"tools":           []string{"Kubernetes", "Docker", "Git"},
}

Statistics

Let's connect!

Feed me back!

Give anonymous feedback to help me to be a better me!

http://whatiswrongwith.me/arshamalh

Interests

Pinned

  1. twigo twigo Public

    Golang Twitter Library

    Go 26 3

  2. dockeroller dockeroller Public

    A cool ChatOps Cli tool for connecting your docker engine to a telegram bot

    Go 26 2

  3. ArtemisTraderBot ArtemisTraderBot Public

    Autotrader bot

    JavaScript 4

  4. PythonBasic-tubex PythonBasic-tubex Public

    Not Real world or big projects, basic and some mathematical examples for beginners.

    Python 1

  5. Finding ETH erc20 tokens balance usi... Finding ETH erc20 tokens balance using JavaScript and infura.io
    1
    const infuraProjectID = "Write your infura projectID here" // https://infura.io/signup
    2
    const tokenContractAddress = "0xdac17f958d2ee523a2206206994597c13d831ec7"
    3
    const accountAddress = "0x757d576da3fba018b1bd9cdd05fa4ca0261792c8"
    4
    
                  
    5
    // Dependencies