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"
]
};
π
Working from home
Highlights
- Pro
Pinned Loading
-
Djanog-Flowbit-TailwindCSS-Template
Djanog-Flowbit-TailwindCSS-Template PublicThis is a ready to use Boiler plate Template for djanog
CSS
-
-
-
-
python-pillow/Sane
python-pillow/Sane PublicPython interface to the SANE scanner and frame grabber
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.