Skip to content
View HAMED-PAYANDA's full-sized avatar

Block or report HAMED-PAYANDA

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.

Content in all repositories owned by your account will be closed.
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
HAMED-PAYANDA/README.md

Hi there πŸ‘‹, I'm Hamed Payanda!

Full-Stack Software Developer | AI Developer

LinkedInΒ Email

Welcome to my GitHub! I am a committed Full-Stack Software Developer who bridges the gap between intelligent data-driven systems and scalable web applications. I love building out complex back-ends, integrating AI models, and creating seamless user experiences.

πŸ‘€ About Me

  • πŸ”­ I’m currently working on: developing scalable Full-Stack web applications and integrating custom AI models to build smarter, data-driven software solutions.
  • 🌱 I’m currently learning: advanced deployment strategies for machine learning models and optimizing back-end architecture for high-performance applications.
  • 🀝 I’m looking to collaborate on: Open-source AI tools and innovative Full-Stack projects.
  • πŸ’¬ Ask me about: Python, C#, JavaScript, back-end architecture, and integrating machine learning into applications.
  • πŸ“« How to reach me: Let's connect on LinkedIn or reach out via email at hamedpayanda@gmail.com.
  • ⚑ Fun fact: My programming journey actually started by snapping together visual code blocks in Scratch, and today I'm building complex AI models and full-stack architectures!

πŸ› οΈ Tech Stack & Tools

Programming Languages
Python JavaScript C# Java C R SQL HTML5 CSS3 Scratch

Frameworks & Back-End Platforms
Node.js Express.js Django .NET React

AI, Data & Libraries
TensorFlow PyTorch Pandas NumPy

DevOps & Tools
Docker GitHub Actions Git


πŸ—οΈ How I Build Systems (Full-Stack AI Architecture)

flowchart LR
    %% Defining styles
    classDef frontend fill:#1572B6,stroke:#333,stroke-width:2px,color:#fff;
    classDef backend fill:#239120,stroke:#333,stroke-width:2px,color:#fff;
    classDef ai fill:#3670A0,stroke:#333,stroke-width:2px,color:#fff;
    classDef db fill:#000000,stroke:#333,stroke-width:2px,color:#fff;

    %% Nodes
    Client([πŸ’» Web Client<br/>HTML, CSS, JavaScript]):::frontend
    
    subgraph Core Back-End Services
        API[βš™οΈ API Gateway & Microservices<br/>C#, Java, Node.js]:::backend
        DB[(πŸ—„οΈ Database<br/>SQL)]:::db
    end

    subgraph AI & Data Engine
        Data[πŸ“Š Data Processing<br/>R, Pandas]:::ai
        ML[🧠 Machine Learning<br/>Python Models]:::ai
    end

    %% Connections
    Client <-->|REST / GraphQL| API
    API <-->|Read / Write Queries| DB
    API <-->|Request Predictions| ML
    Data -->|Train & Optimize| ML
Loading

πŸ† Featured Projects

  • 🧭 AI Career Coach - An interactive AI application suite featuring a resume polisher, cover letter generator, and career gap analyzer. Built using a Python/Gradio front-end integrated with IBM watsonx.ai (Meta Llama 4) cloud LLMs.

  • 🌐 Watsonx Voice Translator - An end-to-end speech-to-speech translation web app that captures audio, translates contextually, and synthesizes speech. Built with a Python Flask backend, IBM Watson Speech Libraries (STT/TTS), watsonx.ai (Mistral), and containerized with Docker.



Profile Views

Popular repositories Loading

  1. lab-agile-planning lab-agile-planning Public

    A practical implementation of Agile software development methodologies, featuring sprint planning, user stories, Epics, and Kanban workflow management using GitHub Projects. Completed for the IBM F…

  2. Superconduct-ML-Project Superconduct-ML-Project Public

    "Machine learning project using Superconduct dataset from Kaggle"

  3. LogisticsShippingRates LogisticsShippingRates Public

    A collaborative Python project demonstrating centralized Git workflows, version control, and modular logic for calculating e-commerce shipping costs.

    Python

  4. Centralized-repository-shipping_calculations Centralized-repository-shipping_calculations Public

    Forked from ibm-developer-skills-network/Centralized-repository-shipping_calculations

    A collaborative Python project demonstrating centralized Git workflows, version control, and modular logic for calculating e-commerce shipping costs.

    Python

  5. github-final-project github-final-project Public

    A financial calculator built with Python and Bash, designed to model ethical Islamic investment frameworks (Profit-Sharing and Joint Ventures) as an alternative to traditional interest-based models.

    Python

  6. mcino-Introduction-to-Git-and-GitHub mcino-Introduction-to-Git-and-GitHub Public template

    Forked from ibm-developer-skills-network/mcino-Introduction-to-Git-and-GitHub

    A dual-script (Python & Bash) repository implementing ethical, interest-free financial algorithms. Simulates Mudarabah-style profit-sharing and capital growth based on real-world business performan…

    Python