#!/usr/bin/env python3
# โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
# engineer.py ยท Mazen Naji ยท vโ
# โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
class MazenNaji:
"""
CS Undergraduate turned Software Engineer.
I don't just write code โ I engineer experiences.
"""
name : str = "Mazen Naji"
role : str = "Software Engineer ยท Game Developer ยท AI Engineer"
origin : str = "Lebanon ๐ฑ๐ง"
status : str = "Building systems that are smart, scalable & immersive"
learning : list = [
"Deep Reinforcement Learning",
"Procedural World Generation",
"Distributed Systems at Scale",
]
superpower : str = "Bridging raw creativity with ruthless technical precision"
def mission(self) -> str:
return "Turn ideas โ code โ experiences that actually matter."
def philosophy(self) -> str:
return "Every system I build should outlive the hype that inspired it."
def fun_facts(self) -> dict:
return {
"bugs_fixed" : "countless (and counting)",
"coffee_consumed" : "astronomical",
"worlds_built" : "in progressโฆ",
"sleep_schedule" : "negotiable",
"favourite_quote" : "The best way to predict the future is to invent it.",
}
if __name__ == "__main__":
me = MazenNaji()
print(me.mission())| ย | Platform | Focus Areas | Link |
|---|---|---|---|
| ๐ก | LeetCode | Data Structures ยท Algorithms ยท Weekly Contests | |
| ๐ข | HackerRank | Problem Solving ยท Certifications ยท Rankings |
Systems Design โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ ELITE
Algorithm Mastery โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ 94%
Game Architecture โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ 92%
DevOps & Cloud โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ 90%
AI Engineering โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ 88%
Creative Vision โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ MAX
| Domain | What I Do |
|---|---|
| ๐ง AI Systems | LLM pipelines ยท RL agents ยท computer vision ยท generative models |
| ๐ Full-Stack Web | Scalable APIs ยท real-time apps ยท micro-frontends ยท edge deployments |
| ๐ฎ Game Development | Gameplay systems ยท shader programming ยท procedural generation ยท AI NPCs |
| ๐ฑ Mobile | Cross-platform apps with Flutter & React Native |
| โ๏ธ Cloud & DevOps | Containerised microservices ยท CI/CD ยท distributed infrastructure |
"The best way to predict the future is to invent it."
โ Alan Kay


