Skip to content
View Haroonhsa007's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report Haroonhsa007

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Haroonhsa007/README.md

Hi there!

coding
Profile Views Followers Status Experience
github contribution grid snake animation

πŸ’« About Me

interface Engineer {
    name: string;
    title: string;
    education: Education;
    skills: string[];
    currentFocus: string[];
    achievements: string[];
}

interface Education {
    degree: string;
    project: string;
    specialization: string;
    certifications: string[];
}

const haroon: Engineer = {
    name: "Haroon Saleem",
    title: "Electronics Engineer & Full Stack Developer",
    education: {
        degree: "B.Sc Electrical Engineering",
        project: "Enhanced Palm Print Identification System",
        specialization: "AI & Electronics",
        certifications: [
            "AWS Certified Solutions Architect",
            "Google Cloud Professional Developer",
            "TensorFlow Developer Certificate",
            "Docker Certified Associate"
        ]
    },
    skills: [
        "Full Stack Development",
        "Electronics Engineering",
        "Machine Learning",
        "DevOps & Cloud",
        "IoT & Embedded Systems"
    ],
    currentFocus: [
        "Advanced Software Architecture πŸ—οΈ",
        "Cloud Native Development ☁️",
        "AI/ML Systems πŸ€–",
        "Cyber Security πŸ”’",
        "IoT Solutions πŸ“±"
    ],
    achievements: [
        "Published research on Palm Print Recognition",
        "Contributed to open-source ML projects",
        "Developed innovative IoT solutions",
        "Led multiple successful tech projects"
    ]
};

🎯 Expertise Areas

πŸ’» Development Environment
πŸ”¨ Tech Stack

Languages:

Frontend Development:

Backend & Database:

DevOps & Cloud:

AI/ML & Data Science:

IoT & Electronics:

πŸ“Š GitHub Analytics

🌐 Connect With Me

πŸ’­ Developer Quote

Random Dev Quote

✨ Profile Views

πŸ’ Support

Wave Animation

Pinned Loading

  1. Djanog-Flowbit-TailwindCSS-Template Djanog-Flowbit-TailwindCSS-Template Public

    This is a ready to use Boiler plate Template for djanog

    CSS

  2. Expo_React_flowbite Expo_React_flowbite Public

    This is a ready to use app for any project

  3. Operating_Scanner_with_Py Operating_Scanner_with_Py Public

    Python

  4. VeriLog VeriLog Public

  5. python-pillow/Sane python-pillow/Sane Public

    Python interface to the SANE scanner and frame grabber

    C 57 19