| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
Contact GitHub support about this userβs behavior. Learn more about reporting abuse.
Report abuseinterface 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"
]
};A framework for building realtime voice AI agents π€ποΈπΉ
This is a ready to use Boiler plate Template for djanog
CSS
Forked from unfoldadmin/django-unfold
Elevate your Django admin with a stunning modern interface, powerful features, and seamless user experience - without compromising functionality.
HTML
| Back | FazBrowse Home | New Git URL |