Skip to content
View Ali-hey-0's full-sized avatar
πŸ’­
open
πŸ’­
open

Block or report Ali-hey-0

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
Ali-hey-0/README.md

πŸ‘¨β€πŸ’» Ali Heydari

Full-Stack Software Engineer & AI Enthusiast | Python Β· Node.js Β· .NET/Blazor Β· FastAPI Β· Edge AI

Gmail LinkedIn Blog GitHub Twitter


Freelance Collaborations Full Time Remote Mentoring


πŸ“Š GitHub Stats




πŸ‘‹ About Me

const ali: Developer = {
  name:     "Ali Heydari",
  role:     "Full-Stack Software Engineer",
  location: "🌍 Earth  ·  Open to Remote",

  focus: [
    "πŸ€– AI-powered SaaS & Edge ML deployment",
    "πŸ¦€ Rust for high-performance systems",
    "πŸ” Security-first engineering practices",
  ],

  stack: {
    languages: ["JavaScript", "Python", "C#", "Go", "Rust", "PHP"],
    backend:   ["Node.js/Express", "FastAPI", "Blazor", ".NET MAUI"],
    database:  ["PostgreSQL", "MongoDB", "MySQL", "SQLite", "Prisma"],
    ai_ml:     ["PyTorch", "TensorFlow", "OpenCV", "YOLOv8", "Hugging Face"],
    devOps:    ["Docker", "GitHub Actions", "Linux"],
    security:  ["OWASP", "Pen Testing", "Network Security", "Cryptography"],
  },

  learning:  ["Rust Systems Programming", "Advanced Deep Learning", "Web3"],
  principle: "Simple Β· Tested Β· Secure Β· Always improving",
};

πŸ› οΈ Tech Stack

Languages

Python JavaScript Go Rust C#

Frameworks & Backend

React Node.js FastAPI .NET

Databases & DevOps

PostgreSQL MongoDB Docker Linux

AI / ML

PyTorch TensorFlow


πŸš€ Featured Projects

🌐 Web & Full-Stack

Project Description Tech Live Demo Source
πŸ“ Personal Blog Technical journey, project write-ups, and ideas. TypeScript Visit Repo
🏭 Arka Industrial Industrial e-commerce platform β€” staging, moving to production soon. Web Staging β€”
🌌 Simulation Interactive 3D visualization of the universe across 65 orders of magnitude β€” quantum (10⁻³⁡) to cosmic (10⁺³⁰) β€” with real-time physics. Three.js HTML5 β€” Repo
🏫 EduPortal School management website with PHP and MySQL. PHP MySQL β€” Repo

πŸ–₯️ Desktop & Mobile (.NET)

Project Description Tech Live Demo Source
πŸ’Ό AdvanceAccounting Windows desktop accounting application for business bookkeeping and finances. Blazor .NET 9 Windows β€” πŸ”’ Private
βš–οΈ BLE Weight Terminal .NET MAUI app β€” connects to an HC-08/HM-10 BLE sensor and streams live weight readings with auto-reconnect and CSV logging. C# .NET MAUI BLE β€” Repo

πŸ€– AI / ML & Edge AI

Project Description Tech Live Demo Source
♻️ Yolo8n Edge Benchmark YOLOv8n evaluation framework for waste-sorting on a Rockchip NPU β€” covers latency, model size, thermal robustness, and per-class metrics. Ships .pt + .onnx + .rknn artifacts. YOLOv8 RKNN Edge AI β€” Repo
🌦️ forecast-fusion Multivariate weather forecasting with Transformers + FastAPI β€” real-time predictions and interactive visualization. Python FastAPI β€” Repo
🩻 Chest X-Ray Classifier Deep learning web app classifying chest X-rays (COVID-19 / Normal / Pneumonia) with Grad-CAM visualization. PyTorch Python β€” Repo

πŸ”§ Tools & Utilities

Project Description Tech Live Demo Source
πŸ“‘ RSS Aggregator Full REST API for aggregating RSS feeds β€” register sources, follow, consume posts. Go + PostgreSQL + Docker. Go PostgreSQL Docker β€” Repo
πŸ” BarcodeScannerAPI Node.js barcode scanning service β€” robust processing and easy integration for any app needing barcode recognition. Node.js Docker β€” Repo
πŸ” CryptoVault Pro File encryption/decryption shipped as both a Python GUI app and a low-level x86-64 Assembly implementation. Python Assembly β€” Python Β· ASM
πŸ”² QRception Fast QR code generator in C. C β€” Repo

πŸ“š Educational Content

Project Description Tech Link
πŸŽ“ DeepLearning-YouTube Companion notebooks for a Deep Learning course series on YouTube. Jupyter Repo
πŸ¦€ Rust_Roadmap Hands-on Rust learning path β€” fundamentals to networking, async, macros, and system design. Rust Repo
🐹 Go_Explain Practical Go tutorial covering concurrency, idiomatic patterns, and fundamentals β€” includes a Persian (فارسی) README. Go Repo

πŸ” Offensive Security Research

⚠️ Lab-safe & educational. These repositories are part of my ongoing self-study in offensive security and penetration testing β€” built and run in isolated lab environments. None of this is intended for, or used in, unauthorized access to real systems.

