Last active
January 8, 2025 21:43
-
-
Save MiladNazeri/220e8e7e491d85fce730fadcf6595c13 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"theme": "professional" | |
}, | |
"basics": { | |
"name": "Milad Nazeri", | |
"label": "Software Developer and AI Enthusiast", | |
"email": "[email protected]", | |
"url": "https://www.linkedin.com/in/miladnazeri", | |
"location": { | |
"city": "San Francisco", | |
"countryCode": "US" | |
}, | |
"profiles": [], | |
"summary": "Innovative software developer with a rich background in VR, Unity, Python, and media production. Passionate about AI, particularly in prompting, agent systems, and the transformative potential of generative models. Proven ability to design scalable systems, solve complex technical challenges, and pioneer cross-disciplinary applications of technology." | |
}, | |
"work": [ | |
{ | |
"name": "Owlchemy Labs", | |
"position": "Unity 3D Developer", | |
"startDate": "2023-03-01", | |
"summary": "Generalist Unity developer for VR/AR projects.", | |
"highlights": [ | |
"Developed and deployed an in-game radio station featuring original music and skits.", | |
"Spearheaded the adoption of generative AI tools across departments, training staff and integrating workflows.", | |
"Resolved critical bugs and implemented performance optimizations for the company’s first networked live game." | |
] | |
}, | |
{ | |
"name": "Adventure Lab", | |
"position": "Senior Software Engineer, Managing Partner", | |
"startDate": "2020-06-01", | |
"summary": "Developed scalable VR and web-based solutions.", | |
"highlights": [ | |
"Built a web-based asymmetrical gameplay experience integrated with VR platforms.", | |
"Designed and automated scheduling systems for VR events, enabling scalable hosting for corporate and multiplayer events.", | |
"Created training simulators for military applications using drone operations and Unity.", | |
"Engineered backend AWS solutions in Python to streamline deployments and improve reliability." | |
] | |
}, | |
{ | |
"name": "Tribe XR", | |
"position": "Senior Software Engineer", | |
"startDate": "2022-02-01", | |
"endDate": "2023-03-01", | |
"highlights": [ | |
"Enhanced Django backend services to facilitate web and VR interactions.", | |
"Designed user interfaces enabling real-time collaboration between DJs in VR and users on web platforms.", | |
"Developed colocation systems to sync 3D avatar and game data across metaverse platforms." | |
] | |
}, | |
{ | |
"name": "High Fidelity", | |
"position": "VR/Content Developer", | |
"startDate": "2017-09-01", | |
"endDate": "2019-12-01", | |
"highlights": [ | |
"Delivered scalable features including screen-sharing, emote systems, and virtual nightclubs with live DJs.", | |
"Created high-concurrency VR content such as haunted houses, trivia games, and rhythm training simulations.", | |
"Integrated MIDI technology to enable environmental customization within VR experiences." | |
] | |
} | |
], | |
"education": [ | |
{ | |
"institution": "Fullstack Academy of Code", | |
"studyType": "Immersive Bootcamp", | |
"startDate": "2016-01-01", | |
"endDate": "2016-06-01", | |
"area": "Full Stack JavaScript" | |
}, | |
{ | |
"institution": "University of Texas at Arlington", | |
"studyType": "Bachelor's Degree", | |
"startDate": "2004-01-01", | |
"endDate": "2009-01-01", | |
"area": "Music, Piano Performance, and Recording Technology" | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Programming", | |
"level": "Senior", | |
"keywords": ["Python", "JavaScript", "C++", "C#", "Django", "AWS"] | |
}, | |
{ | |
"name": "AI Expertise", | |
"level": "Intermediate", | |
"keywords": [ | |
"Generative AI prompting", | |
"AI training and adoption", | |
"Workflow automation" | |
] | |
}, | |
{ | |
"name": "Media Production", | |
"keywords": ["Pro Tools", "Logic", "Final Cut Pro", "Adobe After Effects"] | |
} | |
], | |
"projects": [ | |
{ | |
"name": "The Milad App", | |
"description": "A personal productivity app integrating AI prompting, Apple Reminders, Gmail, Google Calendar, and home automation.", | |
"highlights": [ | |
"Implemented features for habit tracking, RSS feed summarization, and cross-platform integrations.", | |
"Demonstrated advanced workflow automation capabilities." | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment