Skip to content
View arashmad's full-sized avatar

Block or report arashmad

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
arashmad/README.md

Hi My name is Arash

Full-stack Web Developer

I am full-stack web developer with the background in geo-spatial information systems (GIS). I graduated from University of Tehran in Iran in 2014.

  • ๐Ÿ ย  I'm based in Potsdam, Germany.
  • ๐Ÿ“งย  You can contact me at [email protected]
  • ๐Ÿค“ย  What I'm learning now are:
    • ๐Ÿ‘‰ CodeDeploy + EC2 and Lambda features on AWS
    • ๐Ÿ‘‰ GitHub Actions
    • ๐ŸŒถ Design Patterns
    • ๐ŸŒถ Test Driven Development
    • ๐ŸŒถ CICD pipelines
  • ๐Ÿคย  I'm open to collaborating on Geo-spatial application development in python and/or javascript

Skills

JavaScriptGitTypeScriptPythonVS CodeHTML5ReactTailwindCSSBootstrapMaterial UIFast APIMongoDBPostgreSQLFlaskAmazon Web ServicesDockerLinux

Socials

Badges

Nothing to show ...

GitHub Status

Click to see more arashmad's GitHub stats Top Languages

Pinned Loading

  1. fastapi-poetry-boilerplate fastapi-poetry-boilerplate Public

    A boilerplate for fastapi python project supported by poetry.

    Python

  2. A shell script to generate custom re... A shell script to generate custom repository from fastapi-poetry-boilerplate repository
    1
    # #!/bin/bash
    2
    
                  
    3
    convert_to_snake_sep() {
    4
        echo "$1" | tr -s ' ' ' ' | tr '[:upper:]' '[:lower:]' | sed 's/-/_/g'
    5
    }