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

Followers Stars

Gmail LinkedIn Blog GitHub Twitter


πŸ‘‹ About Me

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

  currentFocus: [
    "πŸ€– Building AI-powered SaaS applications",
    "πŸ¦€ Mastering Rust for high-performance systems",
    "☁️ Architecting scalable cloud solutions",
    "πŸ” Implementing security-first development practices",
  ],

  learning: [
    "Advanced Deep Learning & Neural Architecture",
    "Rust Systems Programming",
    "Web3 Technologies & Smart Contracts",
    "Advanced Cybersecurity & Ethical Hacking",
  ],

  languages: {
    expert: ["JavaScript", "Python"],
    proficient: ["PHP", "Rust", "SQL", "C#"],
  },

  expertise: {
    frontend: ["React"],
    backend: {
      node: ["Express.js"],
      python: ["FastAPI"],
      dotnet: ["Blazor", ".NET MAUI"],
    },
    database: {
      sql: ["PostgreSQL", "MySQL", "SQLite"],
      noSql: ["MongoDB"],
      orm: ["Prisma"],
    },
    aiMl: ["PyTorch", "TensorFlow", "Scikit-Learn", "Hugging Face", "OpenCV", "YOLOv8 (Edge AI)"],
    devOps: ["Docker", "GitHub Actions", "Linux"],
    security: ["OWASP", "Penetration Testing", "Network Security", "Cryptography"],
  },

  interests: {
    technology: ["AI/ML", "Embedded & IoT (BLE, microcontrollers)"],
    science: ["Neuroscience", "Biology", "Chemistry", "Physics"],
    data: ["Data Visualization", "Analytics", "Sports Analytics"],
    creative: ["Technical Writing", "Open Source"],
  },
};

const codePhilosophy = () => ({
  design: "Simple, scalable, and maintainable",
  code: "Clean, tested, and documented",
  deploy: "Secure, monitored, and optimized",
  mindset: "Always learning, always improving",
});

πŸ› οΈ Tech Stack

Python JavaScript Rust C# React Node.js FastAPI .NET PostgreSQL MongoDB Docker PyTorch TensorFlow Linux


πŸš€ Featured Projects

ℹ️ How to add a new project: copy the template row from the bottom of the relevant category table below, fill in the name, one-line description, tech badges, and whichever links apply (use β€” for whichever doesn't apply, or πŸ”’ Private if the source isn't public), then paste it back in. Keep one row per project.

🌐 Web & Full-Stack

Project Description Tech Live Demo Source Code
πŸ“ Personal Blog My personal blog β€” technical journey, project write-ups, and ideas. TypeScript Visit Repo
🏭 Arka Industrial Industrial e-commerce platform β€” currently on staging ahead of moving to the production domain. Web Staging Visit (staging) β€”
🏫 EduPortal A school management website built with PHP and MySQL. PHP MySQL β€” Repo
βž• Your next project One-line description. Tech badges Live URL or β€” Repo URL or πŸ”’ Private

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

Project Description Tech Live Demo Source Code
πŸ’Ό AdvanceAccounting Windows desktop accounting application for managing business bookkeeping and finances. Blazor .NET 9 Windows β€” πŸ”’ Private
βš–οΈ bluetooth_ble_app_weight A .NET MAUI app that connects to a microcontroller-based sensor over Bluetooth LE and displays live weight readings in real time. C# .NET MAUI BLE β€” Repo
βž• Your next project One-line description. Tech badges Live URL or β€” Repo URL or πŸ”’ Private

πŸ€– AI / Machine Learning & Edge AI

Project Description Tech Live Demo Source Code
♻️ Yolo8n_AI_doc Benchmark & evaluation methodology for YOLOv8n waste-sorting models running on edge hardware along a production line β€” covering inference latency, model size, and thermal/system robustness. YOLOv8 Edge AI β€” Repo
🌦️ forecast-fusion Multivariate weather forecasting using Transformers and FastAPI, with real-time predictions and interactive visualization. Python FastAPI β€” Repo
🩻 radiography-xray-classifier AI-powered web app that classifies chest X-rays (COVID-19, Normal, Lung Opacity, Viral Pneumonia) using deep learning with Grad-CAM visualization. Python PyTorch β€” Repo
βž• Your next project One-line description. Tech badges Live URL or β€” Repo URL or πŸ”’ Private

