Skip to content
View JavadTorabiKh's full-sized avatar
🏴
This timeline has its own narrative. πŸ•ΈοΈ
🏴
This timeline has its own narrative. πŸ•ΈοΈ

Block or report JavadTorabiKh

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
JavadTorabiKh/README.MD

Hi there πŸ‘‹

πŸš€ About Me

package main

type Developer struct {
    Name         string   `json:"name"`
    Pronouns     string   `json:"pronouns"`
    Role         string   `json:"role"`
    Location     string   `json:"location"`
    Education    string   `json:"education"`
    Languages    []string `json:"languages"`
    Currently    string   `json:"learning"`
    Passion      string   `json:"passion"`
}

func main() {
    javad := Developer{
        Name:      "Javad Torabi",
        Pronouns:  "He/Him",
        Role:      "Backend Engineer",
        Location:  "Iran",
        Education: "MSc in Information Technology",
        Languages: []string{"Go", "Python", "Rust", "JavaScript/TypeScript"},
        Currently: "Building high-performance services",
        Passion:   "Scalable systems β€’ Blockchain β€’ Open Source",
    }
    
    // Writing efficient concurrent code
}

πŸ› οΈ Tech Stack

Languages & Frameworks

Go Python Rust TypeScript Django FastAPI Gin

Databases & Caching

PostgreSQL MongoDB Redis RabbitMQ

DevOps & Cloud

Docker Kubernetes AWS Terraform Git

πŸ“ˆ GitHub Stats


🌐 Let's Connect




πŸš€ Feel free to explore my repositories β€’ Star anything you find useful!

Pinned Loading

  1. blockchain technology with this comp... blockchain technology with this comprehensive overview.
    1
    # Blockchain: In-Depth Overview
    2
    
                  
    3
    ## Introduction
    4
    
                  
    5
    Blockchain is a disruptive technology that serves as a decentralized, immutable, and transparent ledger system. It enables secure peer-to-peer transactions without the need for intermediaries. Originally designed for cryptocurrencies, blockchain has expanded its applications to revolutionize industries beyond finance.
  2. Data Security Data Security
    1
    # 🌐 Exploring Data Security
    2
    
                  
    3
    ## πŸ”’ 1. Encryption
    4
    - **Data Protection**: Transforming data into an unreadable format for unauthorized users.
    5
    - **Encryption Keys**: Utilizing public and private keys for enhanced security.
  3. StellarChainAnalysis StellarChainAnalysis Public template

    The Stellar Blockchain Analysis Project is an initiative aimed at providing insights, analytics, and tools for understanding the Stellar blockchain ecosystem.

    CSS 13 1

  4. CoinPrice CoinPrice Public

    The Crypto Token Info API is a fast and straightforward application programming interface designed to provide users with essential information about cryptocurrencies and tokens.

    Python 9

  5. TransferRust TransferRust Public

    A blazing-fast and secure API built with Rust to create and submit transactions on a blockchain network.

    Rust 9

  6. EthereumMixer EthereumMixer Public

    Ethereum Mixer is a decentralized tool designed to enhance privacy in Ethereum transactions. It allows users to obscure their identities by blending their funds with those of others, effectively pr…

    Python 9 2