Skip to content
View iPmartNetwork's full-sized avatar
:octocat:
:octocat:

Block or report iPmartNetwork

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
iPmartNetwork/README.md
Ali Zeus Hassanzadeh header
Website LinkedIn Telegram Email

Typing SVG


The Engineer

I build networking and backend tools for environments where reliability, clear operations, and fast recovery matter.

package main

type Engineer struct {
	Name     string
	Alias    string
	Roles    []string
	Location string
	Focus    []string
	Contact  string
}

func main() {
	me := Engineer{
		Name:     "Ali Hassanzadeh",
		Alias:    "Zeus",
		Roles:    []string{"Network Architect", "Backend Engineer", "Open Source Builder"},
		Location: "Iran",
		Focus: []string{
			"WireGuard dashboards and VPN operations",
			"MikroTik CHR automation and infrastructure scripting",
			"Reliable backend systems in Go",
		},
		Contact: "info@ipmart.shop",
	}

	_ = me
}

Core Focus

Network Systems
WireGuard, MikroTik CHR, VPN tunneling, routing, and operational automation.
Backend Engineering
Go-first services, API design, distributed systems, and clean service boundaries.
Automation
Shell and Python workflows that remove repetitive work and reduce failure points.

Technical Arsenal

Languages

Go Python JavaScript Node.js C++ Java Bash
Frontend

React Vue.js Redux Bootstrap
Networking & Infrastructure

MikroTik WireGuard Linux Docker Nginx
Backend & Data

Express MongoDB Redis Git

GitHub Metrics

GitHub followers GitHub stars iPWGDashboard last commit



Profile
iPmartNetwork
Main Stack
Go, Python, Linux, WireGuard
Work Style
Infrastructure, automation, backend systems

GitHub streak

Featured Work

WireGuard dashboard focused on easier VPN operations, visibility, and day-to-day management.

WireGuard Dashboard Operations

Automation for MikroTik CHR setup, helping infrastructure get online faster and more consistently.

MikroTik CHR Automation

A fork of Songbird focused on active development, extra capabilities, and a stronger user experience.

JavaScript Songbird fork Product development

Intelligent network control for x-ui, V2Ray outbound monitoring, server health, alerts, and licensing.

Python V2Ray Monitoring


Contribution Activity

Contribution activity graph
Optional: contribution snake workflow

Create .github/workflows/snake.yml in the profile repository if you want the snake animation generated automatically:

name: Generate Snake

on:
  schedule:
    - cron: "0 0 * * *"
  workflow_dispatch:

jobs:
  snake:
    runs-on: ubuntu-latest
    steps:
      - uses: Platane/snk/svg-only@v3
        with:
          github_user_name: iPmartNetwork
          outputs: |
            dist/github-contribution-grid-snake.svg
            dist/github-contribution-grid-snake-dark.svg?palette=github-dark

      - uses: crazy-max/ghaction-github-pages@v3
        with:
          target_branch: output
          build_dir: dist
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Connect

Website LinkedIn Telegram HackerRank Email

Profile views

Built with precision | Powered by curiosity | Focused on reliable infrastructure

Footer wave

Pinned Loading

  1. BirdX BirdX Public

    این یک نسخه فورک شده از Songbird میباشد که در این ریپو سعی بر توسعه و افزایش امکانات ان هستیم

    JavaScript

  2. Veltrix Veltrix Public

    Veltrix - Intelligent Network Control for x-ui, V2Ray outbound monitoring, server health, alerts, and commercial license management.

    Python