πŸ”§ Tools & Utilities

Project Description Tech Live Demo Source Code
πŸ” BarcodeScannerAPI Node.js backend service for scanning, processing, and managing barcodes, built for easy integration with any application needing barcode recognition. Node.js JavaScript Docker β€” Repo
πŸ” CryptoVault Pro File encryption/decryption tool, shipped both as a Python app with a GUI and as a low-level Assembly implementation. Python Assembly β€” Python Β· Assembly
πŸ”² QRception A simple, fast QR code generator. C β€” Repo
βž• Your next project One-line description. Tech badges Live URL or β€” Repo URL or πŸ”’ Private

πŸ“š Educational Content I've Created

Project Description Tech Link
πŸŽ“ DeepLearning-YouTube Companion notebooks for a Deep Learning course series on YouTube. Jupyter Repo
πŸ¦€ Rust_Roadmap A hands-on learning path through Rust β€” from fundamentals to networking, async programming, macros, and system design. Rust Repo

πŸ” Offensive Security Research

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

Project Description Link
πŸ•ΈοΈ Aion Botnet/C2 simulation lab demonstrating offensive-security techniques in a single Python framework (lab-safe implementation). Repo
🌐 Hacking-Tools Collection of network-security documentation, technical write-ups, and tooling. Repo
πŸ›‘οΈ owasp OWASP-based security training & penetration-testing lab. Repo
πŸ‰ Kali-Tools A curated, all-in-one collection of hacking/pentesting tools. Repo
πŸ’£ nightmare-exploit-roadmap A structured binary-exploitation curriculum: stack, heap, mitigations, ROP, and automated exploitation. Repo
πŸ”‘ NatasPasswordCracker Walkthrough/solver for the Natas web-security wargame challenges. Repo
πŸ“‘ Ddos-tutorial Educational guide on DDoS target analysis and attack-method classification. Repo
πŸ”Ž OSINT All-in-one OSINT reconnaissance tool for analyzing websites. Repo
πŸ•΅οΈ browser-fingerprint-collector A research tool exploring browser fingerprinting techniques. Repo
🧬 Ransomware.Jigsaw Educational analysis/recreation of the Jigsaw ransomware for malware-research purposes. Repo
πŸ“₯ config-scrapper- A Telegram channel config scraper, built for OSINT/data-collection research. Repo

πŸ“– Learning Resources & Inspiration

Repositories I've forked or imported from other authors to study, reference, or build on β€” not original work of mine, 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
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 list of 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
EvoSynth dongdongunique Evolutionary-synthesis reference project. Repo
practical-tutorials-project-based-learning 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 Free, open-source crypto trading bot. Repo
Bullet-Physics-SDK bulletphysics Real-time collision detection & physics simulation SDK. Repo

πŸ—ΊοΈ Development 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]

    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

🌱 Goals & Personal Development

πŸ’» Master Technologies

  • React
  • Python for AI/ML
  • .NET (Blazor / MAUI)
  • Rust systems programming

πŸ“¦ Ship Products

  • 1 production API
  • 1 production desktop app
  • 3+ web applications
  • 5+ npm/cargo packages

🎨 Unique Approach

My interdisciplinary background fuels innovative solutions:

  • 🧬 Biology β†’ Biomimetic algorithms & evolutionary optimization
  • βš—οΈ Chemistry β†’ Reaction modeling for distributed systems
  • 🧠 Neuroscience β†’ Brain-inspired neural architectures
  • πŸ“Š Sports Analytics β†’ Data-driven decision frameworks

πŸ“Š GitHub Stats





πŸ’Ό Professional Status

Freelance Collaborations Full Time Remote Mentoring


πŸ“« Connect With Me


Gmail LinkedIn Blog GitHub Twitter

πŸ“§ Email aliheydari1381doc@gmail.com β€” for professional inquiries
πŸ’Ό LinkedIn Ali Heydari β€” let's connect professionally
πŸ“ Blog abedini.me/fa β€” my thoughts & tutorials

πŸ’­ Daily Inspiration

Dev Quote

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


Made with Built with Powered by


⭐️ From Ali-hey-0 | Made with πŸ’œ in Markdown

Profile Views

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