#!/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


