Skip to content
View Shaphil's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Shaphil

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shaphil/readme.md
  • πŸ‘‹ Hi, I’m @shaphil and I'm a software engineer.
  • 🌟 I work on the Backend with Python using frameworks like Django and Flask.
  • 🌞 I work on the Frontend with JavaScript and React.
  • 🌱 I’m currently learning Go, Rust, FastAPI and Lots of other things.
  • πŸ’žοΈ I’m looking to get involved with the open source community.
  • πŸ“ Have a look at my blog, https://shaphil.medium.com/.
  • πŸ“« Reach me via Twitter @ShaphilMahmud

Pinned Loading

  1. actix-fullstack actix-fullstack Public

    Full stack application with Actix-Web, Sea-ORM and Tera templates

    Rust 1 2

  2. dockersome dockersome Public

  3. hackerrank hackerrank Public

    C++

  4. leetcode leetcode Public

    Python

  5. Custom portion of my .bashrc file Custom portion of my .bashrc file
    1
    ##########################################################################################
    2
    ##################################   User Settings   #####################################
    3
    ##########################################################################################
    4
    
                  
    5
    # Alias for ProtonVPN
  6. Shell script for installing compiler... Shell script for installing compilers and other dev tools
    1
    # Colors
    2
    ERROR="\e[31m"
    3
    OK="\e[32m"
    4
    WARN="\e[33m"
    5
    INFO="\e[34m"