Skip to content
View ihesvm's full-sized avatar
😁
Working from home
😁
Working from home
Block or Report

Block or report ihesvm

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

hey there

👨‍💻 About Me :

  • I am a Backend Developer from Iran.
  • 🌱 Exploring Technical Content Writing.
  • 📫How to reach me: Linkedin Badge

🛠️ Languages and Tools :

Rust  Django  Go  Nodejs  Podman  Python  Flask  C++  Docker 

🔥 My Stats :

GitHub Streak

Top Langs

Pinned

  1. linked list in python example code linked list in python example code
    1
    class Node:
    2
        def __init__(self, data):
    3
            self.data = data
    4
            self.next = None
    5
    
                  
  2. shttp shttp Public

    simple single file http server with rust

    Rust 3

  3. requister requister Public

    Cli app for send http request

    Rust 2