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

Block or report Ali-hey-0

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 Systems Builder | Python Β· Node.js Β· .NET/Blazor Β· FastAPI Β· Edge AI Β· Agentic Systems

Typing SVG

Gmail GitHub


Freelance Collaborations Full Time Remote Mentoring



πŸ“Š GitHub Stats




⭐ Repository Stars


πŸ‘‹ About Me

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

  focus: [
    "🧠 Engineering deterministic runtimes around non-deterministic LLMs",
    "πŸŽ™οΈ Audio/Speech AI β€” ASR, TTS, and full voice pipelines",
    "πŸ₯½ AI image-to-3D pipelines for web AR commerce",
    "πŸ¦€ Rust for high-performance systems",
    "πŸ” Security-first engineering & applied cryptography",
  ],

  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", "Whisper/Wav2Vec2"],
    devOps:    ["Docker", "GitHub Actions", "Linux"],
    security:  ["OWASP", "Applied Cryptography", "Network Security", "Recon Tooling"],
  },

  learning:  ["Rust Systems Programming", "Distributed Agentic Systems", "Web3"],
  principle: "Simple Β· Tested Β· Secure Β· Always improving",
};
npx ali-hey-0  # Coming soon: CLI tool to showcase my work!

πŸ› οΈ Tech Stack



Languages

Python JavaScript Go Rust C#

Frameworks & Backend

React Next.js Node.js FastAPI .NET

Databases & DevOps

PostgreSQL MongoDB Docker Linux

AI / ML

PyTorch TensorFlow HuggingFace


πŸš€ Featured Projects

⭐ Flagship: AI-Powered AR Commerce Pipeline

ARCore β€” Photo-to-AR, in one pipeline.

An end-to-end system that turns product photos (or a short video) into scale-accurate, AR-ready 3D assets β€” a customer scans a QR code and sees the actual-size piece of furniture in their own room, no app install required.

  • 🎯 Multi-provider 3D generation with automatic failover β€” Tripo3D β†’ Meshy β†’ Hugging Face β†’ local fallback, with every fallback transparently flagged in the output manifest rather than silently faked
  • πŸ“ Metric-accurate scale calibration β€” operator-supplied dimensions are baked directly into the glTF scene graph with automated QA (Β±5% tolerance), so a 220 cm sofa renders as an actual 220 cm sofa
  • 🎨 Live material & color customization, re-baked into a fresh GLB/USDZ before every AR hand-off
  • πŸ“± Cross-platform AR delivery β€” WebXR/Scene Viewer on Android, Quick Look/USDZ on iOS, 360Β° fallback on incompatible devices
  • βš™οΈ Async job pipeline β€” FastAPI background jobs with poll-based status, so uploads never block on slow upstream AI providers

FastAPI Next.js TypeScript Docker Blender

Engineering rigor: 150+ backend tests and 50+ frontend tests passing in CI, strict TypeScript compilation, containerized deployment.

πŸ”’ Private client engagement β€” repository not public.

🌐 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 Repo
🌌 Simulation Interactive 3D visualization of the universe across 65 orders of magnitude β€” quantum (10⁻³⁡) to cosmic (10⁺³⁰) β€” with real-time physics. Three.js Visit 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 β€” Repo
βš–οΈ 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# β€” 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 + .npu Python β€” Repo
🌦️ forecast-fusion Multivariate weather forecasting with Transformers + FastAPI β€” real-time predictions and interactive visualization. Python FastAPI Visit Repo
🩻 Chest X-Ray Classifier Deep learning web app classifying chest X-rays (COVID-19 / Normal / Pneumonia) with Grad-CAM visualization. PyTorch Visit Repo

πŸ–₯️ Developer Tooling (Codex)

Project Description Tech Live Demo Source
πŸ”¬ Aion Research platform investigating multi-profile isolation for OpenAI Codex Desktop β€” Tauri + Rust + React app with an extensive, honestly-documented reverse-engineering log. Rust React β€” Repo
⚑ Codex-Account-Selector Zero-dependency Windows batch file that launches multiple fully-isolated Codex instances side by side. Batch β€” 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 β€” Repo
πŸ” BarcodeScannerAPI Node.js barcode scanning service β€” robust processing and easy integration for any app needing barcode recognition. Node.js β€” Repo
πŸ” CryptoVault Pro File encryption/decryption shipped as both a Python GUI app and a low-level x86-64 Assembly implementation. Python Assembly β€” Repo
πŸ”² QRception Fast QR code generator in C. C β€” Repo
🌐 WebPulse Real-time web performance monitoring and analytics dashboard. JavaScript Visit Repo
πŸ”‘ Cryptography Organization Centralized reference implementation for symmetric/asymmetric crypto, hashing, digital signatures, and key derivation β€” with security-best-practices docs. Python β€” Repo

πŸŽ“ Deep-Dive Technical Labs

Two long-form, systems-thinking reference repositories β€” each is a structured curriculum with runnable code, not a tutorial transcript. Built to teach transferable mental models rather than framework-specific tricks.

Engineering deterministic systems around non-deterministic models.

A 14-phase (of 17) systems-engineering curriculum answering one question: how do you build reliable, auditable, production-grade software on top of a component that is fundamentally probabilistic?

Covers: FSM & state control Β· durable execution & crash recovery Β· retry/idempotency Β· DAG-based parallel workflows Β· agent runtimes Β· model routing Β· edge inference & quantization Β· RAG Β· memory systems Β· multi-agent orchestration Β· prompt-injection defense & sandboxing Β· full-system observability.