Project Description Link
πŸ•ΈοΈ Aion Botnet/C2 simulation demonstrating offensive-security techniques in Python (lab-safe). Repo
🌐 Hacking-Tools Network-security documentation, write-ups, and tooling. Repo
πŸ›‘οΈ owasp OWASP-based security training & penetration-testing lab. Repo
πŸ‰ Kali-Tools Curated all-in-one collection of pentesting tools. Repo
πŸ’£ nightmare-exploit-roadmap Structured binary-exploitation curriculum: stack, heap, mitigations, ROP, automated exploitation. Repo
πŸ”‘ NatasPasswordCracker Walkthrough/solver for the Natas web-security wargame. Repo
πŸ“‘ Ddos-tutorial Educational guide on DDoS attack-method classification and analysis. Repo
πŸ”Ž OSINT All-in-one OSINT reconnaissance tool for website analysis. Repo
πŸ•΅οΈ browser-fingerprint-collector Research tool exploring browser fingerprinting techniques. Repo
πŸ–₯️ javaScript_Security Client-side device/browser data collection tool for studying browser attack surfaces and client-side OSINT (consent-only use). Repo
🧬 Ransomware.Jigsaw Educational analysis/recreation of the Jigsaw ransomware for malware research. Repo
πŸ“₯ config-scrapper- Telegram channel config scraper for OSINT/data-collection research. Repo

πŸ“– Learning Resources & Inspiration

Repositories imported from other authors to study, reference, or build on β€” not original work, kept here as a personal library.

Resource Original Author What it's for Link
LLMs-from-scratch rasbt Implementing a ChatGPT-like LLM in PyTorch from scratch. Repo
πŸ€— datasets huggingface Hub of ready-to-use datasets for AI models. Repo
TensorTrade tensortrade-org RL framework for training algorithmic trading agents. Repo
heroui heroui-inc Modern React UI library (formerly NextUI). Repo
awesome-llm-apps Shubhamsaboo Collection of LLM apps with AI Agents and RAG. Repo
Awesome-Hacking Hack-with-Github Curated lists for hackers, pentesters & security researchers. Repo
awesome-courses prakhar1989 List of awesome university CS courses. Repo
awesome-interview-questions DopplerHQ Curated interview-question lists. Repo
Ultimate-RAT-Collection archmmd Educational reference of trojan/RAT builders. Repo
DALI NVIDIA GPU-accelerated data-loading library for deep learning. Repo
practical-tutorials jderazoa Curated list of project-based tutorials. Repo
Qiskit Qiskit Open-source SDK for quantum computing. Repo
opencv opencv Open Source Computer Vision Library. Repo
Models-Master tensorflow Models and examples built with TensorFlow. Repo
deep-learning-with-pytorch mrdbourke "Learn PyTorch for Deep Learning: Zero to Mastery" course materials. Repo
Freqtrade freqtrade Open-source crypto trading bot. Repo
Bullet-Physics-SDK bulletphysics Real-time collision detection & physics simulation SDK. Repo
EvoSynth dongdongunique Evolutionary-synthesis reference project. Repo

πŸ—ΊοΈ 2026 Roadmap

graph TB
    A[🎯 2026 Focus Areas] --> B[πŸ€– AI & ML]
    A --> C[🌐 Web Development]
    A --> D[πŸ”’ Cybersecurity]
    A --> E[πŸ¦€ Systems Programming]

    B --> B1[Deep Learning Models]
    B --> B2[Computer Vision / Edge AI]
    B --> B3[NLP Solutions]

    D --> D1[Pen Testing Tools]

    E --> E1[Rust CLI Tools]
    E --> E2[WebAssembly]

    style A fill:#9333EA,stroke:#7C3AED,color:#fff
    style B fill:#FF6B6B,stroke:#E63946,color:#fff
    style C fill:#4ECDC4,stroke:#35A29F,color:#fff
    style D fill:#FFD93D,stroke:#F4C430,color:#000
    style E fill:#1A1B27,stroke:#000000,color:#fff
Loading

🎨 Unique Approach

My interdisciplinary background directly shapes how I design systems:

Domain Applied to
🧬 Biology Biomimetic algorithms & evolutionary optimization
βš—οΈ Chemistry Reaction-rate modeling for distributed systems & backpressure
🧠 Neuroscience Brain-inspired neural architectures & attention mechanisms
πŸ“Š Sports Analytics Data-driven decision frameworks & probabilistic modeling

Shipped so far:

Blog API Desktop EdgeAI Ecommerce


Dev Quote

🌟 "The best code is written with passion, refined with discipline, and shared with generosity."


⭐️ From Ali-hey-0 β€” Made with πŸ’œ in Markdown

Pinned Loading

  1. DeepLearning-YouTube DeepLearning-YouTube Public

    Course Link On YouTube Below

    Jupyter Notebook 16

  2. Hacking-Tools Hacking-Tools Public

    🌐Collate and develop network security, Hackers technical documentation and tools, code.

    Batchfile 13

  3. Bullet-Physics-SDK Bullet-Physics-SDK Public

    Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.

    C++ 11

  4. Aion Aion Public

    FSociety Genesis is an advanced botnet/C2 simulation demonstrating cutting-edge offensive security techniques in a single Python framework. This lab-safe implementation includes quantum cryptograph…

    Python 7

  5. forecast-fusion forecast-fusion Public

    Multivariate weather forecasting with Transformers and FastAPI β€” featuring real-time predictions and interactive visualization

    Python 6

  6. MyBlog MyBlog Public

    this my personal blog

    TypeScript 7