1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| const abdulAziz = {
role: "Co-Founder & ML Researcher",
company: "Stealth AI Startup",
education: "University of Michigan, CS Senior",
research: "UROP ML & Data Engineering",
expertise: [
"Distributed Systems",
"Machine Learning",
"Full-Stack Development",
"iOS & Cloud Architecture"
],
stack: {
languages: ["Python", "Swift", "TypeScript", "C++"],
cloud: ["AWS Lambda", "S3", "SES", "CloudKit"],
frameworks: ["Vue.js", "React", "SwiftUI"],
data: ["MapReduce", "SQL", "HPC Clusters"]
},
current: {
building: "AI agents with persistent memory",
researching: "ML pipelines on 3M+ ECG records",
studying: "Computer Science @ UMich"
}
};
|