Phases Python Status

β†’ Explore the repo

πŸŽ™οΈ Audio AI Field Guide

From raw waveform to production voice systems.

A complete, mental-model-first reference spanning the entire audio ML stack: datasets β†’ preprocessing β†’ Transformer architectures β†’ ASR β†’ audio classification β†’ TTS β†’ full voice-system pipelines (voice assistants, meeting transcription, speech-to-speech translation).

Covers: CTC vs. Seq2Seq architectures Β· Whisper/Wav2Vec2 internals Β· fine-tuning ASR & TTS Β· Speaker Diarization & VAD Β· evaluation metrics (WER, MOS) Β· a 30+ term glossary.

HuggingFace Topics Language

β†’ Explore the repo

πŸ’‘ What I'm Building

graph TB
    A[πŸ’» Current Projects] --> B[AI & Machine Learning]
    A --> C[Web Development]
    A --> D[Cybersecurity]
    A --> E[Systems Programming]

    B --> B1[πŸ€– Agentic AI Runtime]
    B --> B2[πŸŽ™οΈ Audio / Speech ML]
    B --> B3[πŸ“Š Data Analytics]
    B --> B4[πŸ₯½ AI Image-to-3D / AR Pipelines]

    C --> C1[βš›οΈ React Apps]
    C --> C2[πŸš€ Next.js Sites]
    C --> C3[🎨 UI/UX Design]

    D --> D1[πŸ” Applied Cryptography]
    D --> D2[πŸ›‘οΈ Defensive Recon & CTF]
    D --> D3[πŸ” Threat Analysis]

    E --> E1[πŸ¦€ Rust Systems]
    E --> E2[⚑ High-Performance APIs]

    style A fill:#9333EA,color:#fff
    style B fill:#FF6B6B,color:#fff
    style C fill:#4ECDC4,color:#fff
    style D fill:#FFD93D,color:#000
    style E fill:#1A1B27,color:#fff
Loading

🌟 Skills & Interests

🎯 Currently Focused On

- πŸ”­ Building agentic AI runtimes
- πŸŽ™οΈ Deepening Audio/Speech ML
- 🌱 Mastering Advanced ML & Deep Learning
- πŸ‘― Open to Open Source contributions
- 🀝 Seeking collaboration opportunities
- πŸš€ Exploring Cloud Architecture & DevOps
- πŸ” Learning Advanced Cybersecurity

🎨 Beyond Tech

- 🌍 Geography - Exploring world cultures
- 🧬 Biology - Understanding life sciences
- βš—οΈ Chemistry - Molecular interactions
- ⚽ Football - Strategy & analytics
- πŸ“Ί TV Series - Storytelling art
- πŸ’Š Pharmacy - Medical innovations
- 🧠 Neuroscience - Brain functions

πŸŽ“ Always Learning

- πŸ“š Reading technical books
- 🎯 Taking online courses
- πŸ—οΈ Building side projects
- 🀝 Contributing to open source
- πŸ“ Writing technical blogs
- 🎀 Sharing knowledge
- 🌱 Growing every day
*These diverse interests fuel my creativity and bring unique perspectives to problem-solving!*

πŸ›‘οΈ Security Research & CTF

Defensive-security and CTF-style learning β€” training labs, wargame walkthroughs, reconnaissance tooling, and a structured exploitation-curriculum roadmap. No attack tooling, no unauthorized-access content.

Project Description Link
πŸ›‘οΈ owasp OWASP-based security training & penetration-testing lab. Repo
πŸ’£ nightmare-exploit-roadmap Structured binary-exploitation curriculum: stack, heap, mitigations, ROP, automated exploitation. Repo
πŸ”‘ NatasPasswordCracker Walkthrough/solver for the Natas web-security wargame (OverTheWire). Repo
🧩 recon-modular Modular reconnaissance framework for authorized security assessments β€” educational use only. 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
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[Agentic AI Runtimes]
    B --> B2[Audio / Speech ML]
    B --> B3[Computer Vision / Edge AI]

    D --> D1[CTF & Exploitation Study]
    D --> D2[Applied Cryptography]

    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 ARCommerce RuntimeLab Ecommerce


Dev Quote

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


🀝 Let's Build Something Together

Gmail GitHub


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

Popular repositories Loading

  1. ai-runtime-lab ai-runtime-lab Public

    Engineering deterministic, production-grade systems around non-deterministic LLMs β€” FSM, durable execution, retries, DAGs, agent runtimes, model routing, edge inference, RAG, memory, multi-agent or…

    Python 124 4

  2. Cryptography Cryptography Public

    123

  3. AI-Launcher-Framework AI-Launcher-Framework Public

    A lightweight Windows framework for launching isolated AI desktop applications and CLI tools with independent profiles, workspaces, and environments.

    Batchfile 110 2

  4. audio-ai-field-guide audio-ai-field-guide Public

    A mental-model-first field guide to Audio AI β€” from raw waveforms to production voice systems. Covers ASR, TTS, audio classification, Transformer architectures (CTC/Seq2Seq), fine-tuning, and real-…

    109 2

  5. Rust_Roadmap Rust_Roadmap Public

    A comprehensive, hands-on learning repository covering Rust programming from fundamentals to advanced topics β€” including networking, async programming, macros, and system design.

    Rust 106

  6. nightmare-exploit-roadmap nightmare-exploit-roadmap Public

    A structured binary exploitation curriculum covering stack, heap, mitigations, ROP, and automated exploitation.

    Python 96