Get In Touch
Let's Work Together
I'm always open to discussing new projects, creative ideas, or opportunities to be part of your vision.
📧
Emailjayesh.ionn@gmail.com
📍
LocationNoida, India
I'm always open to discussing new projects, creative ideas, or opportunities to be part of your vision.
| 01 | class JayeshGaur: |
| 02 | """ |
| 03 | I can, because I did. |
| 04 | My vast variety of skills is continuously expanding. |
| 05 | """ |
| 06 | |
| 07 | def __init__(self): |
| 08 | self.name = 'Jayesh Gaur' |
| 09 | self.day_of_birth_timestamp = 1162598400 |
| 10 | self.email = 'jayesh@ionn.in' |
| 11 | |
| 12 | def work_experience(self): |
| 13 | return [ |
| 14 | { '2022 - 2023' : 'Social Media Manager And Web Dev Trainee at Pieslice Ventures' }, |
| 15 | { '2023 - Present' : 'Founder And CEO at Ionn Enterprises' } |
| 16 | ] |
| 17 | |
| 18 | def education(self): |
| 19 | return [ |
| 20 | { '2024-2028' : 'B.Tech in Computer Science' } |
| 21 | ] |
| 22 | |
| 23 | def skills(self): |
| 24 | return [ |
| 25 | 'Debugging and Code Optimization ', |
| 26 | 'API Usage and AI Model Integration', |
| 27 | 'Basic Machine Learning Implementation', |
| 28 | 'Basic Machine Learning Implementation', |
| 29 | 'Object-Oriented Programming (OOP)', |
| 30 | 'Data Structures and Algorithmic Problem Solving ', |
| 31 | 'Python programming (AI/ML-oriented development)' |
| 32 | ] |