Start />

Hi my name is Omid Bonakdar


I am


Let me show you...

About />
class
Omid Bonakdar {
··
// I can, because I did.
··
// My vast variety of skills is continuously expanding.
··
constractor
() {
····
this.name = 'Omid Bonakdar'
····
this.dayOfBirthTimestamp = 846838456
····
this.email = 'obonakdar2@gmail.com'
··
}
··
education() {
····
return [
······
{'2022-now' : 'Iran university of science and technology (IUST) - Master's Degree (mgr), Artificial Intellience (AI)'}
······
{'2015-2020' : 'Isfahan university of technology (IUT) - Bachelor of Engineering (inż.), Mechanical engineering'}
····
]
··
}
··
skills() {
····
return [
······
{'Programming' : 'Frontend: HTML/CSS/JS, TypeScript, React, Next.js, Tailwind, Framer Motion', 'Mobile: React Native, Expo, Reanimated', 'State Management: React Query, Zustand', 'Backend: Node.js, tRPC, NextAuth.js', 'Form Handling: Zod, React Hook Form', 'Database: PostgreSQL/MongoDB, Prisma/Drizzle', 'DevOps: GIT/GITHUB, AWS S3', 'Other: Chrome-extensions' }
······
{'Graphics And Animation' : 'Photoshop', 'Illustrator', 'After Effects', 'Premiere', 'Figma', 'Adobe XD', 'UX/UI, '3Ds Max', 'Maya', 'Motion design' }
····
]
··
}
}