Skip to content
View OkhtayMp's full-sized avatar

Block or report OkhtayMp

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

Python Backend Engineer Β· Networking & Systems Β· Linux / Arch / Docker

πŸ’« About Me:

I'm Okhtay, a Python backend engineer focused on building production-grade systems and developer tooling.

On the product side, I design and implement domain-specific backends – from store/backoffice platforms to radio scheduling systems and internal services, mostly kept in private repositories. This work has given me hands-on experience with complex business logic, transactional data models, authentication/authorization, and multi-module architectures.

On the tooling and infrastructure side, I work on projects such as:

  • iran-national-id – a Python library for working with Iranian national identifiers, including validation and domain-specific business rules
  • an advanced traffic inspection and tunneling stack (request-inspector), built around reverse TCP techniques and VPN-like networking, currently under private development
  • ddns-key-management-api – an API surface for DDNS-related key and credential management
  • python-data-tree – experiments around tree-based data structures and traversal patterns in Python
  • vendpy – Python-based components dealing with vending/sales flows and real-world transactional logic

My day-to-day work is Python-centric, with a strong focus on backend architecture, networking (HTTP and lower-level TCP), system design, and building reliable tooling that can be integrated into real systems rather than remaining as throwaway experiments.

🌐 Socials

Bluesky Telegram Instagram Contact Website

πŸ’» Tech Stack:

Python Django Django REST FastAPI Flask Nginx Apache PostgreSQL MySQL SQLite MongoDB NumPy Pandas PyTorch OpenCV Anaconda Qt Bootstrap Git GitHub GitHub Actions Docker Tor Linux Arch Linux Network+ GIMP Aseprite Godot Engine OpenGL

πŸ† GitHub Trophies

πŸ“ˆ Activity & Contributions

OkhtayMp's GitHub activity graph

πŸ“Š GitHub Stats:



πŸ’° You can help me by Donating

BuyMeACoffee

Popular repositories Loading

  1. python-data-tree python-data-tree Public

    A robust ANSI-colored tree visualizer for nested Python data. It renders complex structures with detailed type, index, and attribute annotationsβ€”perfect for advanced debugging and exploration.

    Python 3

  2. iran-national-id iran-national-id Public

    Validate & decode Iranian national IDs (Ϊ©Ψ― Ω…Ω„ΫŒ): pure Python functions to verify checksum and map the 3-digit prefix to issuance city/province. JSON dataset included.

    Python 1

  3. ddns-key-management-api ddns-key-management-api Public

    A Flask-based API designed for managing Dynamic DNS (DDNS) keys. This API enables users to generate new keys, list existing keys with their associated IP addresses, remove keys, and associate IPs t…

    Python

  4. python python Public

    Forked from weatherapicom/python

    Python

  5. request-inspector request-inspector Public

    Python

  6. vendpy vendpy Public

    Lightweight local vendoring for Python β€” install dependencies inside your project without virtualenvs.

    Shell