#!/usr/bin/env python3
# engineer.py · Mazen Naji · v∞
class MazenNaji:
"""
CS Graduate 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())| 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 |
| Platform | Focus Areas | Link |
|---|---|---|
| LeetCode | Data Structures · Algorithms · Weekly Contests | |
| HackerRank | Problem Solving · Certifications · Rankings |
"The best way to predict the future is to invent it."
— Alan Kay
Last edited on: 02/09/2026




