Full-Stack Software Engineer & AI Enthusiast | Python Β· Node.js Β· .NET/Blazor Β· FastAPI Β· Edge AI
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",
});βΉοΈ 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π Privateif the source isn't public), then paste it back in. Keep one row per project.
| Project | Description | Tech | Live Demo | Source Code |
|---|---|---|---|---|
| π Personal Blog | My personal blog β technical journey, project write-ups, and ideas. | Visit | Repo | |
| π Arka Industrial | Industrial e-commerce platform β currently on staging ahead of moving to the production domain. | Visit (staging) | β | |
| π« EduPortal | A school management website built with PHP and MySQL. | β | Repo | |
| β Your next project | One-line description. | Tech badges | Live URL or β | Repo URL or π Private |
| Project | Description | Tech | Live Demo | Source Code |
|---|---|---|---|---|
| πΌ AdvanceAccounting | Windows desktop accounting application for managing business bookkeeping and finances. | β | π 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. | β | Repo | |
| β Your next project | One-line description. | Tech badges | Live URL or β | Repo URL or π Private |
| 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. | β | Repo | |
| π¦οΈ forecast-fusion | Multivariate weather forecasting using Transformers and FastAPI, with real-time predictions and interactive visualization. | β | 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. | β | Repo | |
| β Your next project | One-line description. | Tech badges | Live URL or β | Repo URL or π Private |
| 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. | β | 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 | |
| π² QRception | A simple, fast QR code generator. | β | Repo | |
| β Your next project | One-line description. | Tech badges | Live URL or β | Repo URL or π Private |
| Project | Description | Tech | Link |
|---|---|---|---|
| π DeepLearning-YouTube | Companion notebooks for a Deep Learning course series on YouTube. | Repo | |
| π¦ Rust_Roadmap | A hands-on learning path through Rust β from fundamentals to networking, async programming, macros, and system design. | Repo |
β οΈ 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 |
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 |
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
|
π» Master Technologies
π¦ Ship Products
|
π¨ Unique Approach My interdisciplinary background fuels innovative solutions:
|
| π§ Email | aliheydari1381doc@gmail.com β for professional inquiries |
| πΌ LinkedIn | Ali Heydari β let's connect professionally |
| π Blog | abedini.me/fa β my thoughts & tutorials |

