Skip to content
View senaxor's full-sized avatar
🥝
🥝

Block or report senaxor

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
senaxor/README.md
╔═══════════════════════════════════════════════════════════════╗
║                                                               ║
║   ░██████╗███████╗███╗░░██╗░█████╗░██╗░░██╗░█████╗░██████╗  ║
║   ██╔════╝██╔════╝████╗░██║██╔══██╗╚██╗██╔╝██╔══██╗██╔══██╗ ║
║   ╚█████╗░█████╗░░██╔██╗██║███████║░╚███╔╝░██║░░██║██████╔╝ ║
║   ░╚═══██╗██╔══╝░░██║╚████║██╔══██║░██╔██╗░██║░░██║██╔══██╗ ║
║   ██████╔╝███████╗██║░╚███║██║░░██║██╔╝╚██╗╚█████╔╝██║░░██║ ║
║   ╚═════╝░╚══════╝╚═╝░░╚══╝╚═╝░░╚═╝╚═╝░░╚═╝░╚════╝░╚═╝░░╚═╝ ║
║                                                               ║
╚═══════════════════════════════════════════════════════════════╝
Typing SVG


// senaxor.go

package main

type Engineer struct {
    Name       string
    Location   string
    Education  string
    Focus      []string
    Currently  string
}

func main() {
    me := Engineer{
        Name:      "Senaxor",
        Location:  "Planet Earth",
        Education: "Sharif University of Technology",
        Focus: []string{
            "Distributed Systems",
            "Network Programming",
            "Backend Architecture",
            "Protocol Design",
        },
        Currently: "Making bits go fast",
    }

    me.Ship()
}

~/stats


~/stack

Layer Tools
Languages Go · C · Python · Bash
Networking TCP/IP · gRPC · HTTP/2 · WebSocket · QUIC
Infra Docker · Kubernetes · Linux · Terraform
Observability Prometheus · Grafana · Jaeger
Storage PostgreSQL · Redis · etcd

                    while (!done) { learn(); build(); ship(); }

Pinned Loading

  1. go-proxy-rotator go-proxy-rotator Public

    A high-performance proxy rotator and concurrent HTTP, HTTPS requester written in Go. Designed for professional use in web scraping, load testing, red teaming, and distributed automation tasks.

    Go 2

  2. Go-OTP Go-OTP Public

    simple otp generator in golang.

    Go 2

  3. Chat Chat Public

    simple application made with rails turbo for online chat

    Ruby 1

  4. CLIRubyAPPForOsPrj CLIRubyAPPForOsPrj Public

    simple application made with ruby to calculate C-scan cylinder timing

    Ruby

  5. BP_2021 BP_2021 Public

    Break breaker written in c++ with SDL lib

    Jupyter Notebook

  6. OOP_2021 OOP_2021 Public

    Farm game written with pure java

    Java