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",
};| Project | Description | Tech | Live Demo | Source |
|---|---|---|---|---|
| 📝 Personal Blog | Technical journey, project write-ups, and ideas. | Visit | Repo | |
| 🏭 Arka Industrial | Industrial e-commerce platform — staging, moving to production soon. | Staging | — | |
| 🌌 Simulation | Interactive 3D visualization of the universe across 65 orders of magnitude — quantum (10⁻³⁵) to cosmic (10⁺³⁰) — with real-time physics. | — | Repo | |
| 🏫 EduPortal | School management website with PHP and MySQL. | — | Repo |
| Project | Description | Tech | Live Demo | Source |
|---|---|---|---|---|
| 💼 AdvanceAccounting | Windows desktop accounting application for business bookkeeping and finances. | — | 🔒 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. | — | Repo |
| 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. |
— | Repo | |
| 🌦️ forecast-fusion | Multivariate weather forecasting with Transformers + FastAPI — real-time predictions and interactive visualization. | — | Repo | |
| 🩻 Chest X-Ray Classifier | Deep learning web app classifying chest X-rays (COVID-19 / Normal / Pneumonia) with Grad-CAM visualization. | — | Repo |
| Project | Description | Tech | Live Demo | Source |
|---|---|---|---|---|
| 📡 RSS Aggregator | Full REST API for aggregating RSS feeds — register sources, follow, consume posts. Go + PostgreSQL + Docker. | — | Repo | |
| 🔍 BarcodeScannerAPI | Node.js barcode scanning service — robust processing and easy integration for any app needing barcode recognition. | — | Repo | |
| 🔐 CryptoVault Pro | File encryption/decryption shipped as both a Python GUI app and a low-level x86-64 Assembly implementation. | — | Python · ASM | |
| 🔲 QRception | Fast QR code generator in C. | — | Repo |
| Project | Description | Tech | Link |
|---|---|---|---|
| 🎓 DeepLearning-YouTube | Companion notebooks for a Deep Learning course series on YouTube. | Repo | |
| 🦀 Rust_Roadmap | Hands-on Rust learning path — fundamentals to networking, async, macros, and system design. | Repo | |
| 🐹 Go_Explain | Practical Go tutorial covering concurrency, idiomatic patterns, and fundamentals — includes a Persian (فارسی) README. | Repo |
⚠️ 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 |
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 |
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
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:

